Property MayHaveReachedRecipients
- Namespace
- MailFathom.Application.Mail.Delivery.Transmission
- Assembly
- MailFathom.Application.dll
MayHaveReachedRecipients
Gets whether any byte of the message body may already have reached the server.
public bool MayHaveReachedRecipients { get; }
Property Value
Remarks
It errs in the safe direction on purpose. Reporting a transmission that never happened costs a send that waits for a person; reporting none where the body went out would send the message a second time to everybody who had already received it.