FaxAccountSet.RemoveAccount method

Removes a fax account from the fax server.

Syntax

FaxAccountSet.RemoveAccount( _
  ByVal bstrAccountName As String _
) As Long

Parameters

bstrAccountName [in]

Type: String

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

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