Share via


SysMailerNet.bodyTransferEncoding Method [AX 2012]

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.

See Also

Reference

SysMailerNet Class