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

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum RtfInEmlStorageMethod
Members
  Member nameValueDescription
None0 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.
AsAttachment1 RTF body will be added as "richbody.rtf" attachment of the resulting .EML message.
AsBodyPart2 RTF body will be added as a text part of content-type "text/rtf" of the resulting .EML message.
See Also