IFaxOutgoingArchive::get_SizeHigh method (faxcomex.h)
The IFaxOutgoingArchive::get_SizeHigh property is a value that specifies the high 32-bit value (in bytes) for the size of the archive of outgoing fax messages.
This property is read-only.
Syntax
HRESULT get_SizeHigh(
long *plSizeHigh
);
Parameters
plSizeHigh
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::get_ArchiveSizeHigh method.
To read this property, a user must have the farQUERY_CONFIG access right.
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 |