ImageGear v26.3 - Updated
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class
Members




In This Topic
    ImGearEmailDocument Class
    In This Topic
    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
    public sealed class ImGearEmailDocument : ImageGear.Core.ImGearDocument 
    public __gc __sealed class ImGearEmailDocument : public ImageGear.Core.ImGearDocument 
    public ref class ImGearEmailDocument sealed : public ImageGear.Core.ImGearDocument 
    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