MailAttachment.Encoding 属性

定义

获取电子邮件附件的编码类型。Gets the type of encoding for the email attachment. 建议使用的替代项:System.Net.MailRecommended alternative: System.Net.Mail.

public:
 property System::Web::Mail::MailEncoding Encoding { System::Web::Mail::MailEncoding get(); };
public System.Web.Mail.MailEncoding Encoding { get; }
member this.Encoding : System.Web.Mail.MailEncoding
Public ReadOnly Property Encoding As MailEncoding

属性值

MailEncoding

MailEncoding 值之一。One of the MailEncoding values.

适用于