TransferEncoding Property


This property specifies the encoding method of email body.

Data Type: long

Remarks

You can specify any encoding method for your message body. Default is in base64. Although most popular email client support base64 encoding, some Unix mail system doesn't. In this situation you need to specify 7bit or Quoted-Printable (recommended) encoding in email body text.

Value Meaning
1 7bit
2 8bit
3 Quoted-Printable
4 Base64(default)

See Also

BodyText Property