/ Forums / Advansys Formativ / Creating Solutions with Formativ / Setting Send Options for new mail

  • Creator
    Topic
  • #4227
    mlw
    Participant

      I am trying to set the expiration date for en email using Formative Studion 2.0. I recorded the action and got this code:
      Sub Main(Client, GWEvent)

      Call GroupWise.SendOptions(1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0)

      End Sub

      However running the app causes this error message:
      ” is not a valid integer value at line 7, column 4

      Thanks for any help
      Mark

    • Author
      Replies
    • #7547
      Support 3
      Participant

        The defect may be lies in the Formativ SendOptions command. We will review this issue in the next maintenance release. In the meantime, see the response to use the ThrowToken method to execute a Token. See the Formativ Language Guide for more information about ThrowToken method.

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