CallEstablishOptions.CustomMimeParts Property
Gets the application specific MIME parts to include in the INVITE message.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property CustomMimeParts As Collection(Of MimePartContentDescription)
Get
'Usage
Dim instance As CallEstablishOptions
Dim value As Collection(Of MimePartContentDescription)
value = instance.CustomMimeParts
public Collection<MimePartContentDescription> CustomMimeParts { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<MimePartContentDescription>