• Creator
    Topic
  • #5148
    jeka
    Participant

      Hello,

      I have problems since the new Groupwise 2012. With the GW 2012-Client, my results of oEntries = nothing. With the GW 8 Client is the result OK
      Any Idea?

      set oAddressBook = GroupWise.Account.AddressBooks.Item(“Novell GroupWise Adressbuch”)
      iUserId = Groupwise.EnvUserID()
      set oEntries = oAddressBook.AddressBookEntries.Find(“(<Email-Adresse> CONTAINS “”” & iUserId & “””)”)
      if oEntries is nothing then
      msgbox “oEntries is nothing. Quitting”
      set oAddressBook = nothing
      set oFolder = nothing
      set iMsg = nothing
      set iMessageClass = nothing
      set gStatusDlg = nothing
      exit sub
      end if

      Best regards
      Jens

    • You must be logged in to reply to this topic.