Redemtiopn + CurrentUser + Office XP in IMO Mode 
Author Message
 Redemtiopn + CurrentUser + Office XP in IMO Mode

Hi

I have been using Redemption to access the current user's email
address in the following manner  ...

    Dim CU As Redemption.SafeCurrentUser
    Set CU = CreateObject("Redemption.SafeCurrentUser")

    msgbox "Email " + CU.Address

However, on Windows XP, Office XP in internet only mode, this doesn't
work.  CU.Address and CU.Type are both null.

Can anyone tell me another way of getting the current SMTP address of
the current user.

Thanks in advance

James



Tue, 22 Nov 2005 00:26:40 GMT  
 Redemtiopn + CurrentUser + Office XP in IMO Mode
Redemption internally uses IMAPISession::QueryIdentity(). That part of
Extended MAPI is broken in Outlook 2000 IMO and Outlook 2002 without
Exchange Server; there is no known workaround.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy  - Outlook, CDO
and MAPI Developer Tool


Quote:
> Hi

> I have been using Redemption to access the current user's email
> address in the following manner  ...

>     Dim CU As Redemption.SafeCurrentUser
>     Set CU = CreateObject("Redemption.SafeCurrentUser")

>     msgbox "Email " + CU.Address

> However, on Windows XP, Office XP in internet only mode, this doesn't
> work.  CU.Address and CU.Type are both null.

> Can anyone tell me another way of getting the current SMTP address of
> the current user.

> Thanks in advance

> James



Tue, 22 Nov 2005 01:41:16 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. CreateItemFromTemplate does not work in IMO mode with security

2. Office 2000 and Office XP question

3. SaveAs in office 2K & Office XP

4. difference Office XP VAB and Office 97 VBA

5. Office XP Run Time Error after upgrade from Office 2000

6. Will Office-97 VBA macros work in Office-XP

7. Behavior under Office 2000 vs. Office XP

8. DatePicker problem under Windows XP and Office XP

9. Automating Mail Merge with VB.Net and Office XP and Office 2000 produces mixed results

10. Automation error in Office XP

11. access 2000 runtime compatible with office xp?

12. Cannot Uninstall Office XP Developer

 

 
Powered by phpBB® Forum Software