WinForms

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

    Show / Hide Table of Contents

    Interface IMIMEPartHeader

    MIME Part 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 IMIMEPartHeader : IMIMEHeader, IMIMESerialization

    Properties

    ContentType

    Allow to specify which data stored in MIME part

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

    TransferEncoding

    Which encoding used for MIME part data transafering

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