View Single Post
  #2  
Old September 17th 07, 07:15 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to check if a user has outlook profile created from c# .Net

The place to check is in the Windows registry -- HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles -- using your choice of registry code. It's not an Outlook function.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Raj" wrote in message ...
Hi

I have a requirement where i have to check if currently logged in user has
an outlook profile created. I am using Microsoft interop assembly to access
outlook application.
Version of outlook i am using is 2003.

Any help will be appreciated.

Regards,
Rajesh

Ads