AttachmentInfo Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines various attachment information.
Inheritance Hierarchy
Bytescout.PDFExtractorAttachmentInfo
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The AttachmentInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AttachmentInfo | Initializes a new instance of the AttachmentInfo class |
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). |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also