Relativity.Services.DataContracts.DTOs.EmailNotifications.EmailNotificationStatus
Information about an attempt to send a single email.
If SMTP immediately rejected an email (e.g. invalid email format, or SMTP misconfiguration), it returns false.
Otherwise returns true - but it does not mean that recipient received email with 100% guarantee. It means
SMTP attempted to send an email.
Detailed information about email status (e.g. exception details if sending an email has failed).
Recipient of the email notification.
public EmailNotificationStatus()