Share via


FaxIncomingMessageIterator.AtEOF property

The AtEOF property is the end of file marker for the archive of inbound fax messages. If this property is equal to True, the archive cursor has moved beyond the last fax message in the inbound fax archive. If this property is equal to False, the archive cursor has not yet reached the end of the archive.

This property is read-only.

Syntax

Property AtEOF As Boolean

Property value

A Boolean that receives a value that indicates whether the archive cursor has moved beyond the last message in the inbound fax archive.

Remarks

To use this method, a user must have the farQUERY_IN_ARCHIVE 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

FaxIncomingMessageIterator

IFaxIncomingMessageIterator