FaxIncomingArchive.GetMessage method
The GetMessage method gets a fax message from the archive of inbound faxes by using the fax message ID.
Syntax
FaxIncomingArchive.GetMessage( _
ByVal bstrMessageId As String _
) As IFaxIncomingMessage
Parameters
-
bstrMessageId [in]
-
Type: String
Specifies a null-terminated string that contains the message ID of the fax to retrieve from the archive of inbound faxes.
Return value
Type: IFaxIncomingMessage**
A FaxIncomingMessage object.
Remarks
To use this method, a user must have the farQUERY_IN_ARCHIVE access right.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also