Back to product page

ContentTransferEncoding Property


Holds Content-Transfer-Encoding header.

Type

String

Syntax

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

Remarks

ContentTransferEncoding property will internally scan headers and search for 'Content-Transfer-Encoding' header, and return its information to you.

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

Platforms

Windows