C# 클래스 AccidentalFish.ApplicationSupport.Core.Email.Implementation.EmailQueueDispatcher

상속: AccidentalFish.ApplicationSupport.Core.Components.AbstractApplicationComponent, IEmailQueueDispatcher
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

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

메소드 상세

EmailQueueDispatcher() 공개 메소드

public EmailQueueDispatcher ( IApplicationResourceFactory applicationResourceFactory, ICoreAssemblyLogger logger ) : System.Collections.Generic
applicationResourceFactory IApplicationResourceFactory
logger ICoreAssemblyLogger
리턴 System.Collections.Generic

SendAsync() 공개 메소드

public SendAsync ( IEnumerable to, IEnumerable cc, string @from, string emailTemplateId, string>.Dictionary mergeValues, TemplateSyntaxEnum templateSyntax = TemplateSyntaxEnum.Razor ) : System.Threading.Tasks.Task
to IEnumerable
cc IEnumerable
@from string
emailTemplateId string
mergeValues string>.Dictionary
templateSyntax TemplateSyntaxEnum
리턴 System.Threading.Tasks.Task

SendAsync() 공개 메소드

public SendAsync ( IEnumerable to, IEnumerable cc, string @from, string subject, string htmlBody, string textBody ) : System.Threading.Tasks.Task
to IEnumerable
cc IEnumerable
@from string
subject string
htmlBody string
textBody string
리턴 System.Threading.Tasks.Task

SendAsync() 공개 메소드

public SendAsync ( string to, string cc, string @from, string emailTemplateId, string>.Dictionary mergeValues, TemplateSyntaxEnum templateSyntax = TemplateSyntaxEnum.Razor ) : System.Threading.Tasks.Task
to string
cc string
@from string
emailTemplateId string
mergeValues string>.Dictionary
templateSyntax TemplateSyntaxEnum
리턴 System.Threading.Tasks.Task

SendAsync() 공개 메소드

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