WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IMIMEDocumentHeader - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IMIMEDocumentHeader

    MIME document header.

    Inherited Members
    IMIMEHeader.Item[String]
    IMIMEHeader.Item[String, String]
    IMIMEHeader.Collection
    IMIMESerialization.Save(Stream)
    Namespace: Syncfusion.MIME
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public interface IMIMEDocumentHeader : IMIMEHeader, IMIMESerialization

    Properties

    ContentType

    Allow to specify which data stored in MIME part.

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

    MIMEVersion

    gets version of MIME implementation.

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

    XAttributes

    user custom attributes.

    Declaration
    IMIMEAttributesCollection XAttributes { get; }
    Property Value
    Type Description
    IMIMEAttributesCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved