WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MIMEDigestPart

    Show / Hide Table of Contents

    Class MIMEDigestPart

    MIMEDigestPart class is used to build digest collection.

    Inheritance
    System.Object
    MIMEPart
    MIMEDigestPart
    Implements
    IMIMEPart
    IMIMESerialization
    Inherited Members
    MIMEPart.CheckDataType(Stream)
    MIMEPart.GetData()
    MIMEPart.UniqueBoundary
    MIMEPart.Header
    MIMEPart.Data
    MIMEPart.Close
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.MIME.Base.Implementation.Parts
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public class MIMEDigestPart : MIMEPart, IMIMEPart, IMIMESerialization

    Constructors

    MIMEDigestPart(MIMEPartHeader, String)

    Constructor which allow to specify header class for part.

    Declaration
    public MIMEDigestPart(MIMEPartHeader header, string boundary)
    Parameters
    Type Name Description
    MIMEPartHeader header

    parental header.

    System.String boundary

    unique boundary.

    MIMEDigestPart(String)

    Main constructor for Digest part.

    Declaration
    public MIMEDigestPart(string boundary)
    Parameters
    Type Name Description
    System.String boundary

    part unique boundary index

    MIMEDigestPart(String, Stream)

    Constructor which allow to create part and set Data stream for it

    Declaration
    public MIMEDigestPart(string boundary, Stream data)
    Parameters
    Type Name Description
    System.String boundary

    unique boundary part

    System.IO.Stream data

    data stream for part

    Properties

    IsDigest

    get\set part is digest or used for enother purpose

    Declaration
    public bool IsDigest { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Save(Stream)

    Specific Save method for current part.

    Declaration
    public override void Save(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    Stream to write to.

    Overrides
    MIMEPart.Save(Stream)

    Implements

    IMIMEPart
    IMIMESerialization
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved