Share via


FaxConfiguration.ArchiveSizeHigh property

The value that specifies the high-order 32-bit value (in bytes) for the size of the fax message archive.

This property is read-only.

Syntax

Property ArchiveSizeHigh As Integer

Property value

A value of type Integer that receives the high-order 32-bit value of the size of the fax message archive.

Remarks

Because the archive may exceed 4 gigabytes (GB) in size, the archive size is described using two long values. ArchiveSizeLow is the low 32-bit value of the archive size. ArchiveSizeHigh is the high 32-bit value of the archive size. The size of the archive is: ArchiveSizeLow + 4 GB * ArchiveSizeHigh.

If both the ArchiveSizeLow and ArchiveSizeHigh properties have the value 0xffffffff, they specify an invalid archive size, and you should ignore both property values.

To read this property, a user must have the farQUERY_CONFIG access right.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
DLL
Fxscomex.dll

See also

FaxConfiguration

FaxConfiguration