Property ContactAddress
- Namespace
- MailFathom.Application.Mail.Delivery.Addressing
- Assembly
- MailFathom.Application.dll
ContactAddress
Gets which of the contact's addresses to use, or null to use the one they prefer.
public string? ContactAddress { get; }
Property Value
Remarks
It is present only where a contact is named, and it narrows rather than widens: an address the contact does not hold is refused rather than sent to, so naming a person cannot reach a mailbox that naming an address could not.