LinkedResource::CreateLinkedResourceFromString Method
.NET Framework (current version)
Creates a LinkedResource object from the content stored in a String.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateLinkedResourceFromString(String^) | Creates a LinkedResource object from a string to be included in an email attachment as an embedded resource. The default media type is plain text, and the default content type is ASCII. |
![]() ![]() | CreateLinkedResourceFromString(String^, ContentType^) | Creates a LinkedResource object from a string to be included in an email attachment as an embedded resource, with the specified content type, and media type as plain text. |
![]() ![]() | CreateLinkedResourceFromString(String^, Encoding^, String^) | Creates a LinkedResource object from a string to be included in an email attachment as an embedded resource, with the specified content type, and media type. |
Show:

