IFaxOutgoingMessage interface (faxcomex.h)
The IFaxOutgoingMessage interface describes an object that is used by a fax client application to retrieve information about a fax message in the archive of outbound faxes. The archive contains faxes transmitted successfully by the fax service. The object enables you to retrieve information about the fax recipient, contained in the FaxRecipient object, and information about the fax sender, contained in the FaxSender object. It also includes methods to delete a message from the archive and to copy the Tagged Image File Format Class F (TIFF Class F) file associated with the fax message, to a file on the local computer.
Inheritance
The IFaxOutgoingMessage interface inherits from the IDispatch interface. IFaxOutgoingMessage also has these types of members:
Methods
The IFaxOutgoingMessage interface has these methods.
IFaxOutgoingMessage::CopyTiff The IFaxOutgoingMessage::CopyTiff method copies the Tagged Image File Format Class F (TIFF Class F) file associated with the outbound fax message, to a file on the local computer. |
IFaxOutgoingMessage::Delete The IFaxOutgoingMessage::Delete method deletes the fax message from the outbound archive. |
IFaxOutgoingMessage::get_CSID The IFaxOutgoingMessage::get_CSID property is a null-terminated string that contains the called station identifier (CSID) for the fax message. |
IFaxOutgoingMessage::get_DeviceName The IFaxOutgoingMessage::get_DeviceName property is a null-terminated string that contains the name of the device on which the fax message was transmitted. |
IFaxOutgoingMessage::get_DocumentName The IFaxOutgoingMessage::get_DocumentName property is a null-terminated string that contains the user-friendly name to display for the fax message. |
IFaxOutgoingMessage::get_Id The IFaxOutgoingMessage::get_Id property is a null-terminated string that contains a unique identifier for the outbound fax message. |
IFaxOutgoingMessage::get_OriginalScheduledTime The IFaxOutgoingMessage::get_OriginalScheduledTime property specifies the time that the fax message was originally scheduled for transmission. |
IFaxOutgoingMessage::get_Pages The IFaxOutgoingMessage::get_Pages property is a number that indicates the total number of pages in the outbound fax message. |
IFaxOutgoingMessage::get_Priority The IFaxOutgoingMessage::get_Priority property specifies the priority used when sending the fax; for example, normal, low, or high priority. |
IFaxOutgoingMessage::get_Recipient The IFaxOutgoingMessage::get_Recipient property retrieves an interface containing information about the recipient of the fax message. |
IFaxOutgoingMessage::get_Retries The IFaxOutgoingMessage::get_Retries property is a value that indicates the number of times that the fax service attempted to transmit an outgoing fax after the initial transmission attempt failed. |
IFaxOutgoingMessage::get_Sender The IFaxOutgoingMessage::get_Sender property retrieves an interface containing information about the sender of the fax message. |
IFaxOutgoingMessage::get_Size The Size property is a value that indicates the size of the Tagged Image File Format Class F (TIFF Class F) file associated with the outbound fax message. |
IFaxOutgoingMessage::get_Subject The IFaxOutgoingMessage::get_Subject property is a null-terminated string that contains the contents of the subject field on the cover page of the fax. |
IFaxOutgoingMessage::get_SubmissionId The IFaxOutgoingMessage::get_SubmissionId property is a null-terminated string that contains the unique identifier assigned to the fax message during the submission process. |
IFaxOutgoingMessage::get_SubmissionTime The IFaxOutgoingMessage::get_SubmissionTime property indicates the time that the outbound fax message was submitted for processing. |
IFaxOutgoingMessage::get_TransmissionEnd The IFaxOutgoingMessage::get_TransmissionEnd property indicates the time that the fax outbound message completed transmission. |
IFaxOutgoingMessage::get_TransmissionStart The IFaxOutgoingMessage::get_TransmissionStart property indicates the time that the fax outbound message began transmitting. |
IFaxOutgoingMessage::get_TSID The IFaxOutgoingMessage::get_TSID property is a null-terminated string that contains the transmitting station identifier (TSID) associated with the fax outbound message. |
Remarks
A default implementation of IFaxOutgoingMessage is provided as the FaxOutgoingMessage object.
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 |