Property OmittedCharacterCount
- Namespace
- MailFathom.Application.SensitiveContent.Redaction
- Assembly
- MailFathom.Application.dll
OmittedCharacterCount
Gets how many characters were dropped because they lay beyond what one scan analyzes.
public int OmittedCharacterCount { get; }
Property Value
Remarks
Dropped rather than passed through: text nothing analyzed is exactly the text that must not leave, so the ceiling truncates the result instead of admitting an unscanned remainder. A non-zero count is worth reporting to an operator, because it means the ceiling is doing something on ordinary mail rather than on a pathological message.