MailEncoding

MailEncodingserializable

System.Web.Mail (system.web.dll)enum

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
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) MailEncoding

Returned By

MailAttachment.Encoding

Passed To

MailAttachment.MailAttachment( )



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace