Table of Contents

Property AccountId

Namespace
MailFathom.Application.Mail.Delivery.Authoring
Assembly
MailFathom.Application.dll

AccountId

Gets the account the answer is sent as, which is the account the answered email was stored from.

public MailAccountId AccountId { get; }

Property Value

MailAccountId

Remarks

It is resolved here rather than named by the caller, and that is what keeps a reply on the mailbox it belongs to: answering from a second configured account would write the exchange as somebody the correspondent has never heard from. It is the default value on a refusal, which carries no account for the same reason it carries no address.