IFaxReceiptOptions interface (faxcomex.h)
The IFaxReceiptOptions interface defines a FaxReceiptOptions configuration object used by a fax client application to set and retrieve the receipt configuration that the fax service uses to send delivery receipts for fax transmissions.
Inheritance
The IFaxReceiptOptions interface inherits from the IDispatch interface. IFaxReceiptOptions also has these types of members:
Methods
The IFaxReceiptOptions interface has these methods.
IFaxReceiptOptions::get_AllowedReceipts The IFaxReceiptOptions::get_AllowedReceipts property is a value that specifies the permitted types of delivery receipts. (Get) |
IFaxReceiptOptions::get_AuthenticationType The IFaxReceiptOptions::get_AuthenticationType property specifies the type of authentication the fax service uses when connecting to an Simple Mail Transport Protocol (SMTP) server. (Get) |
IFaxReceiptOptions::get_SMTPPassword The IFaxReceiptOptions::get_SMTPPassword property is a null-terminated string that contains the Simple Mail Transport Protocol (SMTP) password used for authenticated connections. (Get) |
IFaxReceiptOptions::get_SMTPPort The IFaxReceiptOptions::get_SMTPPort property is a value that specifies the Simple Mail Transport Protocol (SMTP) port number. (Get) |
IFaxReceiptOptions::get_SMTPSender The IFaxReceiptOptions::get_SMTPSender property is a null-terminated string that contains the Simple Mail Transport Protocol (SMTP) email address for the sender of the mail message receipt. (Get) |
IFaxReceiptOptions::get_SMTPServer The IFaxReceiptOptions::get_SMTPServer property is a null-terminated string that contains the name of the Simple Mail Transport Protocol (SMTP) server. (Get) |
IFaxReceiptOptions::get_SMTPUser The IFaxReceiptOptions::get_SMTPUser property is a null-terminated string that contains the Simple Mail Transport Protocol (SMTP) user name used for authenticated connections. (Get) |
IFaxReceiptOptions::get_UseForInboundRouting The IFaxReceiptOptions::get_UseForInboundRouting property sets or retrieves whether to use the FaxReceiptOptions settings for the Microsoft Routing Extension, which allows incoming faxes to be routed to email addresses. (Get) |
IFaxReceiptOptions::put_AllowedReceipts The IFaxReceiptOptions::get_AllowedReceipts property is a value that specifies the permitted types of delivery receipts. (Put) |
IFaxReceiptOptions::put_AuthenticationType The IFaxReceiptOptions::get_AuthenticationType property specifies the type of authentication the fax service uses when connecting to an Simple Mail Transport Protocol (SMTP) server. (Put) |
IFaxReceiptOptions::put_SMTPPassword The IFaxReceiptOptions::get_SMTPPassword property is a null-terminated string that contains the Simple Mail Transport Protocol (SMTP) password used for authenticated connections. (Put) |
IFaxReceiptOptions::put_SMTPPort The IFaxReceiptOptions::get_SMTPPort property is a value that specifies the Simple Mail Transport Protocol (SMTP) port number. (Put) |
IFaxReceiptOptions::put_SMTPSender The IFaxReceiptOptions::get_SMTPSender property is a null-terminated string that contains the Simple Mail Transport Protocol (SMTP) email address for the sender of the mail message receipt. (Put) |
IFaxReceiptOptions::put_SMTPServer The IFaxReceiptOptions::get_SMTPServer property is a null-terminated string that contains the name of the Simple Mail Transport Protocol (SMTP) server. (Put) |
IFaxReceiptOptions::put_SMTPUser The IFaxReceiptOptions::get_SMTPUser property is a null-terminated string that contains the Simple Mail Transport Protocol (SMTP) user name used for authenticated connections. (Put) |
IFaxReceiptOptions::put_UseForInboundRouting The IFaxReceiptOptions::get_UseForInboundRouting property sets or retrieves whether to use the FaxReceiptOptions settings for the Microsoft Routing Extension, which allows incoming faxes to be routed to email addresses. (Put) |
IFaxReceiptOptions::Refresh The IFaxReceiptOptions::Refresh method refreshes FaxReceiptOptions object information from the fax server. When the IFaxReceiptOptions::Refresh method is called, any configuration changes made after the last IFaxReceiptOptions::Save method call are lost. |
IFaxReceiptOptions::Save The IFaxReceiptOptions::Save method saves the FaxReceiptOptions object data. |
Remarks
A default implementation of IFaxReceiptOptions is provided as the FaxReceiptOptions 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 |