![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2007 - Trying to have profile settings created/maintained | John Fedor | Outlook - Installation | 7 | April 11th 07 12:08 AM |
office Outlook 2003 - MST deploy - no profile created :( | Ignatius | Outlook - Installation | 1 | February 8th 07 10:45 AM |
Tasks created by one user show up in another users Outlook | maegan1116 | Outlook - General Queries | 3 | December 22nd 06 04:28 PM |
Outlook 2003 profile not created with ImportPRF | Nils | Outlook - Installation | 0 | October 26th 06 01:54 PM |
Cannot create new mail off-line after new profile created. | Frank | Outlook - General Queries | 4 | April 13th 06 07:45 PM |