Table of Contents

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

placement RemoteEmailPlacement

What the server named, or the reported absence of a COPYUID response.

cancellationToken CancellationToken

Cancels the durable write.

Returns

Task

A task that completes once the stage and the placement are durable.