Table of Contents

Method ToString

Namespace
MailFathom.Domain.Delivery
Assembly
MailFathom.Domain.dll

ToString()

Describes the recipient by the header they are named in, and never by their address.

public override string ToString()

Returns

string

The role alone.

Remarks

The override exists to suppress the one a record struct would synthesize, which prints every property and would therefore put the address into any interpolated string, log template, or exception message that mentions a recipient. That is the invariant this type's remarks state, and nothing but an override enforces it.