FaxAccountIncomingArchive.GetMessages method

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

Syntax

FaxAccountIncomingArchive.GetMessages( _
  ByVal lPrefetchSize As Long _
) As IFaxIncomingMessageIterator2

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

A FaxIncomingMessageIterator object.

Remarks

If the setting 'All incoming faxes are viewable by everyone' is true (see IncomingFaxesArePublic) or if far2MANAGE_RECEIVE_FOLDER access rights, then the fax service enumerates all faxes in the Incoming archive of the Fax Server Receive Folder.

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

FaxIncomingMessageIterator

FaxAccountIncomingArchive

IFaxAccountIncomingArchive