Share via


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

Remarks

If none, returns an empty collection.

It only returns the application specific custom mime parts, which excludes SDP.

See Also

Reference

CallReceivedEventArgsBase Class

CallReceivedEventArgsBase Members

Microsoft.Rtc.Collaboration Namespace