MailBee.NET Objects 7.2

RtfInEmlStorageMethod Enumeration

Defines supported methods of placing RTF body of the source .MSG message into resulting .EML message.

public enum RtfInEmlStorageMethod

Members

Member Name Description
None RTF body will not be added into the produced .EML message. The .EML message will have only plain-text part unless the source .MSG message explicitly included HTML part.
AsAttachment RTF body will be added as "richtext.rtf" attachment of the resulting .EML message.
AsBodyPart RTF body will be added as a text part of content-type "text/rtf" of the resulting .EML message.

Requirements

Namespace: MailBee.Outlook

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.Outlook Namespace