IFaxAccountOutgoingArchive::GetMessage method (faxcomex.h)

Returns a fax message from the archive of outbound faxes for a particular fax account, by using the fax message ID.

Syntax

HRESULT GetMessage(
  [in] BSTR                bstrMessageId,
       IFaxOutgoingMessage **pFaxOutgoingMessage
);

Parameters

[in] bstrMessageId

Type: BSTR

Specifies a null-terminated string that contains the message ID of the fax to retrieve from the archive of outbound faxes.

pFaxOutgoingMessage

Type: IFaxOutgoingMessage**

A IFaxOutgoingMessage 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

IFaxAccountOutgoingArchive