FaxAccount object

Represents a fax account on the server, including the account's name, folders, and the events for which it is listening. It also provides a method for setting those events.

Members

The FaxAccount object has these types of members:

Methods

The FaxAccount object has these methods.

Method Description
ListenToAccountEvents Sets the flags of a FAX_ACCOUNT_EVENTS_TYPE_ENUM variable that represents the events for which the account is listening.

 

Properties

The FaxAccount object has these properties.

Property Access type Description
AccountName
Read-only
Retrieves the name of a particular fax account on the server.
Folders
Read-only
Represents the folders of the account, including the incoming and outgoing archives and the incoming and outgoing queues.
RegisteredEvents
Read-only
A set of flags indicating the type of events for which the account is listening.

 

Remarks

faxaccounts, faxaccount, and faxaccountfolders

To create a FaxAccount object in Microsoft Visual Basic or C++, call the AddAccount or GetAccount methods of the IFaxAccountSet interface.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxAccount

See also

IFaxAccount