LumiSoft Net Help
MimeVersion Property
NamespacesLumiSoft.Net.MIMEMIME_EntityMimeVersion
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.
Declaration Syntax
C#Visual BasicVisual 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
Property Value
Remarks
An indicator that this message is formatted according to the MIME standard, and an indication of which version of MIME is used.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119