Options

Notes email with NF

dpereradperera Member Posts: 3
edited 2002-03-21 in Navision Financials
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?

Comments

  • Options
    dpereradperera Member Posts: 3
    Might as well answer my own post seeing as I got no response <img border="0" title="" alt="[Wink]" src="images/smiles/icon_wink.gif" /> .

    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;
Sign In or Register to comment.