![]() LicenseKey | Obsolete. Assigns the license key. |
MsgConvert Constructor
|
Initializes a new instance of the MsgConvert class. |
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. |
EmlToMsg | Overloaded. 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. |
MailMessageToMsg | Overloaded. Saves the specified MailMessage into Outlook .MSG file or stream. |
MsgToEml | Overloaded. Converts Outlook .MSG file or stream into .EML file or stream. |
MsgToMailMessage | Overloaded. Parses Outlook .MSG file or stream into MailMessage object. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
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. |
MsgConvert Class | MailBee.Outlook Namespace