C# Class Example.WEBAPI

Afficher le fichier Open project: advancedrei/sendgridplus-csharp Class Usage Examples

Méthodes publiques

Méthode Description
AddSubstitutionValues ( ) : Task

This feature allows you to create a message template, and specify different replacement strings for each specific recipient

AddSubstitutionValues ( ) : void

This feature allows you to create a message template, and specify different replacement strings for each specific recipient

AddUniqueIdentifiers ( ) : void

This feature adds key value identifiers to be sent back as arguments over the event api for various events

EnableBypassListManagementEmail ( ) : void

This feature wraps an HTML template around your email content. This can be useful for sending out newsletters and/or other HTML formatted messages. http://docs.sendgrid.com/documentation/apps/email-templates/

EnableClickTrackingEmail ( ) : void

Point the urls to Sendgrid Servers so that the clicks can be logged before being directed to the appropriate link http://docs.sendgrid.com/documentation/apps/click-tracking/

EnableFooterEmail ( ) : void

The Footer App will insert a custom footer at the bottom of the text and HTML bodies. http://docs.sendgrid.com/documentation/apps/footer/

EnableGoogleAnalytics ( ) : Task

The Footer App will insert a custom footer at the bottom of the text and HTML bodies. http://docs.sendgrid.com/documentation/apps/google-analytics/

EnableGoogleAnalytics ( ) : void

The Footer App will insert a custom footer at the bottom of the text and HTML bodies. http://docs.sendgrid.com/documentation/apps/google-analytics/

EnableGravatarEmail ( ) : void

Enable The Gravatar Filter. Currently the filter generates a 1x1 pixel gravatar image. http://docs.sendgrid.com/documentation/apps/gravatar/

EnableOpenTrackingEmail ( ) : void

Enable the Open Tracking to track when emails are opened. http://docs.sendgrid.com/documentation/apps/open-tracking/

EnableSpamCheckEmail ( ) : void

The Spam Checker filter, is useful when your web application allows your end users to create content that is then emailed through your SendGrid account. http://docs.sendgrid.com/documentation/apps/spam-checker-filter/

EnableTemplateEmail ( ) : void

This feature wraps an HTML template around your email content. This can be useful for sending out newsletters and/or other HTML formatted messages. http://docs.sendgrid.com/documentation/apps/email-templates/

EnableUnsubscribeEmail ( ) : void

Add automatic unsubscribe links to the bottom of emails. http://docs.sendgrid.com/documentation/apps/subscription-tracking/

SetCategory ( ) : void

This feature tags the message with a specific tracking category, which will have aggregated stats viewable from your SendGrid account page.

SimpleHTMLEmail ( ) : void

Send a simple HTML based email

SimplePlaintextEmail ( ) : void

Send a simple Plain Text email

WEBAPI ( string username, string password, string from, IEnumerable recipients ) : System

Method Details

AddSubstitutionValues() public méthode

This feature allows you to create a message template, and specify different replacement strings for each specific recipient
public AddSubstitutionValues ( ) : Task
Résultat Task

AddSubstitutionValues() public méthode

This feature allows you to create a message template, and specify different replacement strings for each specific recipient
public AddSubstitutionValues ( ) : void
Résultat void

AddUniqueIdentifiers() public méthode

This feature adds key value identifiers to be sent back as arguments over the event api for various events
public AddUniqueIdentifiers ( ) : void
Résultat void

EnableBypassListManagementEmail() public méthode

This feature wraps an HTML template around your email content. This can be useful for sending out newsletters and/or other HTML formatted messages. http://docs.sendgrid.com/documentation/apps/email-templates/
public EnableBypassListManagementEmail ( ) : void
Résultat void

EnableClickTrackingEmail() public méthode

Point the urls to Sendgrid Servers so that the clicks can be logged before being directed to the appropriate link http://docs.sendgrid.com/documentation/apps/click-tracking/
public EnableClickTrackingEmail ( ) : void
Résultat void

EnableFooterEmail() public méthode

The Footer App will insert a custom footer at the bottom of the text and HTML bodies. http://docs.sendgrid.com/documentation/apps/footer/
public EnableFooterEmail ( ) : void
Résultat void

EnableGoogleAnalytics() public méthode

The Footer App will insert a custom footer at the bottom of the text and HTML bodies. http://docs.sendgrid.com/documentation/apps/google-analytics/
public EnableGoogleAnalytics ( ) : Task
Résultat Task

EnableGoogleAnalytics() public méthode

The Footer App will insert a custom footer at the bottom of the text and HTML bodies. http://docs.sendgrid.com/documentation/apps/google-analytics/
public EnableGoogleAnalytics ( ) : void
Résultat void

EnableGravatarEmail() public méthode

Enable The Gravatar Filter. Currently the filter generates a 1x1 pixel gravatar image. http://docs.sendgrid.com/documentation/apps/gravatar/
public EnableGravatarEmail ( ) : void
Résultat void

EnableOpenTrackingEmail() public méthode

Enable the Open Tracking to track when emails are opened. http://docs.sendgrid.com/documentation/apps/open-tracking/
public EnableOpenTrackingEmail ( ) : void
Résultat void

EnableSpamCheckEmail() public méthode

The Spam Checker filter, is useful when your web application allows your end users to create content that is then emailed through your SendGrid account. http://docs.sendgrid.com/documentation/apps/spam-checker-filter/
public EnableSpamCheckEmail ( ) : void
Résultat void

EnableTemplateEmail() public méthode

This feature wraps an HTML template around your email content. This can be useful for sending out newsletters and/or other HTML formatted messages. http://docs.sendgrid.com/documentation/apps/email-templates/
public EnableTemplateEmail ( ) : void
Résultat void

EnableUnsubscribeEmail() public méthode

Add automatic unsubscribe links to the bottom of emails. http://docs.sendgrid.com/documentation/apps/subscription-tracking/
public EnableUnsubscribeEmail ( ) : void
Résultat void

SetCategory() public méthode

This feature tags the message with a specific tracking category, which will have aggregated stats viewable from your SendGrid account page.
public SetCategory ( ) : void
Résultat void

SimpleHTMLEmail() public méthode

Send a simple HTML based email
public SimpleHTMLEmail ( ) : void
Résultat void

SimplePlaintextEmail() public méthode

Send a simple Plain Text email
public SimplePlaintextEmail ( ) : void
Résultat void

WEBAPI() public méthode

public WEBAPI ( string username, string password, string from, IEnumerable recipients ) : System
username string
password string
from string
recipients IEnumerable
Résultat System