C# Class SendGridSharp.SendGridMessageExtensions

Afficher le fichier Open project: shibayan/SendGridSharp

Méthodes publiques

Méthode 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 méthode

public static AddAttachment ( SendGridMessage message, string path ) : void
message SendGridMessage
path string
Résultat void

AddAttachment() public static méthode

public static AddAttachment ( SendGridMessage message, string path, string fileName ) : void
message SendGridMessage
path string
fileName string
Résultat void

AddAttachment() public static méthode

public static AddAttachment ( this message, string path ) : void
message this
path string
Résultat void

AddAttachment() public static méthode

public static AddAttachment ( this message, string path, string fileName ) : void
message this
path string
fileName string
Résultat void

UseBcc() public static méthode

public static UseBcc ( SendGridMessage message, string email ) : void
message SendGridMessage
email string
Résultat void

UseBcc() public static méthode

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

UseBypassListManagement() public static méthode

public static UseBypassListManagement ( SendGridMessage message ) : void
message SendGridMessage
Résultat void

UseBypassListManagement() public static méthode

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

UseClickTrack() public static méthode

public static UseClickTrack ( SendGridMessage message ) : void
message SendGridMessage
Résultat void

UseClickTrack() public static méthode

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

UseDkim() public static méthode

public static UseDkim ( SendGridMessage message, string domain, bool useFrom ) : void
message SendGridMessage
domain string
useFrom bool
Résultat void

UseDkim() public static méthode

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

UseDomainKeys() public static méthode

public static UseDomainKeys ( SendGridMessage message, string domain, bool sender ) : void
message SendGridMessage
domain string
sender bool
Résultat void

UseDomainKeys() public static méthode

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

UseFooter() public static méthode

public static UseFooter ( SendGridMessage message, string html, string text ) : void
message SendGridMessage
html string
text string
Résultat void

UseFooter() public static méthode

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

UseForwardSpam() public static méthode

public static UseForwardSpam ( SendGridMessage message, string email ) : void
message SendGridMessage
email string
Résultat void

UseForwardSpam() public static méthode

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

UseGoogleAnalytics() public static méthode

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
Résultat void

UseGoogleAnalytics() public static méthode

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
Résultat void

UseGravatar() public static méthode

public static UseGravatar ( SendGridMessage message ) : void
message SendGridMessage
Résultat void

UseGravatar() public static méthode

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

UseOpenTrack() public static méthode

public static UseOpenTrack ( SendGridMessage message ) : void
message SendGridMessage
Résultat void

UseOpenTrack() public static méthode

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

UseSpamCheck() public static méthode

public static UseSpamCheck ( SendGridMessage message, double maxscore, string url ) : void
message SendGridMessage
maxscore double
url string
Résultat void

UseSpamCheck() public static méthode

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

UseSubscriptionTrack() public static méthode

public static UseSubscriptionTrack ( SendGridMessage message, string html, string text, string replace ) : void
message SendGridMessage
html string
text string
replace string
Résultat void

UseSubscriptionTrack() public static méthode

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

UseTemplate() public static méthode

public static UseTemplate ( SendGridMessage message, string html ) : void
message SendGridMessage
html string
Résultat void

UseTemplate() public static méthode

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

UseTemplateEngine() public static méthode

public static UseTemplateEngine ( SendGridMessage message, string templateId ) : void
message SendGridMessage
templateId string
Résultat void

UseTemplateEngine() public static méthode

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