프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
SendMessageTemplateRequest ( Mandrill.Models.EmailMessage message, string templateName ) : System |
|
|
SendMessageTemplateRequest ( Mandrill.Models.EmailMessage message, string templateName, IEnumerable |
|
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 |
public SendMessageTemplateRequest ( Mandrill.Models.EmailMessage message, string templateName, IEnumerable |
||
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 |