IFaxIncomingMessage interface (faxcomex.h)
Used by a fax client application to retrieve information about a received fax message in the archive of inbound faxes. The archive contains faxes received successfully by the fax service. The interface 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.
The IFaxIncomingMessage interface is accessed through the IFaxIncomingArchive interface or IFaxIncomingMessageIterator interface.
Inheritance
The IFaxIncomingMessage interface inherits from the IDispatch interface. IFaxIncomingMessage also has these types of members:
Methods
The IFaxIncomingMessage interface has these methods.
IFaxIncomingMessage::CopyTiff The CopyTiff method copies the Tagged Image File Format Class F (TIFF Class F) file associated with the inbound fax message to a file on the local computer. |
IFaxIncomingMessage::Delete The Delete method deletes the specified fax message from the inbound fax archive. |
IFaxIncomingMessage::get_CallerId The CallerId property is a null-terminated string that identifies the calling device associated with the inbound fax message. |
IFaxIncomingMessage::get_CSID The CSID property is a null-terminated string that contains the called station identifier (CSID) for the inbound fax message. |
IFaxIncomingMessage::get_DeviceName The DeviceName property is a null-terminated string that contains the name of the device on which the inbound fax message was received. |
IFaxIncomingMessage::get_Id The Id property is a null-terminated string that contains a unique ID for the inbound fax message. |
IFaxIncomingMessage::get_Pages The Pages property is a value that indicates the total number of pages in the inbound fax message. |
IFaxIncomingMessage::get_Retries The Retries property is a value that indicates the number of times that the fax service attempted to route an inbound fax message after the initial routing attempt failed. |
IFaxIncomingMessage::get_RoutingInformation The RoutingInformation property is a null-terminated string that indicates inbound routing information for the fax message. |
IFaxIncomingMessage::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 inbound fax message. |
IFaxIncomingMessage::get_TransmissionEnd The TransmissionEnd property indicates the time that the inbound fax message completed transmission. |
IFaxIncomingMessage::get_TransmissionStart The TransmissionStart property indicates the time that the inbound fax message began transmitting. |
IFaxIncomingMessage::get_TSID The TSID property is a null-terminated string that contains the transmitting station identifier (TSID) associated with the inbound fax message. |
Remarks
To create a FaxIncomingMessage object in C++, call the IFaxIncomingArchive::GetMessage method or the IFaxIncomingMessageIterator::get_Message method.
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 |