d***@hans-held.de
2005-02-23 15:36:54 UTC
Hello!
I'm trying to write an application where you can drag n' drop mails from
the mailbox which are then stored in a database.
Attempts with Java failed as the DnD does not return any data-
descriptionI'm trying to write an application where you can drag n' drop mails from
the mailbox which are then stored in a database.
Attempts with Java failed as the DnD does not return any data-
when done directly from GroupWise (Bug!).
With C# I do get the mail as InputStream - but how can I create a
Message-With C# I do get the mail as InputStream - but how can I create a
Object out of it to read out the recipients, message-body, aso?
Thanks for any suggestion,
Axel
If you drag a message, how do can obtain the message id to retrieve the
message. So far I notice , if drag a message it is a FileGroupDescriptor.
Any ideas
My answer:Thanks for any suggestion,
Axel
If you drag a message, how do can obtain the message id to retrieve the
message. So far I notice , if drag a message it is a FileGroupDescriptor.
Any ideas
The .IGW-File (Drop-File) contains at position 0x000008C0 the MessageID
(as a BSTR). (GW 6.5)
KS.