C# Class SendGridSharp.SmtpHeaderExtensions

Afficher le fichier Open project: shibayan/SendGridSharp

Méthodes publiques

Méthode Description
UseBcc ( this header, string email ) : void
UseBypassListManagement ( this header ) : void
UseClickTrack ( this header ) : void
UseDkim ( this header, string domain, bool useFrom ) : void
UseDomainKeys ( this header, string domain, bool sender ) : void
UseFooter ( this header, string html, string text ) : void
UseForwardSpam ( this header, string email ) : void
UseGoogleAnalytics ( this header, string source, string medium, string term, string content, string campaign ) : void
UseGravatar ( this header ) : void
UseOpenTrack ( this header ) : void
UseSpamCheck ( this header, double maxscore, string url ) : void
UseSubscriptionTrack ( this header, string html, string text, string replace ) : void
UseTemplate ( this header, string html ) : void
UseTemplateEngine ( this header, string templateId ) : void

Method Details

UseBcc() public static méthode

public static UseBcc ( this header, string email ) : void
header this
email string
Résultat void

UseBypassListManagement() public static méthode

public static UseBypassListManagement ( this header ) : void
header this
Résultat void

UseClickTrack() public static méthode

public static UseClickTrack ( this header ) : void
header this
Résultat void

UseDkim() public static méthode

public static UseDkim ( this header, string domain, bool useFrom ) : void
header this
domain string
useFrom bool
Résultat void

UseDomainKeys() public static méthode

public static UseDomainKeys ( this header, string domain, bool sender ) : void
header this
domain string
sender bool
Résultat void

UseFooter() public static méthode

public static UseFooter ( this header, string html, string text ) : void
header this
html string
text string
Résultat void

UseForwardSpam() public static méthode

public static UseForwardSpam ( this header, string email ) : void
header this
email string
Résultat void

UseGoogleAnalytics() public static méthode

public static UseGoogleAnalytics ( this header, string source, string medium, string term, string content, string campaign ) : void
header this
source string
medium string
term string
content string
campaign string
Résultat void

UseGravatar() public static méthode

public static UseGravatar ( this header ) : void
header this
Résultat void

UseOpenTrack() public static méthode

public static UseOpenTrack ( this header ) : void
header this
Résultat void

UseSpamCheck() public static méthode

public static UseSpamCheck ( this header, double maxscore, string url ) : void
header this
maxscore double
url string
Résultat void

UseSubscriptionTrack() public static méthode

public static UseSubscriptionTrack ( this header, string html, string text, string replace ) : void
header this
html string
text string
replace string
Résultat void

UseTemplate() public static méthode

public static UseTemplate ( this header, string html ) : void
header this
html string
Résultat void

UseTemplateEngine() public static méthode

public static UseTemplateEngine ( this header, string templateId ) : void
header this
templateId string
Résultat void