IFaxServer2::get_CurrentAccount method (faxcomex.h)

The IFaxServer2::CurrentAccount property returns the fax account for the user account that has connected to the fax server.

This property is read-only.

Syntax

HRESULT get_CurrentAccount(
  IFaxAccount **ppCurrentAccount
);

Parameters

ppCurrentAccount

Return value

None

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

See also

FaxServer

IFaxServer2