WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IMIMEHeader

    Show / Hide Table of Contents

    Interface IMIMEHeader

    Inherited Members
    IMIMESerialization.Save(Stream)
    Namespace: Syncfusion.MIME
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public interface IMIMEHeader : IMIMESerialization

    Properties

    Collection

    get collection of attributes

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

    Item[String]

    Get value of header attribute

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

    Item[String, String]

    Get value of header attribute

    Declaration
    string this[string attributeName, string subtype] { get; set; }
    Parameters
    Type Name Description
    System.String attributeName
    System.String subtype
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved