MapiFileMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

MapiFileMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Windows MBS Win Plugin 8.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
A class contain information about a file containing a message attachment stored as a temporary file.
Example

dim file as new MapiFileMBS
dim t as TextOutputStream
dim f as FolderItem

// write a temp file
f=SpecialFolder.Desktop.Child("test.txt")
t=TextOutputStream.Create(f)
t.WriteLine "Test file content"
t.Close

// create file
file=new MapiFileMBS
file.Path=f
file.Filename="test file"
file.Position=-1

// next add it to message

Important:
Simple MAPI is not installed by Exchange Server 2003 or later. However, Simple MAPI is supported for use with Exchange 2003. To function properly, the underlying Exchange or Microsoft Outlook® MAPI subsystem must be properly installed on the client computer.

This class has no sub classes.

Some methods using this class:

Some examples using this class:


The items on this page are in the following plugins: MBS Win Plugin.


MacUSBNotificationMBS   -   MapiMessageMBS


💬 Ask a question or report a problem