Class SendGridFinancialEmailSender
Namespace: Emailing.Infrastructure.Sendgrid
Assembly: Emailing.Infrastructure.dll
public class SendGridFinancialEmailSender : IFinancialEmailSender
Inheritance
object ← SendGridFinancialEmailSender
Implements
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
Last modified: 21 May 2024