Metadata
Leave feedback
On this page
Gets the collection of metadata items.
public IEnumerable<MetadataItem> Metadata { get; }
A collection of MetadataItem objects; empty if metadata isn’t set.
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.
- class MetadataItem
- class ContainerItem
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.