CallReceivedEventArgsBase.CustomMimeParts 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.
Gets the MIME parts received with INVITE, if any, in the offer.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::MimePartContentDescription ^> ^ CustomMimeParts { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::MimePartContentDescription ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.MimePartContentDescription> CustomMimeParts { get; }
member this.CustomMimeParts : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.MimePartContentDescription>
Public ReadOnly Property CustomMimeParts As Collection(Of MimePartContentDescription)
Property Value
Remarks
This property only returns the application-specific custom MIME parts, which excludes SDP. If there are none, this property returns an empty collection.