Property Account
- Namespace
- MailFathom.Application.Mail.Delivery.Drafts
- Assembly
- MailFathom.Application.dll
Account
Gets the account the draft belongs to, named as a caller names one.
public required MailAccountSelector Account { get; init; }
Property Value
Remarks
It is required even when the request revises an existing draft, and the two have to agree: a revision naming another account's draft is refused as a draft nobody holds, so naming a draft is never a way to reach a mailbox the caller did not name.