Nothing really in the Outlook object model for that. If you are using CDO
1.21 you can use Session.Name to get the profile name or with Redemption
(www.dimastr.com/redemption) you can use RDOSession.ProfileName or
MAPIUtils.CurrentProfileName.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hi,
> In my addin I need to know under which profile the user have logged in.
[quoted text clipped - 6 lines]
> Thanks
> Sunny
Sunny - 30 Mar 2006 17:14 GMT
> Nothing really in the Outlook object model for that. If you are using CDO
> 1.21 you can use Session.Name to get the profile name or with Redemption
> (www.dimastr.com/redemption) you can use RDOSession.ProfileName or
> MAPIUtils.CurrentProfileName.
Thanks Ken,
how do you think, is StoreID going to help in that? I just need to make
the difference between the calendar items, stored in either of the
profiles?
Sunny
Ken Slovak - [MVP - Outlook] - 31 Mar 2006 15:03 GMT
I don't follow. StoreID has nothing to do with profile names. If you can get
a store in the API you're using you'd use StoreID for that and you can tell
if folders are in different stores by comparing StoreID but that still won't
get you the profile name.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
>> Nothing really in the Outlook object model for that. If you are using CDO
>> 1.21 you can use Session.Name to get the profile name or with Redemption
[quoted text clipped - 7 lines]
>
> Sunny