| ContentTypeParameters Property |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public ParameterList Parameters { get; }
Property Value
ParameterListThe 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