Table of Contents

Property MaxMessageBytes

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

MaxMessageBytes

The largest message the server declared it will accept, or null when it declared no bound. A server that advertises the size extension without a number is stating that it has no fixed maximum, which is the same absence.

public long? MaxMessageBytes { get; init; }

Property Value

long?