SmtpSender - конструктор

Инициализирует новый экземпляр класса SmtpSender

Definition

Пространство имён: Tessa.Extensions.Default.Chronos.Notices
Сборка: Tessa.Extensions.Default.Chronos (в Tessa.Extensions.Default.Chronos.dll) Версия: 4.0.4
C#
public SmtpSender(
	ICardServerPermissionsProvider permissionsProvider,
	IConfigurationInfoProvider configurationInfoProvider,
	ICardContentStrategy contentStrategy,
	ICardFileVersionStrategy versionStrategy,
	ICardStreamClientRepository clientRepository,
	ICardRepository extendedRepository,
	IDbScope dbScope,
	IOutboxManager outboxManager,
	IFormattingSettingsCache formattingSettingsCache
)

Параметры

permissionsProvider  ICardServerPermissionsProvider
 
configurationInfoProvider  IConfigurationInfoProvider
 
contentStrategy  ICardContentStrategy
 
versionStrategy  ICardFileVersionStrategy
 
clientRepository  ICardStreamClientRepository
 
extendedRepository  ICardRepository
 
dbScope  IDbScope
 
outboxManager  IOutboxManager
 
formattingSettingsCache  IFormattingSettingsCache
 

См. также