I've been testing Notes 5 with NF 2.6 and the contact mail buttons give me a resolve name error when there is data in the email field, if there is no data it opens the notes new mail message. Is this a known issue and I should give up trying to use Notes or has someone solved this problem?
0
Comments
I got an answer from Navision in Australia and after editing the code unit 397 (Mail) with the following change, we can now use Lotus Notes as the email client without getting the ResolveName error.
Thanks to Lachlan at Navision!
This is what we commented out...
// IF (ToName <> '') OR (CCName <> '') THEN BEGIN
// MAPIMessages.AddressResolveUI(HideDialog);
// MAPIMessages.ResolveName;
// END;