MailAttachment::Encoding Property

 

Gets the type of encoding for the e-mail attachment. Recommended alternative: System.Net.Mail.

Namespace:   System.Web.Mail
Assembly:  System.Web (in System.Web.dll)

public:
property MailEncoding Encoding {
	MailEncoding get();
}

Property Value

Type: System.Web.Mail::MailEncoding

One of the MailEncoding values.

.NET Framework
Available since 1.1
Return to top
Show: