Property FromDisplayName
- Namespace
- MailFathom.Infrastructure.Mail
- Assembly
- MailFathom.Infrastructure.dll
FromDisplayName
Gets or sets the name written beside the sending address, or nothing to write the address alone.
public string? FromDisplayName { get; set; }
Property Value
Remarks
It is deliberately not the account's DisplayName, which is the alias an operator invented to name this
mailbox in their own tooling. Sending mail signed work because that is what the account is called locally
would put an internal name in front of every recipient, so writing the address alone is the honest default and
the name a mailbox signs itself with is stated on purpose.