menu

WinForms

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

    Show / Hide Table of Contents

    Interface IMIMEBoundaryPart

    collection contains opened parts.

    Inherited Members
    IMIMEPart.Close
    IMIMEPart.Data
    IMIMEPart.GetData()
    IMIMEPart.Header
    IMIMESerialization.Save(Stream)
    Namespace: Syncfusion.MIME
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public interface IMIMEBoundaryPart : IMIMEPart, IMIMESerialization

    Properties

    Parts

    gets collection of digest parts.

    Declaration
    IMIMEPartsCollection Parts { get; }
    Property Value
    Type
    IMIMEPartsCollection

    UniqueBoundary

    get/set global boundary

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

    Methods

    AddDigestPart(Stream)

    adding digest part from stream.

    Declaration
    IMIMEPart AddDigestPart(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    stream to read from.

    Returns
    Type
    IMIMEPart

    AddDigestPart(String)

    addinf digest part from file .

    Declaration
    IMIMEPart AddDigestPart(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    file to add.

    Returns
    Type
    IMIMEPart
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved