A
BodyEncodingEnum expression that defines
the encoding type of the message's body.
By default, the BodyEncoding property is
BodyEncodingBASE64. Use the BodyEncoding property to specify the encoding type
of the message's body. The BodyText / BodyHTML
property specifies the message's body to be sent.
The BodyEncoding property could be:
NoBodyEncoding, which indicates that the message's body goes as 7BIT or 8BIT
BodyEncodingBASE64, which indicates that the message's body is encoded as
BASE64.