C# 클래스 Mandrill.Requests.Messages.SendMessageTemplateRequest

The request to send a new transactional message through Mandrill using a template.
상속: RequestBase
파일 보기 프로젝트 열기: shawnmclean/Mandrill-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SendMessageTemplateRequest ( Mandrill.Models.EmailMessage message, string templateName ) : System

SendMessageTemplateRequest ( Mandrill.Models.EmailMessage message, string templateName, IEnumerable templateContents ) : System

메소드 상세

SendMessageTemplateRequest() 공개 메소드

public SendMessageTemplateRequest ( Mandrill.Models.EmailMessage message, string templateName ) : System
message Mandrill.Models.EmailMessage The other information on the message to send - same as /messages/send, but without the html content.
templateName string The immutable name or slug of a template that exists in the user's account. For backwards-compatibility, the template name may also be used but the immutable slug is preferred.
리턴 System

SendMessageTemplateRequest() 공개 메소드

public SendMessageTemplateRequest ( Mandrill.Models.EmailMessage message, string templateName, IEnumerable templateContents ) : System
message Mandrill.Models.EmailMessage The other information on the message to send - same as /messages/send, but without the html content.
templateName string The immutable name or slug of a template that exists in the user's account. For backwards-compatibility, the template name may also be used but the immutable slug is preferred.
templateContents IEnumerable An array of template content to send.
리턴 System