Click or drag to resize

MimeFactoryCreateMimeText Method (String)

Creates new MimeText object using UTF8 encoding and specified text (TextPlain).

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeText CreateMimeText(
	string text
)

Parameters

text
Type: SystemString
Text to fill new object with.

Return Value

Type: MimeText
New MimeText object containing specified text.
See Also