Gets the list of M/MIME content types that are supported by the endpoint.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
SupportedMimePartContentTypes 
As 
IEnumerable(
Of 
ContentType)
C#
public 
IEnumerable<
ContentType> 
SupportedMimePartContentTypes { 
get; }
Visual C++
public:
property 
IEnumerable<
ContentType^>^ 
SupportedMimePartContentTypes {
	
IEnumerable<
ContentType^>^ 
get ();
}
JavaScript
function get_
supportedMimePartContentTypes();

Remarks

The content type of any M/MIME part whose handling is required should be in this list. Otherwise, incoming calls will be rejected automatically.

See Also