Click or drag to resize

MimeDataContentTransferEncoding Property

Gets or sets 'Content-Transfer-Encoding' of the data. This object provides information on how the data was encoded for transport purposes. Please remember that setting Data may override content transfer encoding.

Namespace: Limilabs.Mail.MIME
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public MimeEncoding ContentTransferEncoding { get; set; }

Property Value

MimeEncoding
See Also