Method PlacementConfirmedAsync
- Namespace
- MailFathom.Application.Mail.Mutations
- Assembly
- MailFathom.Application.dll
PlacementConfirmedAsync(RemoteEmailPlacement, CancellationToken)
Records that the server acknowledged the placement, and where it said the email landed.
Task PlacementConfirmedAsync(RemoteEmailPlacement placement, CancellationToken cancellationToken)
Parameters
placementRemoteEmailPlacementWhat the server named, or the reported absence of a
COPYUIDresponse.cancellationTokenCancellationTokenCancels the durable write.
Returns
- Task
A task that completes once the stage and the placement are durable.