Owneat Technical Guide main Help

Class SendGridFinancialEmailSender

Namespace: Emailing.Infrastructure.Sendgrid
Assembly: Emailing.Infrastructure.dll

public class SendGridFinancialEmailSender : IFinancialEmailSender

Inheritance

object ← SendGridFinancialEmailSender

Implements

IFinancialEmailSender

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Constructors

SendGridFinancialEmailSender\(IOptions<SendgridConfiguration\>, IFinancialPdfProducer\)

public SendGridFinancialEmailSender(IOptions<SendgridConfiguration> options, IFinancialPdfProducer financialPdfProducer)

Parameters

options IOptions < SendgridConfiguration \>

financialPdfProducer IFinancialPdfProducer

Methods

SendExpenseReportEmailAsync\(ExpenseReportDetails\)

public Task<bool> SendExpenseReportEmailAsync(ExpenseReportDetails message)

Parameters

message ExpenseReportDetails

Returns

Task < bool \>

Last modified: 21 May 2024