IFaxIncomingArchive::put_AgeLimit method (faxcomex.h)
The AgeLimit property is a value that indicates the number of days that the fax service retains fax messages in the archive of inbound faxes. The fax service deletes messages from the inbound archive when they exceed the age limit. If the value of this property is zero, the fax service does not enforce an age limit.
This property is read/write.
Syntax
HRESULT put_AgeLimit(
long lAgeLimit
);
Parameters
lAgeLimit
Return value
None
Remarks
Note This property is not supported in Windows Vista, Windows Server 2008, and later versions of Windows. To access this property in Windows Vista, Windows Server 2008, and later versions of Windows, get the IFaxConfiguration interface from the IFaxServer2 interface, and then call the IFaxConfiguration::put_ArchiveAgeLimit or IFaxConfiguration::get_ArchiveAgeLimit method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |
DLL | Fxscomex.dll |