Table of Contents

Method ToString

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

ToString()

Describes the submission by its size, and never by the people it is between.

public override string ToString()

Returns

string

How many recipients it offers and how many bytes it transmits.

Remarks

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