/ Forums / Advansys Formativ / Creating Solutions with Formativ / Access all PhoneMessages for user

  • Creator
    Topic
  • #4257
    ManfredS
    Participant

      Hallo,
      i try to import all PhoneMessages into a stringgrid.

      How can i access all PhoneMessages for the current user?

      Thanks for help

    • Author
      Replies
    • #7635
      lp_irovetz
      Participant

        Hi,

        Every message have a class name

        Extract from GW API Documentation
        >>GroupWise names its messages with the following default class names:
        >>GW.MESSAGE.APPOINTMENT
        >>GW.MESSAGE.DOCUMENTREFERENCE
        >>GW.MESSAGE.MAIL
        >>GW.MESSAGE.NOTE
        >>GW.MESSAGE.PHONE <—- For Phone message

        You could do a find like this (support could correct me)

        iFilter = “(PHONE)”
        set iMail = Groupwise.Account.MailBox
        set Result = iMail.FindMessages(iFilter)

        Hope this help !

        L.P. Irovetz
        ARCANE GroupWare

        #7634
        Support 3
        Participant

          “lp_irovetz” – thanks for your prompt response.

          Regards,
          Advansys Support

        Viewing 2 replies - 1 through 2 (of 2 total)
        • You must be logged in to reply to this topic.