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


The biggest plugin in space...