Discussion:
Creating messages in Sent Items
(too old to reply)
SamCG
2005-04-06 16:00:54 UTC
Permalink
We're trying to create a message inside the Sent Items folder, without
actually having GW perform a send. We want to access the folder directly.
We're using PR_IPM_SENTMAIL_ENTRYID to get the folder, and we're able to
verify that it's the Sent Items folder - however, creating the message in
this folder causes it to appear in the Mailbox (inbox) instead. This code
works when using ms outlook.

Does groupwise prevent creation inside this folder? Is there a way to get
around it?
Gordon Ross
2005-04-07 08:04:02 UTC
Permalink
Post by SamCG
We're trying to create a message inside the Sent Items folder, without
actually having GW perform a send. We want to access the folder directly.
We're using PR_IPM_SENTMAIL_ENTRYID to get the folder, and we're able to
verify that it's the Sent Items folder - however, creating the message in
this folder causes it to appear in the Mailbox (inbox) instead. This code
works when using ms outlook.
Does groupwise prevent creation inside this folder? Is there a way to get
around it?
The sent items folder is not a "real" folder, but a virtual one. It
lists all items that have been sent by the Groupwise account. I'm not
sure you could get an item to show up here without it actually having
been sent.

GTG

Loading...