SendEmail Constructor

Default constructor.

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers.Communication
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public SendEmail(
	NodeDto nodeData,
	CompanyDto currentCompany,
	ILogger<SendEmail> logger,
	Lazy<IAzureCosmosDb> cosmosDb,
	IAzureCommunicationServices communicationServices,
	LinkInfoDto[] links
)

Parameters

nodeData  NodeDto
The node data that this node derives its actions from.
currentCompany  CompanyDto
The company the node is running for.
logger  ILoggerSendEmail
Dependency injected logger
cosmosDb  LazyIAzureCosmosDb
Cosmos DB
communicationServices  IAzureCommunicationServices
Dependency injected Azure Communication Services interop
links  LinkInfoDto
Links between nodes in the action flow.

See Also