|
Posted by Rob Nock on June 13, 2007, 9:59 am
Please log in for more thread options
Have you tried calling DMProcessConfigXML to inquire what the email config
is? You will need to pass some XML like:
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Connection">
<parm-query name "Server">
<parm-query name "User">
<parm-query name "Domain">
<parm-query name "AllowSSLOption">
</characteristic>
</characteristic>
<characteristic type="Mail">
<parm-query name "Enabled">
</characteristic>
</wap-provisioningdoc>
You will get a buffer returned containing the queried data in XML format.
--RobN
blog: http://ce4all.blogspot.com
> Is there a way for me to get the account owner's SMTP address for
> messaging account on Windows mobile? E.g. when I configure ActiveSync, I
> need to enter the account owner's SMTP address, can I get that SMTP
> address? It does not seem POOM or MAPI provides the capability to query
> the account information.
>
> Thanks!
>
> Yi
>
|