System.Net.Mail.Attachment.Name Property

Gets or sets the MIME content type name value in the content type associated with this attachment.

Syntax

public string Name { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The Attachment.Name property is used in the Content-Type header generated for this attachment. The Attachment.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 tp://www.ietf.org/.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0