Back to product page

ContentDescription Property


Holds Content-Description header.

Type

String

Syntax

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

Remarks

ContentDescription property will internally scan headers and search for 'Content-Description' header, and return its information to you.

When you set this property, it will overwrite 'Content-Description' header.

Platforms

Windows