Back to product page

MIMEVersion Property


Holds MIME-Version header.

Type

String

Syntax

  • Basic
object.MIMEVersion [= value]
The MIMEVersion(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SmtpMsg
valueA String value.

Remarks

MIMEVersion property will internally scan headers and search for 'MIME-Version' header, and return its information to you.

When you set this property, it will overwrite 'MIME-Version' header.

Platforms

Windows