ImageGear v26.5 - Updated March 3, 2025
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class
Members




ImGearEmailDocument Class
Represents an Email message document and holds a collection of ImageGear.Core.ImGearPage objects.
Object Model
ImGearEmailDocument ClassImGearDocument Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearEmailDocument 
   Inherits ImageGear.Core.ImGearDocument
 
'Usage
 
Dim instance As ImGearEmailDocument
Remarks

Email documents are single page documents consisting of a header section and a body. The following headers from email files are included in the header section when present: From, Sent, To, CC, BCC, Subject, Attachments.

In addition to pages the object provides access to Email document level API.

Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearDocument
      ImageGear.Formats.Email.ImGearEmailDocument

See Also