IFaxAccount::get_AccountName method (faxcomex.h)
Retrieves the name of a particular fax account on the server.
This property is read-only.
Syntax
HRESULT get_AccountName(
BSTR *pbstrAccountName
);
Parameters
pbstrAccountName
Return value
None
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |
DLL | Fxscomex.dll |