The name of the event(s) we are being notified about. If the NOTIFY SIP message contains more than a single event, this will be the first event specified. To access al the events, the application should inspect the raw SIP NOTIFY message using the pSipMsgStr member.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public string EventName
Visual Basic (Declaration)
Public EventName As String
Visual C++
public:
String^ EventName
J#
public String EventName

See Also