IFaxOutgoingMessageIterator::get_Message method (faxcomex.h)

The IFaxOutgoingMessageIterator::get_Message property retrieves the outbound fax message under the archive cursor.

This property is read-only.

Syntax

HRESULT get_Message(
  IFaxOutgoingMessage **pFaxOutgoingMessage
);

Parameters

pFaxOutgoingMessage

Return value

None

Remarks

To use this method, a user must have the farSUBMIT_LOW and farQUERY_OUT_ARCHIVE access rights.

Requirements

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

See also

FaxOutgoingMessageIterator

IFaxOutgoingMessageIterator

Visual Basic Example