Back to product page

ContentDisposition Property


Holds Content-Disposition header.

Type

String

Syntax

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

Remarks

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

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

Platforms

Windows