Catalyst Internet Mail .NET

InternetMail.MimeVersion Property

Gets and sets the MIME version number for the current message.

[Visual Basic]
Public Property MimeVersion As String
[C#]
public string MimeVersion {get; set;}

Property Value

A string that specifies the version number.

Remarks

The MimeVersion property returns the version number for the current message. Setting this property causes the MIME-Version header value to be changed to the specified value. An empty string causes the MIME version number to be set to the default value of "1.0". It is recommended that you do not change the value of this property.

See Also

InternetMail Class | SocketTools Namespace