menu

WinForms

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

    Show / Hide Table of Contents

    Class MIMEHeaderSubTypesAttribute

    Header attrbiute class which allow to specify subtypes supported by attribute.

    Inheritance
    System.Object
    MIMEHeaderAttribute
    MIMEHeaderSubTypesAttribute
    MIMEHeaderContentDispositionAttribute
    MIMEHeaderContentIdAttribute
    MIMEHeaderContentTypeAttribute
    MIMEHeaderMailAttribute
    Implements
    IMIMEHeaderSubTypesAttribute
    IMIMEHeaderAttribute
    IMIMESerialization
    Inherited Members
    MIMEHeaderAttribute.Charset
    MIMEHeaderAttribute.CheckCorrect(StringBuilder)
    MIMEHeaderAttribute.EncodeValue()
    MIMEHeaderAttribute.Encoding
    MIMEHeaderAttribute.Header
    MIMEHeaderAttribute.IsASCII(String)
    MIMEHeaderAttribute.Name
    MIMEHeaderAttribute.ReformatValue(StringBuilder, String)
    MIMEHeaderAttribute.Save(Stream)
    MIMEHeaderAttribute.Value
    MIMEHeaderAttribute.WriteValue()
    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.Attributes
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public class MIMEHeaderSubTypesAttribute : MIMEHeaderAttribute, IMIMEHeaderSubTypesAttribute, IMIMEHeaderAttribute, IMIMESerialization

    Constructors

    MIMEHeaderSubTypesAttribute(IMIMEHeader)

    Constructor.

    Declaration
    public MIMEHeaderSubTypesAttribute(IMIMEHeader mimeHeader)
    Parameters
    Type Name Description
    IMIMEHeader mimeHeader

    parental header.

    MIMEHeaderSubTypesAttribute(IMIMEHeader, String)

    Constructor allow to specify parent header and attribute name in one call

    Declaration
    public MIMEHeaderSubTypesAttribute(IMIMEHeader header, string name)
    Parameters
    Type Name Description
    IMIMEHeader header

    reference on parent object

    System.String name

    attribute name

    Fields

    m_supportedSubTypes

    list of supported subtypes.

    Declaration
    protected ArrayList m_supportedSubTypes
    Field Value
    Type
    System.Collections.ArrayList

    Properties

    Item[String]

    Indexator which allow to read value of specified sub-types.

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

    SupportedSubTypes

    Get list of supported sub-types.

    Declaration
    public ArrayList SupportedSubTypes { get; }
    Property Value
    Type
    System.Collections.ArrayList

    Methods

    SetSupportedSubTypes()

    Setting list of subtypes.

    Declaration
    protected virtual void SetSupportedSubTypes()

    Implements

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