FaxOutgoingQueue.AgeLimit property

The AgeLimit property is a value that indicates the number of days that the fax service retains an unsent job in the fax job queue.

This property is read/write.

Syntax

Property AgeLimit As Long

Property value

A Long that specifies or receives the number of days that the fax service retains an unsent job in the fax job queue.

Remarks

If the fax job remains in the outbound job queue longer than the value specified, the fax service deletes the job. If the value of this property is zero, the fax service does not enforce an age limit.

To read or to write to this property, a user must have the farQUERY_CONFIG access right.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

FaxOutgoingQueue

IFaxOutgoingQueue

Setting the Outgoing Queue Properties