System.Net.Mail.Attachment.CreateAttachmentFromString Method

Creates a mail attachment using the content from the specified string, and the specified MIME content type name.

Syntax

public static Attachment CreateAttachmentFromString (string content, string name)

Parameters

content
A string that contains the content for this attachment.
name
The MIME content type name value in the content type associated with this attachment.

Returns

An object of type System.Net.Mail.Attachment.

Remarks

If the content is in ASCII format then the character encoding is set to ASCII. For all other formats, the character encoding is set to utf-8. The default media type is plain text.

If the content is not in ASCII format and the encoding is null, utf-8 encoding is used.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0