views:

10

answers:

0

Hi,

I would like to automate pocket outlook thru javascript I searched on the web and saw that the progid is

var papp = new ActiveXObject('pocketoutlook.application')

However, it does not work on my windows mobile (6.0)

I read that since wm5, the object model is different (POOM2 instead of POOM1), is it so?

Also, can u guys point me to the ms documentation for scripting POOM? (I mean scripting, not C native coding)