Method FindAsync
- Namespace
- MailFathom.Application.Mail.Delivery
- Assembly
- MailFathom.Application.dll
FindAsync(OutgoingEmailId, CancellationToken)
Reads one record back by the identifier everything after the first write refers to it by.
Task<OutgoingEmailRecord?> FindAsync(OutgoingEmailId outgoingEmailId, CancellationToken cancellationToken)
Parameters
outgoingEmailIdOutgoingEmailIdThe record to read.
cancellationTokenCancellationTokenCancels the read.
Returns
- Task<OutgoingEmailRecord>
The record, or null when none carries that identifier.