Share via


FaxOutgoingArchive.SizeLow property

The SizeLow property is a value that specifies the low 32-bit value (in bytes) for the size of the archive of outgoing fax messages.

This property is read-only.

Syntax

Property SizeLow As Long

Property value

A Long that receives the low 32-bit value of the size of the archive of outgoing fax messages.

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 FaxConfiguration.ArchiveSizeLow property from the FaxServer object.

 

Because the archive may exceed 4 gigabytes (GB) in size, the archive 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.

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

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxOutgoingArchive

IFaxOutgoingArchive