SendEmailOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class SendEmailOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } 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 Target { get; set; } string ToEmail { get; set; } int? ToUserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | |||
ApplicationTypeId | Guid? | |||
Attachments | IEnumerable<Attachment> | |||
Body | string | |||
Footer | string | |||
FromEmail | string | |||
FromUserId | int? | |||
Header | string | |||
Headers | Dictionary<string,string> | |||
Subject | string | |||
Target | string | |||
ToEmail | string | |||
ToUserId | int? |