RtfInEmlStorageMethod Enumeration |
Defines supported methods of placing RTF body of the source .MSG message into resulting .EML message.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public enum RtfInEmlStorageMethod
Public Enumeration RtfInEmlStorageMethod
Members
| Member name | Value | Description |
---|
| None | 0 |
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 | 1 |
RTF body will be added as "richbody.rtf" attachment of the resulting .EML message.
|
| AsBodyPart | 2 |
RTF body will be added as a text part of content-type "text/rtf" of the resulting .EML message.
|
See Also