WinForms

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

    Show / Hide Table of Contents

    Interface IMIMEHeaderSubTypesAttribute

    Header attribute which supports additional sub-types values

    Inherited Members
    IMIMEHeaderAttribute.Name
    IMIMEHeaderAttribute.Value
    IMIMEHeaderAttribute.Charset
    IMIMEHeaderAttribute.Encoding
    IMIMESerialization.Save(Stream)
    Namespace: Syncfusion.MIME
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public interface IMIMEHeaderSubTypesAttribute : IMIMEHeaderAttribute, IMIMESerialization

    Properties

    Item[String]

    Indexator which allow to read value of specified sub-types

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

    SupportedSubTypes

    Get list of supported sub-typed

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