Flags to control the extraction of attachments and images using FileConverter (.NET, Java) or dtsFileConvertJob2 (C++)
enum ExtractionOptionsFlags { dtsExoExtractImages = 0x0001, dtsExoExtractAttachments = 0x0002, dtsExoDoNotConvertAttachments = 0x0004, dtsExoLimitExtensions = 0x0008, dtsExoMarkAsInternetZone = 0x0010 };
dtsearch.h
|
Members |
Description |
|
dtsExoExtractImages = 0x0001 |
Extract embedded images in the input and insert a reference to the extracted image in the conversion output |
|
dtsExoExtractAttachments = 0x0002 |
Extract embedded attachments in the input and insert a reference to the extracted attachment in the conversion output |
|
dtsExoDoNotConvertAttachments = 0x0004 |
Omit attachments from the conversion output |
|
dtsExoLimitExtensions = 0x0008 |
Limit the filename extensions for extracted images and attachments to those listed in allowedExtensions. |
|
dtsExoMarkAsInternetZone = 0x0010 |
If true, on NTFS file systems, all extracted images and attachments will be marked as originating in the "Internet" Zone. |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|