AlternateView::CreateAlternateViewFromString Method (String^, ContentType^)

 

Creates an AlternateView of an email message using the content specified in a String and the specified MIME media type of the content.

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

public:
static AlternateView^ CreateAlternateViewFromString(
	String^ content,
	ContentType^ contentType
)

Parameters

content
Type: System::String^

A String that contains the content for this attachment.

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

A ContentType that describes the data in string.

Return Value

Type: System.Net.Mail::AlternateView^

An AlternateView object that represents an alternate view of an email message.

Exception Condition
ArgumentNullException

content is null.

.NET Framework
Available since 2.0
Return to top
Show: