SendGridClient.SendGridClient

SendGridClient constructor

Initializes a new instance of the SendGridClient class

public SendGridClient(string apiKey, bool sandBoxMode = false, 
    SendGridRegion sendGridRegion = SendGridRegion.Global)
ParameterTypeDescription
apiKeyStringSendGrid api key.
sandBoxModeBooleanSandbox mode setting.
sendGridRegionSendGridRegionSendGrid region.

See Also