MapiMailMessage Class |
Namespace: QsInformatica.Utils
The MapiMailMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| MapiMailMessage |
Creates a blank mail message.
| |
| MapiMailMessage(String) |
Creates a new mail message with the specified subject.
| |
| MapiMailMessage(String, String) |
Creates a new mail message with the specified subject and body.
|
| Name | Description | |
|---|---|---|
| Body |
Gets or sets the body of this mail message.
| |
| DeleteFilesAfterSend |
Gets or sets if delete the attachments after send mail.
| |
| Files |
Gets the file list for this mail message.
| |
| Recipients |
Gets the recipient list for this mail message.
| |
| Subject |
Gets or sets the subject of this mail message.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Show |
Displays the mail message dialog synchronously.
| |
| ShowDialog |
Displays the mail message dialog asynchronously.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |