Table of Contents

Method IsAmendableBy

Namespace
MailFathom.Domain.Contacts
Assembly
MailFathom.Domain.dll

IsAmendableBy(ContactOrigin)

Answers whether a writer of the given origin may amend this contact.

public bool IsAmendableBy(ContactOrigin writer)

Parameters

writer ContactOrigin

The origin the writer acts under.

Returns

bool

true when the writer's origin is this contact's own.

Remarks

The rule is symmetric and deliberately so. Collection may not touch what an owner wrote down, and an owner does not amend a collected contact either — they promote it first, which is the act that makes the record theirs.