menu

WinForms

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

    Show / Hide Table of Contents

    Interface IMIMEPartAttachmentHeader

    Extended version of Mime part header, mostly used for attachments.

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

    Properties

    Disposition

    additional attribute.

    Declaration
    IMIMEHeaderSubTypesAttribute Disposition { get; }
    Property Value
    Type
    IMIMEHeaderSubTypesAttribute

    FileName

    fileName.

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