AlternateView::CreateAlternateViewFromString Method (String^)
.NET Framework (current version)
Creates a AlternateView of an email message using the content specified in a String.
Assembly: System (in System.dll)
Parameters
- content
-
Type:
System::String^
The String that contains the content of the email message.
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. |
The default media type is plain text and the default encoding is ASCII.
.NET Framework
Available since 2.0
Available since 2.0
Show: