MailAttachment.Filename Property

Definition

Gets the name of the attachment file. Recommended alternative: System.Net.Mail.

public:
 property System::String ^ Filename { System::String ^ get(); };
public string Filename { get; }
member this.Filename : string
Public ReadOnly Property Filename As String

Property Value

The name of the attachment file.

Applies to