FaxOutgoingArchive.GetMessage method
The GetMessage method returns a fax message from the archive of outbound faxes by using the fax message ID.
Syntax
FaxOutgoingArchive.GetMessage( _
ByVal bstrMessageId As String _
) As FaxOutgoingMessage
Parameters
-
bstrMessageId
-
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: FaxOutgoingMessage
A FaxOutgoingMessage object.
Remarks
To use this method, a user must have the farSUBMIT_LOW or farQUERY_OUT_ARCHIVE access right. With the farSUBMIT_LOW access right, the user will be able to use this method only for his own faxes. With the farQUERY_OUT_ARCHIVE access right, he will be able to use this method for all of the faxes on the server.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also