C# Класс AccidentalFish.ApplicationSupport.Core.Email.Implementation.EmailQueueDispatcher

Наследование: AccidentalFish.ApplicationSupport.Core.Components.AbstractApplicationComponent, IEmailQueueDispatcher
Показать файл Открыть проект

Открытые методы

Метод Описание
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