Step by step instructions- Prerequisites: Microsoft Windows Visual Studio 2008
- Request a trial at the Windows Live Mail's web page
- Run Windows Live Mail API's installer.
- The package includes these samples:
- C++ Dll Demo Source
- C# Dll Demo Source
Playing with the C# demo
- Open C# Dll Demo Source with Visual Studio 2008
- Set DllPlugin as the startup project.
- Run (F5) the project
- If the "Executable For Debug Session" appears choose the Windows Live Mail executable file name (i.e.: C:\Program Files\Windows Live\Mail\wlmail.exe or C:\Program Files (x86)\Windows Live\Mail\wlmail.exe)
- The Windows Live Mail appears with toolbars for this demo to show some of the functionality of the Windows Live Mail.
- Folder actions: opens a new toolbar with folder operations over normal folders.
- Show current selections: shows the current selected item information.
- You can set breakpoints and change the code to inspect all the features, the complete API is available here
Playing with the C++ demo- Open C++ Dll Demo Source with Visual Studio 2008
- Set DllDemoPS as the startup project.
- Run (F5) the project
- If the "Executable For Debug Session" appears choose the Windows Live Mail executable file name (i.e.: C:\Program Files\Windows Live\Mail\wlmail.exe or C:\Program Files (x86)\Windows Live\Mail\wlmail.exe)
- The Windows Live Mail appears with toolbars for this demo to show some of the functionality of the Windows Live Mail.
- Show Toolbar: shows a new toolbar
- Show Events: opens a new dialog showing some of the Windows Live Mail API events. Play selecting different folders and messages.
- Show Folders: shows the folder tree in a separate dialog.
- You can set breakpoints and change the code to inspect all the features, the complete API is available here
|
|