 | MimeMessageMimeVersion Property |
Get or set the MIME-Version.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic Version MimeVersion { get; set; }
Property Value
Type:
VersionThe MIME version.
Exceptions
Remarks
The MIME-Version header specifies the version of the MIME specification
that the message was created for.
See Also