IFaxSender interface (faxcomex.h)

The IFaxSender interface defines a messaging object used by a fax client application to retrieve and set sender information about fax senders. The object also includes methods to store sender data in and retrieve sender data from the local registry.

Inheritance

The IFaxSender interface inherits from the IDispatch interface. IFaxSender also has these types of members:

Methods

The IFaxSender interface has these methods.

 
IFaxSender::get_BillingCode

The IFaxSender::get_BillingCode property is a null-terminated string that contains the billing code associated with the sender. (Get)
IFaxSender::get_Company

The IFaxSender::get_Company property is a null-terminated string that contains the company name associated with the sender. (Get)
IFaxSender::get_Department

The IFaxSender::get_Department property is a null-terminated string that contains the department associated with the sender. (Get)
IFaxSender::get_Email

The IFaxSender::get_Email property is a null-terminated string that contains the email address associated with the sender. (Get)
IFaxSender::get_FaxNumber

The IFaxSender::get_FaxNumber property is a null-terminated string that contains the fax number associated with the sender. (Get)
IFaxSender::get_HomePhone

The IFaxSender::get_HomePhone property is a null-terminated string that contains the home telephone number associated with the sender. (Get)
IFaxSender::get_Name

The IFaxSender::get_Name property is a null-terminated string that contains the name of the sender. (Get)
IFaxSender::get_OfficeLocation

The IFaxSender::get_OfficeLocation property is a null-terminated string that contains the office location of the sender. (Get)
IFaxSender::get_OfficePhone

The IFaxSender::get_OfficePhone property is a null-terminated string that contains the office telephone number associated with the sender. (Get)
IFaxSender::get_StreetAddress

The IFaxSender::get_StreetAddress property is a null-terminated string that contains the street address associated with the sender. (Get)
IFaxSender::get_Title

The IFaxSender::get_Title property is a null-terminated string that contains the title associated with the sender. (Get)
IFaxSender::get_TSID

The IFaxSender::get_TSID property is a null-terminated string that contains the transmitting station identifier (TSID) for the sender's device. (Get)
IFaxSender::LoadDefaultSender

The IFaxSender::get_LoadDefaultSender method fills the FaxSender object with the default sender information.
IFaxSender::put_BillingCode

The IFaxSender::get_BillingCode property is a null-terminated string that contains the billing code associated with the sender. (Put)
IFaxSender::put_Company

The IFaxSender::get_Company property is a null-terminated string that contains the company name associated with the sender. (Put)
IFaxSender::put_Department

The IFaxSender::get_Department property is a null-terminated string that contains the department associated with the sender. (Put)
IFaxSender::put_Email

The IFaxSender::get_Email property is a null-terminated string that contains the email address associated with the sender. (Put)
IFaxSender::put_FaxNumber

The IFaxSender::get_FaxNumber property is a null-terminated string that contains the fax number associated with the sender. (Put)
IFaxSender::put_HomePhone

The IFaxSender::get_HomePhone property is a null-terminated string that contains the home telephone number associated with the sender. (Put)
IFaxSender::put_Name

The IFaxSender::get_Name property is a null-terminated string that contains the name of the sender. (Put)
IFaxSender::put_OfficeLocation

The IFaxSender::get_OfficeLocation property is a null-terminated string that contains the office location of the sender. (Put)
IFaxSender::put_OfficePhone

The IFaxSender::get_OfficePhone property is a null-terminated string that contains the office telephone number associated with the sender. (Put)
IFaxSender::put_StreetAddress

The IFaxSender::get_StreetAddress property is a null-terminated string that contains the street address associated with the sender. (Put)
IFaxSender::put_Title

The IFaxSender::get_Title property is a null-terminated string that contains the title associated with the sender. (Put)
IFaxSender::put_TSID

The IFaxSender::get_TSID property is a null-terminated string that contains the transmitting station identifier (TSID) for the sender's device. (Put)
IFaxSender::SaveDefaultSender

The IFaxSender::SaveDefaultSender method stores information about the default sender from the FaxSender object.

Remarks

A default implementation of IFaxSender is provided as the FaxSender 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