Method FindCopy
- Namespace
- MailFathom.Domain.Delivery.Drafts
- Assembly
- MailFathom.Domain.dll
FindCopy(int)
Finds the copy carrying one revision of this draft.
public MailDraftServerCopy? FindCopy(int revision)
Parameters
revisionintThe revision to look for.
Returns
- MailDraftServerCopy
The copy, or null when that revision was never appended.