Interface IOutgoingSenderIdentityReader
- Namespace
- MailFathom.Application.Mail.Delivery.Composition
- Assembly
- MailFathom.Application.dll
Resolves who each account's outgoing mail is written from.
public interface IOutgoingSenderIdentityReader
Remarks
It is a reader of its own rather than a member of the submission settings provider, because the two answer questions about different things and are wanted at different moments. Where mail is submitted and which credential authenticates are the connection's, resolved when one is about to be opened and holding secret material while they are; who the mail is from is the message's, wanted while it is being composed and holding nothing that needs erasing.
Methods
- FindSenderIdentity(MailAccountId)
Gets the identity one account sends as.