MessageSentEventArgs.Contents Property
Returns the content type of a message and the associated formatted text of the message.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Contents As IDictionary(Of InstantMessageContentType, String)
Get
'Usage
Dim instance As MessageSentEventArgs
Dim value As IDictionary(Of InstantMessageContentType, String)
value = instance.Contents
public IDictionary<InstantMessageContentType, string> Contents { get; }
Property Value
Type: System.Collections.Generic.IDictionary<InstantMessageContentType, String>