C# Class SendGridSharp.SendGridMessageExtensions

Datei anzeigen Open project: shibayan/SendGridSharp

Public Methods

Method Description
AddAttachment ( SendGridMessage message, string path ) : void
AddAttachment ( SendGridMessage message, string path, string fileName ) : void
AddAttachment ( this message, string path ) : void
AddAttachment ( this message, string path, string fileName ) : void
UseBcc ( SendGridMessage message, string email ) : void
UseBcc ( this message, string email ) : void
UseBypassListManagement ( SendGridMessage message ) : void
UseBypassListManagement ( this message ) : void
UseClickTrack ( SendGridMessage message ) : void
UseClickTrack ( this message ) : void
UseDkim ( SendGridMessage message, string domain, bool useFrom ) : void
UseDkim ( this message, string domain, bool useFrom ) : void
UseDomainKeys ( SendGridMessage message, string domain, bool sender ) : void
UseDomainKeys ( this message, string domain, bool sender ) : void
UseFooter ( SendGridMessage message, string html, string text ) : void
UseFooter ( this message, string html, string text ) : void
UseForwardSpam ( SendGridMessage message, string email ) : void
UseForwardSpam ( this message, string email ) : void
UseGoogleAnalytics ( SendGridMessage message, string source, string medium, string term, string content, string campaign ) : void
UseGoogleAnalytics ( this message, string source, string medium, string term, string content, string campaign ) : void
UseGravatar ( SendGridMessage message ) : void
UseGravatar ( this message ) : void
UseOpenTrack ( SendGridMessage message ) : void
UseOpenTrack ( this message ) : void
UseSpamCheck ( SendGridMessage message, double maxscore, string url ) : void
UseSpamCheck ( this message, double maxscore, string url ) : void
UseSubscriptionTrack ( SendGridMessage message, string html, string text, string replace ) : void
UseSubscriptionTrack ( this message, string html, string text, string replace ) : void
UseTemplate ( SendGridMessage message, string html ) : void
UseTemplate ( this message, string html ) : void
UseTemplateEngine ( SendGridMessage message, string templateId ) : void
UseTemplateEngine ( this message, string templateId ) : void

Method Details

AddAttachment() public static method

public static AddAttachment ( SendGridMessage message, string path ) : void
message SendGridMessage
path string
return void

AddAttachment() public static method

public static AddAttachment ( SendGridMessage message, string path, string fileName ) : void
message SendGridMessage
path string
fileName string
return void

AddAttachment() public static method

public static AddAttachment ( this message, string path ) : void
message this
path string
return void

AddAttachment() public static method

public static AddAttachment ( this message, string path, string fileName ) : void
message this
path string
fileName string
return void

UseBcc() public static method

public static UseBcc ( SendGridMessage message, string email ) : void
message SendGridMessage
email string
return void

UseBcc() public static method

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

UseBypassListManagement() public static method

public static UseBypassListManagement ( SendGridMessage message ) : void
message SendGridMessage
return void

UseBypassListManagement() public static method

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

UseClickTrack() public static method

public static UseClickTrack ( SendGridMessage message ) : void
message SendGridMessage
return void

UseClickTrack() public static method

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

UseDkim() public static method

public static UseDkim ( SendGridMessage message, string domain, bool useFrom ) : void
message SendGridMessage
domain string
useFrom bool
return void

UseDkim() public static method

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

UseDomainKeys() public static method

public static UseDomainKeys ( SendGridMessage message, string domain, bool sender ) : void
message SendGridMessage
domain string
sender bool
return void

UseDomainKeys() public static method

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

UseFooter() public static method

public static UseFooter ( SendGridMessage message, string html, string text ) : void
message SendGridMessage
html string
text string
return void

UseFooter() public static method

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

UseForwardSpam() public static method

public static UseForwardSpam ( SendGridMessage message, string email ) : void
message SendGridMessage
email string
return void

UseForwardSpam() public static method

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

UseGoogleAnalytics() public static method

public static UseGoogleAnalytics ( SendGridMessage message, string source, string medium, string term, string content, string campaign ) : void
message SendGridMessage
source string
medium string
term string
content string
campaign string
return void

UseGoogleAnalytics() public static method

public static UseGoogleAnalytics ( this message, string source, string medium, string term, string content, string campaign ) : void
message this
source string
medium string
term string
content string
campaign string
return void

UseGravatar() public static method

public static UseGravatar ( SendGridMessage message ) : void
message SendGridMessage
return void

UseGravatar() public static method

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

UseOpenTrack() public static method

public static UseOpenTrack ( SendGridMessage message ) : void
message SendGridMessage
return void

UseOpenTrack() public static method

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

UseSpamCheck() public static method

public static UseSpamCheck ( SendGridMessage message, double maxscore, string url ) : void
message SendGridMessage
maxscore double
url string
return void

UseSpamCheck() public static method

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

UseSubscriptionTrack() public static method

public static UseSubscriptionTrack ( SendGridMessage message, string html, string text, string replace ) : void
message SendGridMessage
html string
text string
replace string
return void

UseSubscriptionTrack() public static method

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

UseTemplate() public static method

public static UseTemplate ( SendGridMessage message, string html ) : void
message SendGridMessage
html string
return void

UseTemplate() public static method

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

UseTemplateEngine() public static method

public static UseTemplateEngine ( SendGridMessage message, string templateId ) : void
message SendGridMessage
templateId string
return void

UseTemplateEngine() public static method

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