Outlook Synch. "the outlook synch. lookup name table is empt

mjhigginsmjhiggins Member Posts: 57
We have installed the outlook synch. objects, update and client, when setting up the outlook synch. entities, Outlook Item field, the above error appears

This comes from the CU5300 function code below.


CLEAR(OObjLibrary);
CREATE(OObjLibrary);

FOR Counter := 1 TO OObjLibrary.ItemsCount DO BEGIN
TempOSynchLookupName.INIT;
TempOSynchLookupName.Name := OObjLibrary.GetItemName(Counter);
TempOSynchLookupName."Entry No." := Counter;
TempOSynchLookupName.INSERT;
END;

ItemName := ShowLookupNames(TempOSynchLookupName);


it obviously cannot find anything using the automation object, anyone have any ideas?

thanks!

Comments

  • mjhigginsmjhiggins Member Posts: 57
    anyone any ideas?

    [-o<
  • terohteroh Member Posts: 1
    HI,

    were you ever able to find out how to get past that issue? I seem to have a same problem and any information would truly help.

    Thanks,

    Tero
  • mjhigginsmjhiggins Member Posts: 57
    No solution to this yet :cry:
Sign In or Register to comment.