Class MsgViewer
Show outlook msg file viewer
Inherited Members
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class MsgViewer : Viewer
Constructors
| Improve this Doc View SourceMsgViewer()
Create msg viewer
Declaration
public MsgViewer()
Methods
| Improve this Doc View SourceLoad(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
| Improve this Doc View SourceUseViewer(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 |