Click or drag to resize

MimeFactoryCreateMimeRfc822 Method (IMail)

Creates new MimeRfc822 object representing RFC822 message (MessageRfc822).

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeRfc822 CreateMimeRfc822(
	IMail email
)

Parameters

email
Type: Limilabs.MailIMail
Message to fill the new object with.

Return Value

Type: MimeRfc822
New MimeRfc822 object containing specified message.
See Also