If the message not saved (i.e. Message ID “X00”) then you can only access limited properties of the message. Formativ wrap the Novell Token API to easily access these properties.
In order to access the message property which is not available in Token API (i.e. formatted body text, etc), you will need to use the Object API. You can use the technique in other thread to save the message which will lets you to access the Object API.
When i use the ItemMessageSave function and then attached the save message to another email using the Groupwise API Attachements.add(File, ,DisplayName) Method.
The attached email looses it’s text formating.
Is this the same issue then the subject?
I have to use this as the Groupwise API Attachements.add(Message, DisplayName) Method does not use the DisplayName supplied for the file.
[This message was edited by sam on September 08, 2008 at 11:37 AM.]