Click or drag to resize
MimeKit

MimeMessageMimeVersion Property

Get or set the MIME-Version.

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

Property Value

Version
The MIME version.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
Remarks
The MIME-Version header specifies the version of the MIME specification that the message was created for.
See Also