Hi there,
Using GroupWise 7.02 with API SDK 2006-02-02...
Here's how (Delphi code) I retrieve mailbox's content:
---
s:='(MAIL) AND (BOX_TYPE=INCOMING) AND (CREATE_DATE >= TODAY - 7)';
vGWBox := vGWLog.AllMessages.Find(s);
---
All works fine except that it returns all messages, even those already classified (in personal cabinet folder).
Is there a parameter or filter to display only messages currently in the MailBox folder?
Thanks in advance,
Rej Cloutier
Using GroupWise 7.02 with API SDK 2006-02-02...
Here's how (Delphi code) I retrieve mailbox's content:
---
s:='(MAIL) AND (BOX_TYPE=INCOMING) AND (CREATE_DATE >= TODAY - 7)';
vGWBox := vGWLog.AllMessages.Find(s);
---
All works fine except that it returns all messages, even those already classified (in personal cabinet folder).
Is there a parameter or filter to display only messages currently in the MailBox folder?
Thanks in advance,
Rej Cloutier