FaxAccount.ListenToAccountEvents method

Sets the flags of a FAX_ACCOUNT_EVENTS_TYPE_ENUM variable that represents the events for which the account is listening.

Syntax

FaxAccount.ListenToAccountEvents( _
  ByVal EventTypes As FAX_ACCOUNT_EVENTS_TYPE_ENUM _
) As Long

Parameters

EventTypes [in]

Type: FAX_ACCOUNT_EVENTS_TYPE_ENUM

A variable that specifies the types of events for which the account is listening.

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

FaxAccount

IFaxAccount