Link Search Menu Expand Document

AttachmentInfo Class

Defines various attachment information.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorAttachmentInfo

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class AttachmentInfo : IAttachmentInfo

The AttachmentInfo type exposes the following members.

Constructors
NameDescription
Public methodAttachmentInfo
Initializes a new instance of the AttachmentInfo class
Top
Properties
NameDescription
Public propertyCC
CC field (optional).
Public propertyDate
Date of the attachment (optional). Default DateTime.MinValue means undefined.
Public propertyDateCreated
Date created (optional). Default DateTime.MinValue means undefined.
Public propertyDateModified
Date modified (optional). Default DateTime.MinValue means undefined.
Public propertyDescription
Description (optional).
Public propertyDisplayName
Display name (optional).
Public propertyFileName
Filename for the attachment.
Public propertyFileNameUnicode
Unicode Filename for the attachment (optional).
Public propertyFileSize
File size (optional).
Public propertyFolderLocation
Folder location (optional).
Public propertyFrom
From field (optional).
Public propertyGUID
GUID (unique id) (optional).
Public propertyImportance
Importance, e.g. "High" (optional).
Public propertyName
Name of the attachment.
Public propertyOrder
Order (optional).
Public propertySubject
Subject (optional).
Public propertySubjectPrefix
Subject prefix, e.g. "RE: " (optional).
Public propertySubtype
Subtype based on MIME types, e.g. "application/pdf" (optional).
Public propertySummary
Summary (optional).
Public propertyThumbnail
Thumbnail (preview of the attachment) (optional).
Public propertyTo
To field (optional).
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference