FaxAccountOutgoingArchive.GetMessage method

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

Syntax

FaxAccountOutgoingArchive.GetMessage( _
  ByVal bstrMessageId As String _
) As IFaxOutgoingMessage2

Parameters

bstrMessageId [in]

Type: String

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

Return value

Type: IFaxOutgoingMessage2**

A IFaxOutgoingMessage2 object.

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

FaxAccountOutgoingArchive

IFaxAccountOutgoingArchive