#7943
Support 3
Participant

    Enginners has confirmed that Novell has added Mime file support on saving message but haven’t updated the documentation. You can use the ThrowToken() method to call GroupWise token. Please see the code below to save the message to Mime type.

      
      iMessageID = groupwise.ItemMessageIDFromView()
      msgbox groupwise.throwtoken("ItemSaveMessage(""" & iMessageID  & """;""c:temptest.eml"";900)", iRetunVal)   
    

    Supported FileFormat:
    “AnsiText” – 106
    “Mime” – 900
    “RichText” – 899
    “WordPerfect60” – 269

    Regards,
    Advansys Support