FaxOutgoingMessageIterator.AtEOF property

The AtEOF property is the end-of-file marker for the archive of outbound fax messages.

This property is read-only.

Syntax

Property AtEOF As Boolean

Property value

A Boolean that receives the position of the archive cursor.

Remarks

If this property is equal to True, the archive cursor has moved beyond the last fax message in the archive. If this property is equal to False, the archive cursor has not reached the end of the archive.

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

FaxOutgoingMessageIterator

IFaxOutgoingMessageIterator