Edit

Share via


ChatMessage.FormattedRtfMessageParts Property

Definition

Parses the chat message into MessagePart segments, and returns a collection of the parts found using the RTF formatted portion of the message.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::MessagePart ^> ^ FormattedRtfMessageParts { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::MessagePart ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.MessagePart> FormattedRtfMessageParts { get; }
member this.FormattedRtfMessageParts : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.MessagePart>
Public ReadOnly Property FormattedRtfMessageParts As ReadOnlyCollection(Of MessagePart)

Property Value

The message parts.

Applies to