Method | Description | |
---|---|---|
AddTag ( this mailMessage, string tag ) : void |
Adds a tag to the System.Net.Mail.MailMessage.
|
|
AddVariable ( this mailMessage, string name, string value ) : void |
public static AddTag ( this mailMessage, string tag ) : void | ||
mailMessage | this | The |
tag | string | The tag to add to the |
return | void |
public static AddVariable ( this mailMessage, string name, string value ) : void | ||
mailMessage | this | |
name | string | |
value | string | |
return | void |