MsgConvert Properties

The MsgConvert type exposes the following members.

Properties
  NameDescription
Public propertyHtmlToRtfMethod
Gets or sets which HTML-to-RTF conversion method to use when making .MSG out of .EML source.
Public propertyStatic memberLicenseKey Obsolete.
Assigns the license key.
Public propertyMsgAsDraft
Gets or sets whether the resulting .MSG message should be saved as "Draft" (editable) or "Sent" (read-only).
Public propertyMsgAsUnicode
Gets or sets whether string values during .EML-to-.MSG transformation will be saved as Unicode (allows using international characters).
Public propertyMsgIsFromMe
Gets or sets whether MSGFLAG_FROMME flag will set in the resuling .MSG message.
Public propertyOnByteToStringConversion
Gets or sets the application-supplied callback MailBee will execute in order to convert bytes to string when making .EML from .MSG source.
Public propertyOnHtmlToRtfConversion
Gets or sets the application-supplied callback MailBee will execute in order to convert HTML-to-RTF when making .MSG out of .EML source.
Public propertyPreferAddressesFromInternetHeaders
Gets or sets whether From/To/CC/BCC addresses must be loaded from Internet headers of the .MSG message.
Public propertyPreferRtfBodyToHtml
Gets or sets whether the HTML body of the resulting .EML should be taken from RTF part (instead of HTML part) of the source .MSG message, if it has both RTF and HTML part.
Public propertyCode exampleRtfInEmlMethod
Gets or sets if RTF text body from .MSG message should be added as an attachment or as a body part into the resulting .EML message, or not added at all.
Public propertyTrialDaysLeft
Gets the number of days left to the date of the trial license key expiration.
Top
See Also