WinForms

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

    Show / Hide Table of Contents

    Interface IMIMESerialization

    Base interface for all MIME objects which must support . serialization

    Namespace: Syncfusion.MIME
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public interface IMIMESerialization

    Methods

    Save(Stream)

    Save MIME document to stream.

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

    stream for serialization

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