Share via


FaxServer.DirtyDays property

Sets or retrieves the DirtyDays property for a FaxServer object. The DirtyDays property is the number of days the fax server retains an unsent job in the fax job queue.

This property is read/write.

Syntax

Property DirtyDays As Long

Property value

A Long that specifies or receives the number of days the fax server retains an unsent job in the fax job queue. A value of 1 indicates that the fax server should not remove the job from the job queue.

Remarks

To minimize the amount of space unsent jobs use, the fax server removes unsent jobs after the number of days specified by the DirtyDays property have elapsed.

A transmission might not be sent for various reasons. Examples are if an invalid fax number is specified, or when the sending device receives a busy signal multiple times.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxServer

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

FaxServer