/ Forums / Advansys Formativ / Creating Solutions with Formativ / Enabling Junkmail doesn´t work

  • Creator
    Topic
  • #4012
    Anonymous

      I use the command
      Call GroupWise.JunkMailSettings(TRUE, TRUE, FALSE, TRUE, 20)

      but nothing happens

    • Author
      Replies
    • #6848
      Support 1a
      Participant

        GroupWise.JunkMailSettings calls the native GroupWise JunkMailSettings tokens, which appears to have a problem with the last two parameters. We have today reported this to Novell for confirmation and a possible workaround. We’ll report our findings back in this thread.

        Regards

        Advansys Support

        #6849
        Support 1a
        Participant

          Novell have just comfirmed this is a bug in the JunkMailSettings token, and have created a defect notice for it. While this means it will get fixed, unfortunately I am unable to offer a workaround at this stage.

          I am able to get some of the features working by using the following code:

          dim iSyntax
          dim iReturnVal
           
          iSyntax = "JunkMailSettings(true;false;false;;0)"
          msgbox groupwise.throwtoken(iSyntax, iReturnVal)

          Note the fourth parameter is not specified at all (it fails if you include anything). I have used 0 as the last parameter, but supplying any other value does not appear to work anyway.

          I’ll advise when Novell have more information in this thread.

          Advansys Support

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