Gets or sets MIME version number. Value null means that header field does not exist. Normally this value is 1.0. Defined in RFC 2045 section 4.

C# | Visual Basic | Visual C++ | F# |
public string MimeVersion { get; set; }
Public Property MimeVersion As String Get Set
public: property String^ MimeVersion { String^ get (); void set (String^ value); }
member MimeVersion : string with get, set


An indicator that this message is formatted according to the MIME
standard, and an indication of which version of MIME is used.

Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this property is accessed. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119