Outlook

This program is an example of OLE Automation of Microsoft Outlook. It will read a list of items from the Inbox and show them in a DataWindow. The currently selected item is shown in a webbrowser control.

The Outlook Object Model Reference contains details on all the Outlook objects, methods and properties.


Win API Functions used:

CloseHandle
CreateFile
GetDesktopWindow
ReadFile
ShellExecute
WriteFile


——— Last updated 02/01/2023 ———