IFaxIncomingMessageIterator::get_AtEOF method (faxcomex.h)

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

HRESULT get_AtEOF(
  VARIANT_BOOL *pbEOF
);

Parameters

pbEOF

Return value

None

Remarks

To use this method, a user must have the farQUERY_IN_ARCHIVE access right.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxIncomingMessageIterator

IFaxIncomingMessageIterator

Visual Basic Example