Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 385 Bytes

File metadata and controls

21 lines (14 loc) · 385 Bytes

SendEmailStatusJson

It is used to denote the status of the sent email.

Example Usage

using Cvent.SDK.Models.Components;

var value = SendEmailStatusJson.Sent;

Values

Name Value
Sent Sent
InProgress In-Progress
Error Error
OptedOut Opted-Out