Table of Contents

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

writer ContactOrigin

The origin the writer acts under.

Returns

bool

true when the writer is one acting for the owner.

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.