SendGridClient.SendGridClient

SendGridClient constructor

Initializes a new instance of the SendGridClient class

public SendGridClient(string apiKey, bool sandBoxMode = false)
ParameterTypeDescription
apiKeyString
sandBoxModeBoolean

See Also