C# Класс Example.WEBAPI

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddSubstitutionValues() публичный Метод

This feature allows you to create a message template, and specify different replacement strings for each specific recipient
public AddSubstitutionValues ( ) : Task
Результат Task

AddSubstitutionValues() публичный Метод

This feature allows you to create a message template, and specify different replacement strings for each specific recipient
public AddSubstitutionValues ( ) : void
Результат void

AddUniqueIdentifiers() публичный Метод

This feature adds key value identifiers to be sent back as arguments over the event api for various events
public AddUniqueIdentifiers ( ) : void
Результат void

EnableBypassListManagementEmail() публичный Метод

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
Результат void

EnableClickTrackingEmail() публичный Метод

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
Результат void

EnableFooterEmail() публичный Метод

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
Результат void

EnableGoogleAnalytics() публичный Метод

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
Результат Task

EnableGoogleAnalytics() публичный Метод

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
Результат void

EnableGravatarEmail() публичный Метод

Enable The Gravatar Filter. Currently the filter generates a 1x1 pixel gravatar image. http://docs.sendgrid.com/documentation/apps/gravatar/
public EnableGravatarEmail ( ) : void
Результат void

EnableOpenTrackingEmail() публичный Метод

Enable the Open Tracking to track when emails are opened. http://docs.sendgrid.com/documentation/apps/open-tracking/
public EnableOpenTrackingEmail ( ) : void
Результат void

EnableSpamCheckEmail() публичный Метод

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
Результат void

EnableTemplateEmail() публичный Метод

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
Результат void

EnableUnsubscribeEmail() публичный Метод

Add automatic unsubscribe links to the bottom of emails. http://docs.sendgrid.com/documentation/apps/subscription-tracking/
public EnableUnsubscribeEmail ( ) : void
Результат void

SetCategory() публичный Метод

This feature tags the message with a specific tracking category, which will have aggregated stats viewable from your SendGrid account page.
public SetCategory ( ) : void
Результат void

SimpleHTMLEmail() публичный Метод

Send a simple HTML based email
public SimpleHTMLEmail ( ) : void
Результат void

SimplePlaintextEmail() публичный Метод

Send a simple Plain Text email
public SimplePlaintextEmail ( ) : void
Результат void

WEBAPI() публичный Метод

public WEBAPI ( string username, string password, string from, IEnumerable recipients ) : System
username string
password string
from string
recipients IEnumerable
Результат System