Compartir a través de


CallReceivedEventArgsBase.CustomMimeParts Property

Gets the MIME parts received with INVITE, if any, in the offer.

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 CallReceivedEventArgsBase
Dim value As Collection(Of MimePartContentDescription)

value = instance.CustomMimeParts
public Collection<MimePartContentDescription> CustomMimeParts { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<MimePartContentDescription>

Remarks

This property only returns the application-specific custom MIME parts, which excludes SDP. If there are none, this property returns an empty collection.

See Also

Reference

CallReceivedEventArgsBase Class

CallReceivedEventArgsBase Members

Microsoft.Rtc.Collaboration Namespace