Conversation.InitialContextReceived event

Raised to notify of the 3rd party applications of incoming calls .

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Event InitialContextReceived As EventHandler(Of InitialContextEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of InitialContextEventArgs)

AddHandler instance.InitialContextReceived, handler
public event EventHandler<InitialContextEventArgs> InitialContextReceived

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace