A type corresponding to a value of the Content-Transfer-Encoding: header field.
[Visual Basic]
Public Enum AwContentTransferEncodingType
[C#]
public enum AwContentTransferEncodingType
Members
| Member Name |
Description |
| SevenBit | 7bit |
| EightBit | 8bit |
| Binary | Binary |
| Quoted_Printable | Quoted-Printable |
| Base64 | Base64 |
Requirements
Namespace:
Asterworld.Mail
Assembly: Asterworld_En (in Asterworld_En.dll)
See Also
Asterworld.Mail Namespace