EmailDocumentInfo class

EmailDocumentInfo class

Represents email document metadata.

The EmailDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
attachments_count The number of attachments.
attachments_names The names of the attachments.
creation_date The document creation date.
format The document format.
is_encrypted The email document is encrypted.
is_html The email body is in HTML.
is_signed The email document is signed.
pages_count The document pages count.
property_names The enumerable of all properties that can be retrieved for the current document info.
size The document size in bytes.

See Also