[System::Flags] public enum ExtractionOptionsFlags { dtsExoExtractImages = 0x0001, dtsExoExtractAttachments = 0x0002, dtsExoDoNotConvertAttachments = 0x0004, dtsExoLimitExtensions = 0x0008, dtsExoMarkAsInternetZone = 0x0010 }
<System::Flags> Public Enum ExtractionOptionsFlags dtsExoExtractImages = &H0001 dtsExoExtractAttachments = &H0002 dtsExoDoNotConvertAttachments = &H0004 dtsExoLimitExtensions = &H0008 dtsExoMarkAsInternetZone = &H0010 End Enum
|
Members |
Description |
|
dtsExoExtractImages |
Extract embedded images in the input and insert a reference to the extracted image in the conversion output |
|
dtsExoExtractAttachments |
Extract embedded attachments in the input and insert a reference to the extracted attachment in the conversion output |
|
dtsExoDoNotConvertAttachments |
Omit attachments from the conversion output |
|
dtsExoLimitExtensions |
Limit the filename extensions for extracted images and attachments to those listed in allowedExtensions. |
|
dtsExoMarkAsInternetZone |
If true, on NTFS file systems, all extracted images and attachments will be marked as originating in the "Internet" Zone. This enables various safety mechanisms in Microsoft Windows and Microsoft Office products to guard against opening unsafe attachments when you try to launch marked files. To mark the files, dtSearch adds an alternate stream to the output file named Zone.Identifier with the content "[ZoneTransfer]rnZoneId=3rn" |
Flags to control the extraction of attachments and images using FileConverter (.NET, Java) or dtsFileConvertJob2 (C++)
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|