Attachment::Name Property
Gets or sets the MIME content type name value in the content type associated with this attachment.
Assembly: System (in System.dll)
Property Value
Type: System::StringA String that contains the value for the content type name represented by the ContentType::Name property.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value specified for a set operation is nullptr. |
| ArgumentException | The value specified for a set operation is Empty (""). |
The Name property is used in the Content-Type header generated for this attachment. The Name is displayed as the attachment’s name when the email with the attachment is received. A grammar that details the syntax of the Content-Type header is described in RFC 2045 Section 5.1. RFC 2046 provides detailed information about MIME media types and their parameters. These RFCs are available at http://www.ietf.org.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.