IFaxAccountSet::RemoveAccount method (faxcomex.h)
Removes a fax account from the fax server.
Syntax
HRESULT RemoveAccount(
[in] BSTR bstrAccountName
);
Parameters
[in] bstrAccountName
Type: BSTR
Specifies a null-terminated string that contains the name of the account to be removed.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
bstrAccountName must be of the form <domainName><username> or just <username> for local users.
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 |