Sends a text message formatted for specified
content type to a remote conversation participant.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public IAsyncResult BeginSendMessage( IDictionary< InstantMessageContentType, string> contents, AsyncCallback modalityCallback, Object state ) |
Parameters
- contents
- Type:
System.Collections.Generic
.
.
::
.
.
IDictionary
<
(Of
<
(
<'
InstantMessageContentType,
String
>
)
>
)
>
- modalityCallback
- Type:
System
.
.
::
.
.
AsyncCallback
- state
- Type:
System
.
.
::
.
.
Object