menu

WinForms

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

    Show / Hide Table of Contents

    Class MIMEHeader

    Base header class.

    Inheritance
    System.Object
    MIMEHeader
    MIMEPartHeader
    MIMEDocumentHeader
    Implements
    IMIMEHeader
    IMIMESerialization
    Inherited Members
    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.Implementation.Headers
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public abstract class MIMEHeader : IMIMEHeader, IMIMESerialization

    Constructors

    MIMEHeader()

    Declaration
    protected MIMEHeader()

    Properties

    Collection

    get attributes collection.

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

    Item[String]

    Get value of header attribute.

    Declaration
    public string this[string attributeName] { get; set; }
    Parameters
    Type Name Description
    System.String attributeName
    Property Value
    Type
    System.String

    Item[String, String]

    Get value of header attribute subtype.

    Declaration
    public string this[string attributeName, string subtype] { get; set; }
    Parameters
    Type Name Description
    System.String attributeName
    System.String subtype
    Property Value
    Type
    System.String

    Methods

    Save(Stream)

    Save MIME document to stream.

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

    stream to write to.

    Implements

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