Class SendgridConfiguration
Namespace: Emailing.Infrastructure.Sendgrid.Options
Assembly: Emailing.Infrastructure.dll
public class SendgridConfiguration
Inheritance
object ← SendgridConfiguration
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
ApiKey
public string ApiKey { get; set; }
Property Value
FromEmail
public string FromEmail { get; set; }
Property Value
FromName
public string FromName { get; set; }
Property Value
SectionName
public static string SectionName { get; }
Property Value
Templates
public TemplatesConfiguration Templates { get; set; }
Property Value
Last modified: 21 May 2024