Property Placement
- Namespace
- MailFathom.Domain.Mutations.Audit
- Assembly
- MailFathom.Domain.dll
Placement
Gets where the destination folder put the email, as far as the server said.
public required RemoteEmailPlacement Placement { get; init; }
Property Value
Remarks
It is NotReported() for a mutation that places nothing, for one the server
completed without a COPYUID response, and for one that was abandoned before it placed anything. The
mutation and the outcome together are what tell those apart.