Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Defines various attachment information.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The IAttachmentInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CC |
CC field (optional).
| |
| Date |
Date of the attachment (optional).
Default DateTime.MinValue means undefined.
| |
| DateCreated |
Date created (optional).
Default DateTime.MinValue means undefined.
| |
| DateModified |
Date modified (optional).
Default DateTime.MinValue means undefined.
| |
| Description |
Description (optional).
| |
| DisplayName |
Display name (optional).
| |
| FileName |
Filename for the attachment.
| |
| FileNameUnicode |
Unicode Filename for the attachment.
(optional)
| |
| FileSize |
File size (optional).
| |
| FolderLocation |
Folder location (optional).
| |
| From |
From field (optional).
| |
| GUID |
GUID (unique id) (optional).
| |
| Importance |
Importance, e.g. "High" (optional).
| |
| Name |
Name of the attachment.
| |
| Order |
Order (optional).
| |
| Subject |
Subject (optional).
| |
| SubjectPrefix |
Subject prefix, e.g. "RE: " (optional).
| |
| Subtype |
Subtype based on MIME types, e.g. "application/pdf" (optional).
| |
| Summary |
Summary (optional).
| |
| Thumbnail |
Thumbnail (preview of the attachment) (optional).
| |
| To |
To field (optional).
|
See Also