Method IsPromotableBy
- Namespace
- MailFathom.Domain.Contacts
- Assembly
- MailFathom.Domain.dll
IsPromotableBy(ContactOrigin)
Answers whether a writer of the given origin may promote this contact.
public bool IsPromotableBy(ContactOrigin writer)
Parameters
writerContactOriginThe origin the writer acts under.
Returns
Remarks
Promotion is the act of taking a record on, so only a writer acting under Asserted performs it. Collection reads its own mail and would otherwise be able to declare the person it just inferred one the owner had written down, which is the whole distinction the origin exists to keep.