FaxIncomingArchive.GetMessages method

The GetMessages method gets a new iterator (archive cursor) for the archive of inbound fax messages.

Syntax

FaxIncomingArchive.GetMessages( _
  ByVal lPrefetchSize As Long _
) As IFaxIncomingMessageIterator

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: IFaxIncomingMessageIterator**

A FaxIncomingMessageIterator object.

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

FaxIncomingMessageIterator

Visual Basic Example

FaxIncomingArchive

IFaxIncomingArchive