Email Class |
Namespace: SIC
The Email type exposes the following members.
Name | Description | |
---|---|---|
Email(SMTP) |
Create Email object with SMTP settings parameter
| |
Email(SMTP, Email) |
Create Email object with SMTP settings parameter and Email settings parameter
| |
Email(SMTP, EmailSimple) |
Create Email object with SMTP settings parameter and simple Email settings parameter
|
Name | Description | |
---|---|---|
MailMessage | ||
SettingEmail |
Email setting
| |
SettingSMTP | ||
SMTPClient |
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.) |
var lEmail = new SIC.Email(SOWIApp.Management.Data.Settings.Mail.SettingSMTP);