Table of Contents

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

outgoingEmailId OutgoingEmailId

The record to read.

cancellationToken CancellationToken

Cancels the read.

Returns

Task<OutgoingEmailRecord>

The record, or null when none carries that identifier.