FaxOutgoingArchive.GetMessages method

The GetMessages method returns a new iterator (archive cursor) for the archive of outbound fax messages. For more information, see FaxOutgoingMessageIterator.

Syntax

FaxOutgoingArchive.GetMessages( _
  ByVal lPrefetchSize As Long, _
  ByVal FaxOutgoingMessageIterator As IFaxOutgoingMessageIterator _
) As Long

Parameters

lPrefetchSize

Type: Long

A Long value that specifies 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.

FaxOutgoingMessageIterator

Type: IFaxOutgoingMessageIterator**

A FaxOutgoingMessageIterator object.

Remarks

To use this method, a user must have the farSUBMIT_LOW or farQUERY_OUT_ARCHIVE access right. With the farSUBMIT_LOW access right, the user will be able to use this method only for his own faxes. With the farQUERY_OUT_ARCHIVE access right, he will be able to use this method for all of the faxes on the server.

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

Visual Basic Example

FaxOutgoingArchive