/ Forums / Advansys Formativ / Creating Solutions with Formativ / Exporting mails in eml format / Reply To: Exporting mails in eml format
February 24, 2008 at 9:57 pm
#7943
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