Close
dtSearch Engine API for Java
FieldFlags.dtsoFfNormalizeEmailAddresses Field

Normalize email addresses in email header fields, removing extra spacing and quotation marks and moving comments to the end of the name or address portion.

Syntax
Java
public static final int dtsoFfNormalizeEmailAddresses = 0x40000000;

For example, "' John Smith ' <jsmith@example.com>" would become "John Smith <jsmith@example.com>". 

Comments embedded in an email address would be moved after the email address. Example: "<jsmith(personal)@example.com>" would become "<jsmith@example.com>(personal)".