"Internet Mail Only" vs "Corporate-Workgroups".

  • Thread starter Thread starter Ashutosh Choubey
  • Start date Start date
A

Ashutosh Choubey

Hi ,

I want to check programmatically in outlook 2000 that I am in "Internet
Mail Only" or in "Corporate-Workgroups". Can any one have idea that in
registry where I can get these setting information.

Thanks in advance
 
Dear,
Go to control panel, mail icon, - there you can see whether Internet mail or
Corp/workgroup.


--
(Please respond to this question
Was this post helpful to you?)

Hope this helps you more
Regards
APK
 
But my dear friend I want to detect this programmatically.
Now please let me know if you can help me.
To be specific, it will do even if you can tell me the registry entry for
this one.
Regards
Ashu
 
I got the solution :-)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Outlook\Setup\MailSupport

if dword value = 0 menace you are in IMO
if dword value = 1 menace you are in c\w .
 
Ashutosh Choubey said:
I want to check programmatically in outlook 2000 that I am in
"Internet Mail Only" or in "Corporate-Workgroups". Can any one have
idea that in registry where I can get these setting information.

Didn't you already ask this question once before?
 
yes :-p ...
but sorry I loose my static counter variable. So that it happen. Now I'll
remember that i asked this 2 times :-).
Brain Tillman thanks for reminding
 
Back
Top