메소드 | 설명 | |
---|---|---|
EmailQueueDispatcher ( IApplicationResourceFactory applicationResourceFactory, ICoreAssemblyLogger logger ) : System.Collections.Generic | ||
SendAsync ( IEnumerable |
||
SendAsync ( IEnumerable |
||
SendAsync ( string to, string cc, string @from, string emailTemplateId, string>.Dictionary |
||
SendAsync ( string to, string cc, string @from, string subject, string htmlBody, string textBody ) : System.Threading.Tasks.Task |
public EmailQueueDispatcher ( IApplicationResourceFactory applicationResourceFactory, ICoreAssemblyLogger logger ) : System.Collections.Generic | ||
applicationResourceFactory | IApplicationResourceFactory | |
logger | ICoreAssemblyLogger | |
리턴 | System.Collections.Generic |
public SendAsync ( IEnumerable |
||
to | IEnumerable |
|
cc | IEnumerable |
|
@from | string | |
emailTemplateId | string | |
mergeValues | string>.Dictionary | |
templateSyntax | TemplateSyntaxEnum | |
리턴 | System.Threading.Tasks.Task |
public SendAsync ( IEnumerable |
||
to | IEnumerable |
|
cc | IEnumerable |
|
@from | string | |
subject | string | |
htmlBody | string | |
textBody | string | |
리턴 | System.Threading.Tasks.Task |
public SendAsync ( string to, string cc, string @from, string emailTemplateId, string>.Dictionary |
||
to | string | |
cc | string | |
@from | string | |
emailTemplateId | string | |
mergeValues | string>.Dictionary | |
templateSyntax | TemplateSyntaxEnum | |
리턴 | System.Threading.Tasks.Task |
public SendAsync ( string to, string cc, string @from, string subject, string htmlBody, string textBody ) : System.Threading.Tasks.Task | ||
to | string | |
cc | string | |
@from | string | |
subject | string | |
htmlBody | string | |
textBody | string | |
리턴 | System.Threading.Tasks.Task |