URLEncodeFilenames

Description

Determines whether, when you open an archived message attachment whose file name contains non-ASCII characters, those characters are rendered in URL-encoded form.

It is advisable to render file names in URL-encoded form when the Enterprise Vault client and server use different language code pages - for example, when the client uses a Japanese version of Windows and Outlook, and the server uses English Windows.

When the client and server use the same code page, assigning a value of 1 to AllowNonAsciiFilenames should suffice.

Supported values

  • 0 (default). Leaves the non-ASCII characters in the file names of message attachments in their original form.

  • 1. Renders the non-ASCII characters in the file names of message attachments in URL-encoded form. Note that, because of Internet Explorer limits on the number of characters in a file name string, multi-byte file names may be truncated to 15 characters when URL-encoded.