C# Class SendGridSharp.SmtpHeaderExtensions

Datei anzeigen Open project: shibayan/SendGridSharp

Public Methods

Method 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 method

public static UseBcc ( this header, string email ) : void
header this
email string
return void

UseBypassListManagement() public static method

public static UseBypassListManagement ( this header ) : void
header this
return void

UseClickTrack() public static method

public static UseClickTrack ( this header ) : void
header this
return void

UseDkim() public static method

public static UseDkim ( this header, string domain, bool useFrom ) : void
header this
domain string
useFrom bool
return void

UseDomainKeys() public static method

public static UseDomainKeys ( this header, string domain, bool sender ) : void
header this
domain string
sender bool
return void

UseFooter() public static method

public static UseFooter ( this header, string html, string text ) : void
header this
html string
text string
return void

UseForwardSpam() public static method

public static UseForwardSpam ( this header, string email ) : void
header this
email string
return void

UseGoogleAnalytics() public static method

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

UseGravatar() public static method

public static UseGravatar ( this header ) : void
header this
return void

UseOpenTrack() public static method

public static UseOpenTrack ( this header ) : void
header this
return void

UseSpamCheck() public static method

public static UseSpamCheck ( this header, double maxscore, string url ) : void
header this
maxscore double
url string
return void

UseSubscriptionTrack() public static method

public static UseSubscriptionTrack ( this header, string html, string text, string replace ) : void
header this
html string
text string
replace string
return void

UseTemplate() public static method

public static UseTemplate ( this header, string html ) : void
header this
html string
return void

UseTemplateEngine() public static method

public static UseTemplateEngine ( this header, string templateId ) : void
header this
templateId string
return void