Email Methods |
The Email type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| Send |
Send email by settings of constructor
| |
| Send(MailMessage) | ||
| Send(Email) |
Send email with all parameter
| |
| Send(EmailSimple) |
Send email with simple Email setting
| |
| Send(String, String) |
Send email with address to from settings of constructor
| |
| Send(String, String, String, String, ListAttachment) |
Send email with parameter address from and to, subject (email title) and body (email text) and optional email attachments
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |