Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specify transfer encoding used to encode the mail message body name
Syntax
public CLRObject bodyTransferEncoding([CLRObject bodyTransferEncoding])
Run On
Called
Parameters
- bodyTransferEncoding
Type: CLRObject Class
Any valid System.Net.Mime.TransferEncoding value.
Return Value
Type: CLRObject Class
The transfer encoding value that was set on the mail message
Remarks
The Content-Transfer-Encoding header specifies the encoding of the associated message body so that it meets SMTP requirements.
SMTP requires data for transport to be in 7-bit US-ASCII characters with lines no longer than 1000 characters. This value is defaulted to System.Net.Mime.TransferEncoding::SevenBit hence.