/ Forums / Advansys Formativ / Creating Solutions with Formativ / Forward as default. / Reply To: Forward as default.
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.]