is there a way to get the owner's email addresses that the user has set-up
in its various inbox accounts (e.g. IMAP4, POP3 etc) ?

apparently these email addresses are stored somewhere, probably in the
registry, but i couldn't find out where.

are they encrypted in the various values found under
HKCU\Software\Microsoft\Inbox\Settings\WizData\ ?

or are they somewhere else ?

Re: how to get user's email from inbox accounts ? by Jeffrey

Jeffrey
Tue Oct 14 22:37:10 CDT 2003

Call DMProcessConfigXML and use the following configuration xml:

<wap-provisioningdoc>
<characteristic-query type="EMAIL" />
</wap-provisioningdoc>

Then parse the result.

Note: For SP2003, use "EMAIL2"

--
Jeffrey Paul
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.


"The PocketTV Team" <do-not-reply-by-email@pockettv.com> wrote in message
news:#vUOnOrkDHA.1708@TK2MSFTNGP12.phx.gbl...
> is there a way to get the owner's email addresses that the user has set-up
> in its various inbox accounts (e.g. IMAP4, POP3 etc) ?
>
> apparently these email addresses are stored somewhere, probably in the
> registry, but i couldn't find out where.
>
> are they encrypted in the various values found under
> HKCU\Software\Microsoft\Inbox\Settings\WizData\ ?
>
> or are they somewhere else ?
>
>



Re: how to get user's email from inbox accounts ? by The

The
Wed Oct 15 00:19:59 CDT 2003

thanks, but this is for 2003 only, correct ?

no way to get that on 2002 (Pocket PC or Smartphone) ?

"Jeffrey Paul [MS]" <jeffpaul@online.microsoft.com> wrote in message
news:epJTe2skDHA.2364@TK2MSFTNGP11.phx.gbl...
> Call DMProcessConfigXML and use the following configuration xml:
>
> <wap-provisioningdoc>
> <characteristic-query type="EMAIL" />
> </wap-provisioningdoc>
>
> Then parse the result.
>
> Note: For SP2003, use "EMAIL2"
>
> --
> Jeffrey Paul
> Microsoft
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
> "The PocketTV Team" <do-not-reply-by-email@pockettv.com> wrote in message
> news:#vUOnOrkDHA.1708@TK2MSFTNGP12.phx.gbl...
> > is there a way to get the owner's email addresses that the user has
set-up
> > in its various inbox accounts (e.g. IMAP4, POP3 etc) ?
> >
> > apparently these email addresses are stored somewhere, probably in the
> > registry, but i couldn't find out where.
> >
> > are they encrypted in the various values found under
> > HKCU\Software\Microsoft\Inbox\Settings\WizData\ ?
> >
> > or are they somewhere else ?
> >
> >
>
>



Re: how to get user's email from inbox accounts ? by Jeffrey

Jeffrey
Wed Oct 15 00:42:48 CDT 2003

The way I desribe below will work on SP 2002 (not on PPC02, however).

--
Jeffrey Paul
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.


"The PocketTV Team" <do-not-reply-by-email@pockettv.com> wrote in message
news:#coo5vtkDHA.644@TK2MSFTNGP11.phx.gbl...
> thanks, but this is for 2003 only, correct ?
>
> no way to get that on 2002 (Pocket PC or Smartphone) ?
>
> "Jeffrey Paul [MS]" <jeffpaul@online.microsoft.com> wrote in message
> news:epJTe2skDHA.2364@TK2MSFTNGP11.phx.gbl...
> > Call DMProcessConfigXML and use the following configuration xml:
> >
> > <wap-provisioningdoc>
> > <characteristic-query type="EMAIL" />
> > </wap-provisioningdoc>
> >
> > Then parse the result.
> >
> > Note: For SP2003, use "EMAIL2"
> >
> > --
> > Jeffrey Paul
> > Microsoft
> >
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> >
> >
> > "The PocketTV Team" <do-not-reply-by-email@pockettv.com> wrote in
message
> > news:#vUOnOrkDHA.1708@TK2MSFTNGP12.phx.gbl...
> > > is there a way to get the owner's email addresses that the user has
> set-up
> > > in its various inbox accounts (e.g. IMAP4, POP3 etc) ?
> > >
> > > apparently these email addresses are stored somewhere, probably in the
> > > registry, but i couldn't find out where.
> > >
> > > are they encrypted in the various values found under
> > > HKCU\Software\Microsoft\Inbox\Settings\WizData\ ?
> > >
> > > or are they somewhere else ?
> > >
> > >
> >
> >
>
>



Re: how to get user's email from inbox accounts ? by The

The
Wed Oct 15 00:54:06 CDT 2003

"Jeffrey Paul [MS]" <jeffpaul@online.microsoft.com> wrote in message
news:e0vir8tkDHA.4008@TK2MSFTNGP11.phx.gbl...
> The way I desribe below will work on SP 2002 (not on PPC02, however).

ok, thanks.

but our #1 need for that was on Pocket PC 2002 :( oh well...

> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
> "The PocketTV Team" <do-not-reply-by-email@pockettv.com> wrote in message
> news:#coo5vtkDHA.644@TK2MSFTNGP11.phx.gbl...
> > thanks, but this is for 2003 only, correct ?
> >
> > no way to get that on 2002 (Pocket PC or Smartphone) ?
> >
> > "Jeffrey Paul [MS]" <jeffpaul@online.microsoft.com> wrote in message
> > news:epJTe2skDHA.2364@TK2MSFTNGP11.phx.gbl...
> > > Call DMProcessConfigXML and use the following configuration xml:
> > >
> > > <wap-provisioningdoc>
> > > <characteristic-query type="EMAIL" />
> > > </wap-provisioningdoc>
> > >
> > > Then parse the result.
> > >
> > > Note: For SP2003, use "EMAIL2"
> > >
> > > --
> > > Jeffrey Paul
> > > Microsoft
> > >
> > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > >
> > >
> > > "The PocketTV Team" <do-not-reply-by-email@pockettv.com> wrote in
> message
> > > news:#vUOnOrkDHA.1708@TK2MSFTNGP12.phx.gbl...
> > > > is there a way to get the owner's email addresses that the user has
> > set-up
> > > > in its various inbox accounts (e.g. IMAP4, POP3 etc) ?
> > > >
> > > > apparently these email addresses are stored somewhere, probably in
the
> > > > registry, but i couldn't find out where.
> > > >
> > > > are they encrypted in the various values found under
> > > > HKCU\Software\Microsoft\Inbox\Settings\WizData\ ?
> > > >
> > > > or are they somewhere else ?
> > > >
> > > >
> > >
> > >
> >
> >
>
>