Depending on the sender of this event, the sender may chose to supply this additional “user specified” event parameter string. If the NOTIFY SIP message contains more than a single event, this will be the first event parameter list specified. To access al the events and parameter lists, 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 EventParameter
Visual Basic (Declaration)
Public EventParameter As String
Visual C++
public:
String^ EventParameter
J#
public String EventParameter

See Also