menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MIMEDocumentHeader - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MIMEDocumentHeader

    class to store collection of document attributes.

    Inheritance
    System.Object
    MIMEHeader
    MIMEDocumentHeader
    Implements
    IMIMEDocumentHeader
    IMIMEHeader
    IMIMESerialization
    Inherited Members
    MIMEHeader.Collection
    MIMEHeader.Item[String, String]
    MIMEHeader.Item[String]
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.MIME.Base
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public class MIMEDocumentHeader : MIMEHeader, IMIMEDocumentHeader, IMIMEHeader, IMIMESerialization

    Constructors

    MIMEDocumentHeader()

    Constructor.

    Declaration
    public MIMEDocumentHeader()

    Properties

    Boundary

    propertu to get\set first part header value.

    Declaration
    public string Boundary { get; set; }
    Property Value
    Type
    System.String

    ContentType

    property to get contentType attribute.

    Declaration
    public IMIMEHeaderSubTypesAttribute ContentType { get; }
    Property Value
    Type
    IMIMEHeaderSubTypesAttribute

    Date

    gets/sets mail header attributes.

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type
    System.DateTime

    From

    gets/sets mail header attributes.

    Declaration
    public string From { get; set; }
    Property Value
    Type
    System.String

    MIMEVersion

    returns MIME standart version.

    Declaration
    public string MIMEVersion { get; }
    Property Value
    Type
    System.String

    Subject

    gets/sets mail header attributes.

    Declaration
    public string Subject { get; set; }
    Property Value
    Type
    System.String

    To

    gets/sets mail header attributes.

    Declaration
    public string To { get; set; }
    Property Value
    Type
    System.String

    XAttributes

    property to get extender attributes.

    Declaration
    public IMIMEAttributesCollection XAttributes { get; }
    Property Value
    Type
    IMIMEAttributesCollection

    Methods

    Save(Stream)

    method to save current header.

    Declaration
    public override void Save(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    stream to write to.

    Overrides
    MIMEHeader.Save(Stream)

    Implements

    IMIMEDocumentHeader
    IMIMEHeader
    IMIMESerialization
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved