C# Class Typesafe.Mailgun.Extensions.MailMessageExtensions

Extensions to the System.Net.Mail.MailMessage class
Afficher le fichier Open project: typesafe/mnailgun

Méthodes publiques

Méthode Description
AddTag ( this mailMessage, string tag ) : void

Adds a tag to the System.Net.Mail.MailMessage.

AddVariable ( this mailMessage, string name, string value ) : void

Method Details

AddTag() public static méthode

Adds a tag to the System.Net.Mail.MailMessage.
public static AddTag ( this mailMessage, string tag ) : void
mailMessage this The instance.
tag string The tag to add to the .
Résultat void

AddVariable() public static méthode

public static AddVariable ( this mailMessage, string name, string value ) : void
mailMessage this
name string
value string
Résultat void