Metadata
ContainerItem.Metadata property
Gets the collection of metadata items.
public IEnumerable<MetadataItem> Metadata { get; }
Property Value
A collection of MetadataItem
objects; empty if metadata isn’t set.
Remarks
These metadata refer to a container element itself, not a document. Depending on the container type metadata can contain the following items:
Email Attachments
Name
Description
content-type
The MIME type of the attachment content.
ZIP Archives
Name
Description
date
The time and date at which the file indicated by the Zip Entry was last modified.
disposition
To detect if image attachment is inline ‘disposition’ metadata is used. If it’s present, it can take ‘inline’ or ‘attachment’ values.
Outlook Storage
Name
Description
date
The time and date at which the Outlook Storage item was last modified.
email-sender
The value of “sender” field.
email-to
The value of “to” field.
subject
The value of “subject” field.
See Also
- class MetadataItem
- class ContainerItem
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser