SendGridClient.SendGridClient
SendGridClient constructor
Initializes a new instance of the SendGridClient
class
public SendGridClient(string apiKey, bool sandBoxMode = false,
SendGridRegion sendGridRegion = SendGridRegion.Global)
Parameter | Type | Description |
---|---|---|
apiKey | String | SendGrid api key. |
sandBoxMode | Boolean | Sandbox mode setting. |
sendGridRegion | SendGridRegion | SendGrid region. |
See Also
- enum SendGridRegion
- class SendGridClient
- namespace Aspose.Email.Clients.DeliveryService.SendGrid
- assembly Aspose.Email