IFaxServer::get_ArchiveOutboundFaxes method (faxcom.h)
Sets or retrieves the ArchiveOutboundFaxes property for a FaxServer object. The ArchiveOutboundFaxes property is a Boolean value that indicates whether the fax server archives outgoing fax transmissions.
This property is read/write.
Syntax
HRESULT get_ArchiveOutboundFaxes(
BOOL *pVal
);
Parameters
pVal
Return value
None
Remarks
The fax server ignores this property unless the ArchiveDirectory property is specified.
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