IFaxIncomingArchive::get_UseArchive method (faxcomex.h)
The UseArchive property is a Boolean value that indicates whether the fax service archives inbound fax messages. If this property is equal to TRUE, the fax service archives inbound fax messages. If this property is equal to FALSE, the fax service does not archive inbound faxes.
This property is read/write.
HRESULT get_UseArchive(
VARIANT_BOOL *pbUseArchive
);
pbUseArchive
None
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_UseArchive or IFaxConfiguration::get_UseArchive method.
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 |