Table of Contents

Property MaxBodyCharacters

Namespace
MailFathom.Application.EmailContent
Assembly
MailFathom.Application.dll

MaxBodyCharacters

Gets or sets the greatest number of characters one body representation returns.

public int MaxBodyCharacters { get; set; }

Property Value

int

Remarks

It applies to each representation separately: a message can exceed it in its HTML and not in its plain text, and bounding them together would make one representation's length decide what the other returned.