IFaxOutgoingMessageIterator::get_AtEOF method (faxcomex.h)

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

This property is read-only.

Syntax

HRESULT get_AtEOF(
  VARIANT_BOOL *pbEOF
);

Parameters

pbEOF

Return value

None

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

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

FaxOutgoingMessageIterator

IFaxOutgoingMessageIterator

Visual Basic Example