http://forum.xda-developers.com/showthread.php?t=292158
Hello,
I am trying to read the content of an WAP push SMS that is in
the pocket pc inbox. I can read with success the subject property (PR_SUBJECT) with MAPI but I do not get the download link that
is embedded in this WAP push SMS.
Does anybody know which MAPI property I must use the read
this information from the SMS?
Thanks!
Houser
So I have found the MAPI property where the WAP Push link
is embedded in. If someone is interested you must
open the MAPI property with the value: 2233008159 or 2233466911.
The link is a UNICODE string.
This property is undocumented and I have got this by trying all
possible property values from 0x0 to 0xFFFFFFFF.
Houser