| Status | Description |
| queued | Email job request is received by the system. In case of attachements, email will be dispatched post scanning |
| dispatched | Email job request is proccessed successfully. NOTE: The status \"dispatched\" does not guarantee successful delivery because of potential failures arising from downstream systems. This status might change to \"dispatchedWithFailures\" in case the delivery was not successful to some of the recipeints. |
| dispatchedWithFailures | The system will set this status in two cases: Attachments are found to be infected. In this case the email is sent without attachments. Delivery to some of the recipients failed. |
| failed | Failed to dispatch the email job, due to errors arising from downstream systems. No email is sent. The sender is requested to create a new email job request. |
* @type {string}
* @memberof MulticastEmailNotificationJob
*/
status?: MulticastEmailNotificationJob.StatusEnum | string;
/**
* Time when the job was created.
* @type {string}
* @memberof MulticastEmailNotificationJob
*/
startTime?: string;
/**
* Details of the files that failed scanning.
* @type {Array