IFaxAccountOutgoingArchive::GetMessages method (faxcomex.h)

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

Syntax

HRESULT GetMessages(
  [in] long                        lPrefetchSize,
       IFaxOutgoingMessageIterator **pFaxOutgoingMessageIterator
);

Parameters

[in] lPrefetchSize

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.

pFaxOutgoingMessageIterator

Type: IFaxOutgoingMessageIterator**

A FaxOutgoingMessageIterator object.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxAccountOutgoingArchive

FaxOutgoingMessageIterator

IFaxAccountOutgoingArchive