LinkedResource Constructor (String^, String^)

 

Initializes a new instance of LinkedResource with the specified file name and media type.

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

public:
LinkedResource(
	String^ fileName,
	String^ mediaType
)

Parameters

fileName
Type: System::String^

The file name that holds the content for this embedded resource.

mediaType
Type: System::String^

The MIME media type of the content.

Exception Condition
ArgumentNullException

fileName is null.

FormatException

mediaType is not a valid value.

.NET Framework
Available since 2.0
Return to top
Show: