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

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
CustomMimeParts 
As 
Collection(
Of 

MimePartContentDescription)
C#
public 
Collection<

MimePartContentDescription> 
CustomMimeParts { 
get; }
Visual C++
public:
property 
Collection<

MimePartContentDescription^>^ 
CustomMimeParts {
	
Collection<

MimePartContentDescription^>^ 
get ();
}
JavaScript
function get_
customMimeParts();

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