Table of Contents

Property FromAddress

Namespace
MailFathom.Infrastructure.Mail
Assembly
MailFathom.Infrastructure.dll

FromAddress

Gets or sets the address this account's mail is written from, or nothing to send from its own user name.

public string? FromAddress { get; set; }

Property Value

string

Remarks

Absent is the ordinary case, because a provider authenticates the mailbox by its address and the two are then the same value. It exists for the account whose login is a bare name rather than an address, and for the mailbox that sends under an address it is not reached at — a shared or aliased sender, which is a configuration decision rather than anything a request may make.