When adding a mail receipient using VPEAddMailReceiver on certain pc configurations (Windows XP / Outlook 2003) we end up getting the following display for the receipient address
=SMTP:(Name)
VpeAddMailReceiver is called with a plain email address such as foo@foo.com
when calling VpeAddMailReceiver with SMTP:foo@foo.com outlook will display it as follows
SMTP:(Name)
in both cases clicking the send button often doesnt do anything at all. The dialog doesnt close, the email is not being sent and no error is displayed. Sometimes i can click the send button mutliple times and suddenly it will send the email but not allways
This happens when the user clicks the email icon in the preview and we use OnVpeBeforeMail to change the receipient. If we use VpeMailDoc we do not seem to have an issue on the same machine.
Other programs that use mapi on the same machine have no issues sending email
Forgot to mention this is in 3.6 R4
Mike