Class SendGridClientOptions

SendGridClientOptions class

Options to set the SendGridClient parameters.

public class SendGridClientOptions : DeliveryServiceOptions

Constructors

NameDescription
SendGridClientOptions()The default constructor.

Properties

NameDescription
ApiKey { get; set; }Private API key
SandBoxMode { get; set; }Set the sandbox mode setting.

See Also