Свойство | Type | Description | |
---|---|---|---|
GetFullTemplatePath | String |
Méthode | Description | |
---|---|---|
AddAttachment ( String path ) : void |
Add attachment.
|
|
AppendParam ( String key, String value ) : void |
Appends param with its value to the email.
|
|
AppendParam ( String key, String value, bool encode ) : void |
Apends param to the email.
|
|
MailTemplate ( String bodyTemplate ) : System |
Initializes a new instance of the MailTemplate class.
|
|
MailTemplate ( String templateDirectory, String bodyTemplate ) : System |
Initializes a new instance of the MailTemplate class.
|
|
Send ( ) : bool |
Send email.
|
|
Send ( String smtpHost, String user, String password ) : bool |
Send email.
|
|
SendMails ( ) : bool |
Sends mails to list of recipients specified in MailAddressCollection.
|
Méthode | Description | |
---|---|---|
ReadTemplates ( String bodyTemplateFile ) : void |
Initialize new instance of MailTemplate.
|
Méthode | Description | |
---|---|---|
GetFullTemplatePath ( String path ) : String |
Gets the full template path.
|
public AddAttachment ( String path ) : void | ||
path | String | Path to the file. |
Résultat | void |
public AppendParam ( String key, String value ) : void | ||
key | String | Param Key |
value | String | Param value. |
Résultat | void |
public AppendParam ( String key, String value, bool encode ) : void | ||
key | String | Param key. |
value | String | Param value. |
encode | bool | If true. the param value will be encided. |
Résultat | void |
public MailTemplate ( String bodyTemplate ) : System | ||
bodyTemplate | String | The body template. |
Résultat | System |
public MailTemplate ( String templateDirectory, String bodyTemplate ) : System | ||
templateDirectory | String | The template directory. |
bodyTemplate | String | The body template. |
Résultat | System |
protected ReadTemplates ( String bodyTemplateFile ) : void | ||
bodyTemplateFile | String | Name of the body template. |
Résultat | void |
public Send ( String smtpHost, String user, String password ) : bool | ||
smtpHost | String | The SMTP host. |
user | String | The SMTP user. |
password | String | The SMTP password. |
Résultat | bool |