K
ken_wilsonii
User is on
Windows XP Pro SP2
Office 2003 XP SP2
Using an Outlook 2003 custom form
set Session1 = CreateObject("MAPI.Session")
msgbox "Before Logon"
on error resume next
Session1.Logon "","",False,False
msgbox "After Logon"
msgbox Session1.CurrentUser.Fields(CdoPR_TITLE).Value
msgbox "After Security Prompt"
User get's the message box "After Logon"
The next line trying to display the users Title hangs Outlook and the
security prompt never appears.
This works fine for me on my own computer and works fine for me if I
am logged on to the same computer the users is on.
CDO file versions are slightly different
6.5.7232.92 on the users computer
6.5.7233.48 on mine.
Can't figure this one out, the settings on the Outlook account are
identical to mine.
Windows XP Pro SP2
Office 2003 XP SP2
Using an Outlook 2003 custom form
set Session1 = CreateObject("MAPI.Session")
msgbox "Before Logon"
on error resume next
Session1.Logon "","",False,False
msgbox "After Logon"
msgbox Session1.CurrentUser.Fields(CdoPR_TITLE).Value
msgbox "After Security Prompt"
User get's the message box "After Logon"
The next line trying to display the users Title hangs Outlook and the
security prompt never appears.
This works fine for me on my own computer and works fine for me if I
am logged on to the same computer the users is on.
CDO file versions are slightly different
6.5.7232.92 on the users computer
6.5.7233.48 on mine.
Can't figure this one out, the settings on the Outlook account are
identical to mine.