LocalEndpoint.SupportedMimePartContentTypes Property

Definition

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

public:
 property System::Collections::Generic::IEnumerable<System::Net::Mime::ContentType ^> ^ SupportedMimePartContentTypes { System::Collections::Generic::IEnumerable<System::Net::Mime::ContentType ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Net.Mime.ContentType> SupportedMimePartContentTypes { get; }
member this.SupportedMimePartContentTypes : seq<System.Net.Mime.ContentType>
Public ReadOnly Property SupportedMimePartContentTypes As IEnumerable(Of ContentType)

Property Value

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.

Applies to