C# 클래스 Example.WEBAPI

파일 보기 프로젝트 열기: advancedrei/sendgridplus-csharp 1 사용 예제들

공개 메소드들

메소드 설명
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