IFaxConfiguration::get_AutoCreateAccountOnConnect method (faxcomex.h)

Sets or retrieves a value that indicates whether the server automatically creates a fax account once a connection is initiated.

This property is read/write.

Syntax

HRESULT get_AutoCreateAccountOnConnect(
  VARIANT_BOOL *pbAutoCreateAccountOnConnect
);

Parameters

pbAutoCreateAccountOnConnect

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

IFaxConfiguration