Description
-
Holds Content-Transfer-Encoding header.
Property type
-
A String value.
Syntax
-
object.ContentTransferEncoding [=
value]
The ContentTransferEncoding Property syntax has these
parts:
| object |
An expression
evaluating to an object of type SmtpMsg. |
| value |
A 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.
|