Click or drag to resize
MimeKit

ContentTypeParameters Property

Get the list of parameters on the ContentType.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public ParameterList Parameters { get; }

Property Value

ParameterList
The parameters.
Remarks
In addition to the media type and subtype, the Content-Type header may also contain parameters to provide further hints to the receiving client as to how to process or display the content.
See Also