• Creator
    Topic
  • #4386
    dhschryer
    Participant

      Hello,

      If a user forwards a message they can choose from FORWARD or FORWARD AS ATTACHMENT. The last one they choose becomes thier default. Can an applet be used to make FORWARD the default ALL the time for ALL my clients?

    • Author
      Replies
    • #8041
      sam
      Participant

        Hi,

        take a look at this.

        remove menu item

        your secret admirer…
        sam

        #8042
        Support 3
        Participant

          Thanks sam for the suggestions.

          You can also use the ItemForwardFlat() token. See the Token API documentaion for more information.

          quote:


          ItemForwardFlat()
          Opens a new Forward Mail window that contains the current open item. This functionality is the same as selecting Forward from the menu (as opposed to selecting Forward as Attachment).
          Versions:GroupWise 6.x or later


          You can use the code below and integrate to Formativ “On Forward” event (Formativ IDE – Integrations – Email – Events – On Forward then change the direction to “Before GroupWise Events”). You may need to restart the GroupWise client.

            
            dim iReturnVal
            call groupwise.throwtoken("ItemForwardFlat()", iReturnVal)
          

          Regards,
          Advansys Support

          [This message was edited by Support 3 on September 09, 2008 at 05:23 PM.]

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