ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 205
نمايش فراداده

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