Quantcast
Viewing all articles
Browse latest Browse all 106

Accessing SafeUser.SMTPAddress crashes Outlook (Redemption)

Hi,

One of our customer has a problem with our AddIn. He uses Windows 7
with OL2003 (latest ServicePacks) connected to Exchange. His Outlook
crashes, if our AddIn (VB6) accesses the data of the current user like
this:

Dim SafeUser As New Redemption.SafeCurrentUser
Dim Address As String
Dim SMTPAddress As String
Address = SafeUser.Address
SMTPAddress = SafeUser.SMTPAddress ' <- crash

This happens on multiple system. Many other customers are running out
AddIn without any problems....

Accessing SafeUser.SMTPAddress crashes Outlook (Redemption)

Viewing all articles
Browse latest Browse all 106

Trending Articles