C# Class Typesafe.Mailgun.Extensions.MailMessageExtensions

Extensions to the System.Net.Mail.MailMessage class
Datei anzeigen Open project: typesafe/mnailgun

Public Methods

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

Method Details

AddTag() public static method

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 .
return void

AddVariable() public static method

public static AddVariable ( this mailMessage, string name, string value ) : void
mailMessage this
name string
value string
return void