FaxSender object

The FaxSender messaging object is 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.

Members

The FaxSender object has these types of members:

Methods

The FaxSender object has these methods.

Method Description
LoadDefaultSender The LoadDefaultSender method fills the FaxSender object with the default sender information.
SaveDefaultSender The SaveDefaultSender method stores information about the default sender from the FaxSender object.

 

Properties

The FaxSender object has these properties.

Property Access type Description
BillingCode
Read/write
The BillingCode property is a null-terminated string that contains the billing code associated with the sender.
City
Write-only
Not currently supported.
Company
Read/write
The Company property is a null-terminated string that contains the company name associated with the sender.
Country
Write-only
Not currently supported.
Department
Read/write
The Department property is a null-terminated string that contains the department associated with the sender.
Email
Read/write
The Email property is a null-terminated string that contains the email address associated with the sender.
FaxNumber
Read/write
The FaxNumber property is a null-terminated string that contains the fax number associated with the sender.
HomePhone
Read/write
The HomePhone property is a null-terminated string that contains the home telephone number associated with the sender.
Name
Read/write
The Name property is a null-terminated string that contains the name of the sender.
OfficeLocation
Read/write
The OfficeLocation property is a null-terminated string that contains the office location of the sender.
OfficePhone
Read/write
The OfficePhone property is a null-terminated string that contains the office telephone number associated with the sender.
State
Write-only
Not currently supported.
StreetAddress
Read/write
The StreetAddress property is a null-terminated string that contains the street address associated with the sender.
Title
Read/write
The Title property is a null-terminated string that contains the title associated with the sender.
TSID
Read/write
The TSID property is a null-terminated string that contains the transmitting station identifier (TSID) for the sender's device.
ZipCode
Write-only
Not currently supported.

 

Remarks

A FaxSender object is accessed through a FaxDocument, FaxOutgoingJob, or FaxOutgoingMessage object.

faxdocument, faxoutgoingmessage, faxoutgoingjob, and faxsender objects

To create a FaxSender object in Microsoft Visual Basic, call the Sender property of the FaxDocument object, the Sender property of the FaxOutgoingJob object, or the Sender property of the FaxOutgoingMessage object.

To create a FaxSender object in C++, call the Sender, Sender, or Sender method.

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_FaxSender

See also

Fax Service object hierarchy

IFaxSender