ASP.NET in a Nutshell, Second Edition

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( )

Категории