Search Results for

    Show / Hide Table of Contents

    Class MsgViewer

    Show outlook msg file viewer

    Inheritance
    System.Object
    Viewer
    MsgViewer
    Inherited Members
    Viewer.Load(Byte[], String, Guid)
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class MsgViewer : Viewer

    Constructors

    | Improve this Doc View Source

    MsgViewer()

    Create msg viewer

    Declaration
    public MsgViewer()

    Methods

    | Improve this Doc View Source

    Load(Byte[], String)

    Show a simple blob in the viewer

    Declaration
    public override void Load(byte[] blob, string fileType)
    Parameters
    Type Name Description
    System.Byte[] blob

    Blob content as byte array

    System.String fileType

    file type, ending or mime type

    Overrides
    Viewer.Load(Byte[], String)
    | Improve this Doc View Source

    UseViewer(String)

    Proof, wether the current viewer support the fiven file type

    Declaration
    public override bool UseViewer(string fileType)
    Parameters
    Type Name Description
    System.String fileType

    File tpye as string

    Returns
    Type Description
    System.Boolean

    True, if the viewer supprt the file type

    Overrides
    Viewer.UseViewer(String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx