Owneat Technical Guide main Help

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

string

FromEmail

public string FromEmail { get; set; }

Property Value

string

FromName

public string FromName { get; set; }

Property Value

string

SectionName

public static string SectionName { get; }

Property Value

string

Templates

public TemplatesConfiguration Templates { get; set; }

Property Value

TemplatesConfiguration

Last modified: 21 May 2024