На главную ASP.NET in a Nutshell, Second Edition 2017-07-07 02:10:07 MailEncodingserializableSystem.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( ) Related Категории Search