FaxAccountSet.GetAccount method

Returns an IFaxAccount object by using the account name.

Syntax

FaxAccountSet.GetAccount( _
  ByVal bstrAccountName As String _
) As IFaxAccount

Parameters

bstrAccountName [in]

Type: String

Specifies a null-terminated string that contains the name of the account to return.

Return value

Type: IFaxAccount**

The address of a pointer to an IFaxAccount object.

Remarks

bstrAccountName must be of the form <domainName>\<username> or just <username> for local users.

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

FaxAccountSet

IFaxAccountSet