AttachmentBase Constructor (String^, ContentType^)

 

Instantiates an AttachmentBase with the specified file name and content type.

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

protected:
AttachmentBase(
	String^ fileName,
	ContentType^ contentType
)

Parameters

fileName
Type: System::String^

The file name holding the content for this attachment.

contentType
Type: System.Net.Mime::ContentType^

The type of the content.

Exception Condition
ArgumentNullException

fileName is null.

FormatException

contentType is not a valid value.

.NET Framework
Available since 2.0
Return to top
Show: