Close
dtSearch Engine API for Java
FieldFlags.dtsoFfSkipEmailProperties Field

Suppress display of email properties (subject, sender, recipient, etc.)

Syntax
Java
public static final int dtsoFfSkipEmailProperties = 0x2000000;

This flag suppresses all email properties such as sender, subject, recipient, etc. in Outlook (*.msg) and MIME (*.eml) messages. To suppress MIME headers, use dtsoFfSkipEmailHeaders, which can be combined with this flag.