If dtsExoLimitExtensions flag is set, image and attachment filename extensions will be limited to the names listed in allowedExtensions.
DStringSetProperty AllowedExtensions;
Images and attachments with other extensions will have the defaultExtension appended. For example, if "exe" is not included in the list of allowedExtensions, and if defaultExtension is ".data", then an attachment named "sample.exe" will be saved as "sample.exe.data". allowedExtensions is a null-delimited string set. Do not include the "." in each extension, and extensions should be lower case.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|