SendEmailOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class SendEmailOptions
{
IEnumerable<Attachment> Attachments { get; set; }
string Body { get; set; }
string Footer { get; set; }
string FromEmail { get; set; }
int? FromUserId { get; set; }
string Header { get; set; }
Dictionary<string,string> Headers { get; set; }
string Subject { get; set; }
string ToEmail { get; set; }
int? ToUserId { get; set; }
}