FaxAccountIncomingArchive.SizeHigh property
Specifies the high 32-bit value (in bytes) for the size of the archive of inbound fax messages for a particular fax account.
This property is read-only.
Syntax
Property SizeHigh As Long
Property value
A Long that receives the high 32-bit value of the size of the archive of inbound fax messages for a particular account.
Remarks
Because the archive may exceed 4 GB in size, its size is described using two long values. SizeLow is the low 32-bit value of the archive size. SizeHigh is the high 32-bit value of the archive size. The size of the archive is: SizeLow + 4 GB * SizeHigh.
If both the SizeLow and SizeHigh properties have the value 0xffffffff, they specify an invalid archive size, and you should ignore both property values.
The property is read-only.
To read this property, a user must have the far2QUERY_CONFIG access right.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
DLL |
|
See also