FaxReceiptOptions object

The FaxReceiptOptions configuration object is 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.

Members

The FaxReceiptOptions object has these types of members:

Methods

The FaxReceiptOptions object has these methods.

Method Description
Refresh The Refresh method refreshes FaxReceiptOptions object information from the fax server. When the Refresh method is called, any configuration changes made after the last Save method call are lost.
Save The Save method saves the FaxReceiptOptions object data.

 

Properties

The FaxReceiptOptions object has these properties.

Property Access type Description
AllowedReceipts
Read/write
The AllowedReceipts property is a value that specifies the permitted types of delivery receipts.
AuthenticationType
Read/write
The AuthenticationType property specifies the type of authentication the fax service uses when connecting to an SMTP server.
SMTPPassword
Read/write
The SMTPPassword property is a null-terminated string that contains the SMTP password used for authenticated connections.
SMTPPort
Read/write
The SMTPPort property is a value that specifies the SMTP port number.
SMTPSender
Read/write
The SMTPSender property is a null-terminated string that contains the SMTP email address for the sender of the mail message receipt.
SMTPServer
Read/write
The SMTPServer property is a null-terminated string that contains the name of the SMTP server.
SMTPUser
Read/write
The SMTPUser property is a null-terminated string that contains the SMTP user name used for authenticated connections.
UseForInboundRouting
Read/write
The 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.

 

Remarks

A FaxReceiptOptions object is accessed through a FaxServer object.

faxserver and faxreceiptoptions objects

Note

Changes made to the FaxReceiptOptions object will not be saved until you call the Save method.

 

To create a FaxReceiptOptions object in Microsoft Visual Basic, call the ReceiptOptions property of the FaxServer object.

To create a FaxReceiptOptions object in C++, call the ReceiptOptions method.

You can configure the fax service to send delivery receipts for fax transmissions. If you choose to send delivery receipts, there are receipt options that you should set. You should select the type of receipt, such as a message box or email message. If you select to send an email message, there are a number of properties that you have to set, specific to that type of receipt. You set these receipt options using the FaxReceiptOptions configuration object.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxReceiptOptions

See also

IFaxReceiptOptions