MimeVersion Property  
 

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

Syntax

object.MimeVersion [= version ]

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".

Data Type

String

See Also

HeaderField Property, HeaderValue Property, GetHeader Method, SetHeader Method