This enumeration sets the BodyEncoding property of the MailMessage class and the Encoding property of the MailAttachment class.
public enum MailEncoding { UUEncode = 0, Base64 = 1 }
System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) MailEncoding
MailAttachment.Encoding
MailAttachment.MailAttachment( )