This documentation is archived and is not being maintained.

MailAttachment.Encoding Property

Gets the type of encoding for the e-mail attachment.

[Visual Basic]
Public ReadOnly Property Encoding As MailEncoding
[C#]
public MailEncoding Encoding {get;}
[C++]
public: __property MailEncoding get_Encoding();
[JScript]
public function get Encoding() : MailEncoding;

Property Value

One of the MailEncoding values.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

MailAttachment Class | MailAttachment Members | System.Web.Mail Namespace

Show: