Attachment.NameEncoding Property

Note: This property is new in the .NET Framework version 2.0.

Specifies the encoding for the AttachmentName.

Namespace: System.Net.Mail
Assembly: System (in system.dll)

public:
property Encoding^ NameEncoding {
	Encoding^ get ();
	void set (Encoding^ value);
}
/** @property */
public Encoding get_NameEncoding ()

/** @property */
public void set_NameEncoding (Encoding value)

public function get NameEncoding () : Encoding

public function set NameEncoding (value : Encoding)

Property Value

An Encoding value that specifies the type of name encoding. The default value is determined from the name of the attachment.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: