menu

WinForms

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

    Show / Hide Table of Contents

    Interface IMIMEHeaderAttribute

    Header attribute

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

    Properties

    Charset

    encoding value

    Declaration
    Encoding Charset { get; set; }
    Property Value
    Type
    System.Text.Encoding

    Encoding

    encoding to use

    Declaration
    MIMEParser.MIMEEncoding Encoding { get; set; }
    Property Value
    Type
    MIMEParser.MIMEEncoding

    Name

    Name of attribute

    Declaration
    string Name { get; set; }
    Property Value
    Type
    System.String

    Value

    Get or Set value of header attribute

    Declaration
    string Value { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved