POOM

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

I remember something like Pocket Outlook Object Model

Does it really exists, is it supplied with VS 2005

And does it compare to the desktop version

Thank you,
Samuel
 
POOM is a native COM API, its only a small subset of the desktop Outlook
Object Model and is rather different in architecture. To use if from .NET
requires either:-
Write your own COM interop layer
Use a third-party wrapper library
For Windows Mobile 5.0 use the new Microsoft.WindowsMobile.PocketOutlook
namespace

Peter
 
Thanks for your reply,

I installed the SDK for Windows Mobile 5.0 but I still can't find the
namespace that you mentioned
Do you know in which folder this SDK is installed so I can possibly brows to
that folder


Samuel
 
The item below is the only item within the Microsoft.WindowsMobile
namespace, it probably doesn't recognize the SDK installation
Microsoft.WindowsMobile.DirectX
 
Found it in C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0
Pocket PC SDK\Designtimereferences

Than you all
Samuel
 
Is your project targeting a WM 5.0 device? That is, you installed the SDK,
then created the project explicitly targeting a WM 5.0 platform?
 
Back
Top