FaxAccount.AccountName property

Retrieves the name of a particular fax account on the server.

This property is read-only.

Syntax

Property AccountName As String

Property value

A String that receives the name for the account.

Remarks

If the account is not in the local domain, the format of name returned is <domain_name>\<user_name>.

If the account is in the domain but not on the server, the format name returned is <computer_name>\<user_name> where <computer_name> is the name of the server that holds the account.

If the account is on the same server as the fax server, just the <user_name> of the account is returned.

Requirements

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

See also

FaxAccount

IFaxAccount