Retrieve mail in Groupwise 7.0

arkadass

New Member
Hello,

From an application i want to save a Groupwise mail message including attachments to a file on disk so i can use it later.

To do this i create a Groupwise automation object and use the ItemSaveMessage token to save mail.
It seems to work, a file is saved on disk but this file can only be opened with office word.

Does anyone knows how to save mail message completly inlcuding attachment to file and how to retrieve saved mail message in Groupwise?

This is how it's working now:

Every mail message has a unique message-id within groupwise. I'am outputting this message-id to a file.
When a want to open mail in Groupwise, i import this file and use ItemOpen token to open mail in Groupwise.
However, when de Client is synchronized to the master mailbox the message-id is changed.
This cause that Groupwise Client can't find the message in mailbox because de message-id is changed.

Is there a way to get the new messaga-id from Groupwise master mailbox?

I'am using OpenEdge 10.1C.

Thanks.
 

usyed

New Member
Hello


Does anyone know how to retrieve messageId of the first email in the mailbox in groupwise 7.0.3?
Any code samples would help

Thanks
Uzma
 
Top