FaxAccountOutgoingArchive.GetMessages method

Returns a new iterator (archive cursor) for the archive of outbound fax messages for a particular fax account.

Syntax

FaxAccountOutgoingArchive.GetMessages( _
  ByVal lPrefetchSize As Long _
) As IFaxOutgoingMessageIterator2

Parameters

lPrefetchSize [in]

Type: Long

Long value that indicates the size of the prefetch buffer. This value determines how many fax messages the iterator object retrieves from the fax server when the object needs to refresh its contents. The default value is lDEFAULT_PREFETCH_SIZE.

Return value

Type: IFaxOutgoingMessageIterator2**

A FaxOutgoingMessageIterator object.

Requirements

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

See also

FaxOutgoingMessageIterator

FaxAccountOutgoingArchive

IFaxAccountOutgoingArchive