How to list extract save and view attachments
Processing attachments
Some files such as Email documents, Outlook data files, Archives and PDF documents may contain attachments, those attachments can be viewed, extracted or printed with help of GroupDocs.Viewer for .NET API.
In order to access document attachment use GetAttachments method of Viewer object. Just follow steps below:
- Instantiate Viewer object for the file that contains attachment(s);
- Call GetAttachments method which will return document attachments collection;
- Process attachments according to your needs (print a list of attachment names, save or view attachments, etc.)
See following examples on how to process document attachments in more details:
More resources
Advanced Usage Topics
To learn more about document viewing features, please refer to the advanced usage section.
GitHub Examples
You may easily run the code above and see the feature in action in our GitHub examples:
- GroupDocs.Viewer for .NET examples, plugins, and showcase
- GroupDocs.Viewer for Java examples, plugins, and showcase
- Document Viewer for .NET MVC UI Example
- Document Viewer for .NET App WebForms UI Modern Example
- Document Viewer for Java App Dropwizard UI Modern Example
- Document Viewer for Java Spring UI Example
Free Online App
Along with full-featured .NET library we provide simple but powerful free Apps. You are welcome to view Word, PDF, Excel, PowerPoint documents with free to use online GroupDocs Viewer App.