Copyright © 2024 IMIBO. Privacy Statement
Extended MAPI in DELPHI
Lazy MAPI
This part of our examples is aimed to those developers who do not want or do not have time to go deeper into Extended MAPI. Especially for them we have developed a set of functions and declarations by which they can rapidly develop their MAPI applications.
These opportunities are developed through units IMIEMTypes, MAPIBestBody, MAPISessionUtils, MAPIFldUtils, MAPIMsgUtils, and many others.
Also, this section contains several forms that are specifically designed for testing and visualization results such as:
- TFrmMessage – Show the main/basic IMessage properties
- TFrmPropPage -A list of existing IMAPIProp properties
- TFrmProperty – Display a single property
- TFrmNewMsg – Sample form to create a new message
- TFrmNewFolder – Sample form to create a new Folder
- TFrmFolderCopyMove – Sample form for copying or moving a folder
- TFrmSmartFilterDialog – Sample form for applying message content table (IMAPITable) restrictions
- TFrmMAPIPropFields – Sample form similar to TFrmPropPage, that uses a simple TMAPIPropFields object
- TfrmMsgSort – Sample form for extended (complex) sorting
- TfrmFilterMessages – Sample form for extended (complex) restriction
# 1 Test MAPI Folder/Message functions
# 2 Test Session/Store/Folder Functions
# 3 Test Microsoft Office Outlook Account Management
# 4 Test Message Smart Filter
# 5 Test MAPI Property Fields
# 6 Test TMAPITable wrapper, FastFilter and FastSort
# 7 Test TMAPITable wrapper, FastFilter and FastSort (with events)