Table of Contents

Method ToString

Namespace
MailFathom.Application.Mail.Delivery.Transmission
Assembly
MailFathom.Application.dll

ToString()

Describes the reply by its code and its meaning, and never by the address it is about.

public override string ToString()

Returns

string

The reply code and the acceptance alone.

Remarks

The override exists to suppress the one a record would synthesize, which prints every property and would therefore put a recipient's address into any interpolated string, log template, or exception message that mentions a reply.