AttachmentBase Constructor (String^)

 

Instantiates an AttachmentBase with the specified file name.

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

protected:
AttachmentBase(
	String^ fileName
)

Parameters

fileName
Type: System::String^

The file name holding the content for this attachment.

Exception Condition
ArgumentNullException

fileName is null.

.NET Framework
Available since 2.0
Return to top
Show: