Property Revises
- Namespace
- MailFathom.Application.Mail.Delivery.Drafts
- Assembly
- MailFathom.Application.dll
Revises
Gets the draft this request replaces, or null when it writes a new one.
public MailDraftId? Revises { get; init; }
Property Value
Remarks
A draft belonging to another account than the answered email was stored from is refused as a draft nobody holds, so revising is never a way to reach a mailbox the answered email does not already grant.