POOM(Pocket Outlook Object Model) Problem.
I have downloaded "In The Hand Pocket Outlook Trail" version and it works fine on the Visual Studio 2005 Emulator but it gives me an "Access Denied" error when executed on the Pocket PC itself. Is this because of the trail verion or is there some kind of autherisation or access rights that I have to set to use Outlook on the Pocket PC itself?
Thanks,
DD
One of the reasons this can occur is that the free community version is not code-signed, one some devices the operator may have set the security model such that it only allows signed code to run, or it may prompt the user in which case you must respond to the onscreen prompt. The emulators have the most open security settings. The professional version of the library is signed with a Mobile2Market certificate which should work on almost any device (there is a specific far-east operator who doesn't include the Mobile2Market certificate)
Peter