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<(Of <(<'MimePartContentDescription>)>)>

See Also

Reference

CallEstablishOptions Class

CallEstablishOptions Members

Microsoft.Rtc.Collaboration Namespace