MsgConvert Methods

The MsgConvert type exposes the following members.

Methods
  NameDescription
Public methodEmlToMsg(Stream, Stream)
Converts .EML data (in RFC822 text format) into a stream in Outlook .MSG (OLE2) format with 8-bit encoding.
Public methodCode exampleEmlToMsg(String, String)
Converts .EML data (in RFC822 text format) into a file in Outlook .MSG (OLE2) format with 8-bit encoding.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMailMessageToMsg(MailMessage, Stream)
Saves the specified MailMessage into a stream in Outlook .MSG (OLE2) format.
Public methodMailMessageToMsg(MailMessage, String)
Saves the specified MailMessage as Outlook .MSG file.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMsgToEml(Stream, Stream)
Converts Outlook .MSG data (in OLE2 binary format) into .EML data (in RFC822 MIME format).
Public methodCode exampleMsgToEml(String, String)
Converts Outlook .MSG file (in OLE2 binary format) into .EML file (in RFC822 MIME format).
Public methodCode exampleMsgToMailMessage(Stream)
Parses Outlook .MSG data stream into MailMessage object.
Public methodMsgToMailMessage(String)
Parses Outlook .MSG file into MailMessage object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also