Hunny Software Library Reference

TransferEncodingType Class

Class that represents the field body of a "Content-Transfer-Encoding" header field.

For a list of all members of this type, see TransferEncodingType Members.

System.Object
   Node
      FieldBody
         TransferEncodingType

[Visual Basic]
Public Class TransferEncodingType
Inherits FieldBody
[C#]
public class TransferEncodingType : FieldBody

Remarks

TransferEncodingType represents a field body for the Content-Transfer-Encoding header field as described in RFC 2045. This header field specifies how the content is encoded for transport through the mail system. Standard values include 7bit, 8bit, binary, quoted-printable, and base64.

Requirements

Namespace: Hunny.Mime

Assembly: Hunny.Mime (in Hunny.Mime.dll)

See Also

TransferEncodingType Members | Hunny.Mime Namespace