MailBee.NET Objects 7.2

MsgConvert Members

MsgConvert overview

Public Static Properties

LicenseKeyObsolete. Assigns the license key.

Public Instance Constructors

MsgConvert Constructor Initializes a new instance of the MsgConvert class.

Public Instance Properties

HtmlToRtfMethod Gets or sets which HTML-to-RTF conversion method to use when making .MSG out of .EML source.
MsgAsDraft Gets or sets whether the resulting .MSG message should be saved as "Draft" (editable) or "Sent" (read-only).
MsgAsUnicode Gets or sets whether string values during .EML-to-.MSG transformation will be saved as Unicode (allows using international characters).
OnByteToStringConversion Gets or sets the application-supplied callback MailBee will execute in order to convert bytes to string when making .EML from .MSG source.
OnHtmlToRtfConversion Gets or sets the application-supplied callback MailBee will execute in order to convert HTML-to-RTF when making .MSG out of .EML source.
RtfInEmlMethod 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.
TrialDaysLeft Gets the number of days left to the date of the trial license key expiration.

Public Instance Methods

EmlToMsgOverloaded. Converts RFC822 .EML file or stream into Outlook .MSG file or stream.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
MailMessageToMsgOverloaded. Saves the specified MailMessage into Outlook .MSG file or stream.
MsgToEmlOverloaded. Converts Outlook .MSG file or stream into .EML file or stream.
MsgToMailMessageOverloaded. Parses Outlook .MSG file or stream into MailMessage object.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

MsgConvert Class | MailBee.Outlook Namespace