MessageSentEventArgs.Contents property

Returns a dictionary which maps a content type of a message to the associated formatted text.

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>

See also

Reference

MessageSentEventArgs class

MessageSentEventArgs members

Microsoft.Lync.Model.Conversation namespace