Table of Contents

Property UserName

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

UserName

Gets or sets the submission user name, or nothing to authenticate as the account's reading user name.

public string? UserName { get; set; }

Property Value

string

Remarks

Absent is the ordinary case, because a provider that authenticates one login for both protocols is the norm. It exists for the deployments where the two differ, which is usually a relay in front of the provider rather than the provider itself.