IFaxServer::get_DirtyDays method (faxcom.h)
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
HRESULT get_DirtyDays(
long *pVal
);
Parameters
pVal
Return value
None
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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | faxcom.h |
DLL | Faxcom.dll |
See also
Fax Service Client API Interfaces