EmailProcessingOptions is defined in the Telligent.Evolution.Extensibility.Email.Gateway.Version2 namespace of Telligent.Evolution.Platform.dll
Definition
class EmailProcessingOptions
{
Guid ApplicationId { get; set; }
Guid ApplicationTypeId { get; set; }
Guid MailingListId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationId | Guid | The application id the message is meant to be posted to. | ||
| ApplicationTypeId | Guid | The application type id message is meant to be posted to. | ||
| MailingListId | Guid | The mailing list the message was sent to. |