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

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();

See Also