• Creator
    Topic
  • #4037
    Anonymous

      Is there any way to access the propities page details shown for any message sent by a user?

      Thanks

    • Author
      Replies
    • #6919
      Support 1
      Participant

        You can use the ItemSaveInfo() API to obtain a plain text file that corresponds to the message properties page, as shown in the example below:

          call GroupWise.ItemSaveInfo(iMessageID, iFileName, fmtAnsitext)

        Notes on this example:

        • iMessageID is a variable initialized to the ID of the relevant Message object.
        • iFileName is a variable initialized to an appropriate full path and file name. You might find that Utilities.TempFiles provides a useful location (ie. path name) for your purposes.

        I hope this helps.

        Advansys Support

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