Click or drag to resize

IExportDocument Properties

The IExportDocument type exposes the following members.

Properties
  NameDescription
Public propertyCompositeName
A concatenated value used to describe the location of a document within its container.
(Inherited from IDocument.)
Public propertyCompressedSize
The compressed size of the native file (in bytes) if it was contained within certain archive types (e.g. not populated for 7zip items).
(Inherited from IDocument.)
Public propertyContainerPath
If the file was originally contained within a container, e.g. .zip file or .pst, this is the path to the file's location within the container.
(Inherited from IDocument.)
Public propertyCustodian
The custodian responsible for the document.
(Inherited from IDocument.)
Public propertyDateFilterLowerBound
For emails, this field contains the sent date of the message. For calendar / appointment items, this holds the appointment start date and time. For e-documents, the earlier of the two dates found in the creation and last modified fields (within the internal document metadata (if available)) is used.
(Inherited from IDocument.)
Public propertyDateFilterUpperBound
For emails, this field contains the sent date of the message. For calendar / appointment items, this holds the appointment end date and time. For e-documents, the latest of the two dates found in the creation and last modified fields (within the internal document metadata (if available)) is used.
(Inherited from IDocument.)
Public propertyDecrypted
Indicates if the native file was password protected but Early Data Analyzer was able to decrypt it.
(Inherited from IDocument.)
Public propertyDirectory
The path to the original folder/location of the native file. For each item that originated in a mail store, the Directory will list the path to the mail store.
(Inherited from IDocument.)
Public propertyDocumentType
The type of document that this represents, e.g. Email or EDocument.
(Inherited from IDocument.)
Public propertyEDocMetadata
Metadata specific to non-email documents. For Email documents this will be Null.
(Inherited from IDocument.)
Public propertyEmailMetadata
Metadata specific to Email documents. For non-email documents this will be Null.
(Inherited from IDocument.)
Public propertyEmailThreadingMetadata
Email threading information. If there is no email threading data, or if the Email Threading process has been disabled for Analysis, then this will be Null.
Public propertyEncrypted
Indicates if the native file was password protected and Early Data Analyzer was unable to decrypt it.
(Inherited from IDocument.)
Public propertyExportNativeFileTitle
The name of the native file that was exported, if IncludeNativeFiles was selected in the export configuration.
Public propertyExportNumber
Based on the NumberingSeed value specified, this value increments by one for each document in the export.
Public propertyExportPath
The sub-directory below the ExportDirectory where the native file or text file was placed.
Public propertyExportTextFileTitle
The name of the text file that was exported, if ExportTextToFile was selected in the export configuration.
Public propertyFamilyPid
A unique identifier for the document family. Each document in the family will have the same FamilyPid.
(Inherited from IDocument.)
Public propertyFileName
The filename of the native file.
(Inherited from IDocument.)
Public propertyFileType
A numeric representation of the native file type (provided by third-party file identification engine).
(Inherited from IDocument.)
Public propertyFileTypeDescription
A textual description of native file type (provided by third-party file identification engine).
(Inherited from IDocument.)
Public propertyFileUri
Used internally by the system to retrieve mail store items for exporting and viewing native files, e.g. (Lotus Notes email): note-id://D2D09967C7679B3E8625711400748A11.
(Inherited from IDocument.)
Public propertyHasAttachments
Indicates whether the document has attachments.
(Inherited from IDocument.)
Public propertyHash
The MD5 or SHA-1 hash of the email or edocument, depending on the Deduplication Mode setting at the time of import.
(Inherited from IDocument.)
Public propertyId
The unique identifier for the document.
(Inherited from IDocument.)
Public propertyImported
The date/time that the file was imported into the Early Data Analyzer case.
(Inherited from IDocument.)
Public propertyImportSession
The document's import session.
(Inherited from IDocument.)
Public propertyInventoryPid
The unique identifier (Id) of the top-level document in the parent-child relationship hierarchy, e.g. parent doc or mail store.
(Inherited from IDocument.)
Public propertyIsArchiveItem
Indicates whether the native file was contained with an archive (e.g. 7zip) when imported into the Early Data Analyzer case.
(Inherited from IDocument.)
Public propertyIsAttachment
Indicates whether the native file was an attachment of another document.
(Inherited from IDocument.)
Public propertyIsCompound
Indicates whether the native file is a "compound document" (contains embedded files).
(Inherited from IDocument.)
Public propertyIsCompoundChild
Indicates whether the native file was embedded inside another document (the parent document would have IsCompound set to True).
(Inherited from IDocument.)
Public propertyIsDuplicate
Indicates if the document was identified as a duplicate of another document in the case during Analysis.
(Inherited from IDocument.)
Public propertyIsEmailAttachment
Indicates whether the native file was an attachment of an email.
(Inherited from IDocument.)
Public propertyLevel
A numeric representation of the depth of the document within its container. For example, a PST file might be level 0, an email in the PST level 1, an attachment to an email in the PST level 2, etc.
(Inherited from IDocument.)
Public propertyMimeType
Information about the content of the file extracted from the header of emails (with the exception of MS Outlook items) and e-documents. Not all e-documents contain this information.
(Inherited from IDocument.)
Public propertyNearDuplicateMetadata
Information relating to Near Duplicate analysis. If there is no near duplicate data, or if the Near Duplicate process has been disabled for Analysis, then this will be Null.
Public propertyPassword
The password used to decrypt the native file during import.
(Inherited from IDocument.)
Public propertySize
The size of the native file in bytes.
(Inherited from IDocument.)
Public propertySource
The source of the document.
(Inherited from IDocument.)
Public propertySourceFile
The full path to the native file. If the file was in a container then the full path to the top-most container is returned.
(Inherited from IDocument.)
Public propertyTags
The list of tags that have been applied to this document.
Public propertyText
The text of the document extracted during Analysis or OCR.
(Inherited from IDocument.)
Public propertyTextSize
Size of the extracted or OCR text (in bytes).
(Inherited from IDocument.)
Public propertyUid
A universally unique identifier for the document generated by Early Data Analyzer using values such as the session id, source id, offset and attachment number, e.g. 15-3-1.2.
(Inherited from IDocument.)
Top
See Also