Share via


LocalEndpoint.SupportedMimePartContentTypes Property

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

'Declaration
Public ReadOnly Property SupportedMimePartContentTypes As IEnumerable(Of ContentType)
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As IEnumerable(Of ContentType)

value = instance.SupportedMimePartContentTypes
public IEnumerable<ContentType> SupportedMimePartContentTypes { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<ContentType>

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

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace

SupportedMimePartContentTypes