EmailNotificationRequest public class EmailNotificationRequest Documentation public string Body { get; set; } public bool IsBodyHtml { get; set; } public IEnumerable<string> Recipients { get; set; } public string Sender { get; set; } public string Subject { get; set; } public EmailNotificationRequest()