ChatMessage.FormattedRtfMessageParts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.