![]() |
How to check if a user has outlook profile created from c# .Net
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 |
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 |
How to check if a user has outlook profile created from c# .Ne
Hi Mosher,
Thanks for the response. However, I am not sure what you meant by registry code. Can you throw some more light on that? I did check the registry location but i saw so many keys under it with some code names. I was not sure what they all mean. -Rajesh "Sue Mosher [MVP-Outlook]" wrote: 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 |
How to check if a user has outlook profile created from c# .Ne
Your C# docs should have information and samples on writing code to access the registry. If the key that I described is not present or has no subkeys, the user has no mail profile.
-- 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 Mosher, Thanks for the response. However, I am not sure what you meant by registry code. Can you throw some more light on that? I did check the registry location but i saw so many keys under it with some code names. I was not sure what they all mean. -Rajesh "Sue Mosher [MVP-Outlook]" wrote: 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. "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 |
All times are GMT +1. The time now is 11:30 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com