MsgMessageException Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9119)
The exception that is thrown when an error related to an Outlook .msg message occurs.
Syntax
public class MsgMessageException : Exception, ISerializable
  Implements
Inherited Members
Constructors
| Name | Description | 
|---|---|
| MsgMessageException(String) | Initializes a new instance of MsgMessageException with the specified message.  | 
      
| MsgMessageException(String, Exception) | Initializes a new instance of MsgMessageException with the specified message and inner exception.  |