MailAttachment::Filename Property

 

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

Namespace:   System.Web.Mail
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Filename {
	String^ get();
}

Property Value

Type: System::String^

The name of the attachment file.

.NET Framework
Available since 1.1
Return to top
Show: