A
Anita Gupta
Hello,
I need to prompt the user to find out whether to add a mail item from
his/her inbox to public folder. I need to do this with both incoming and
outgoing email. I accomplished this very easily for outgoing mail using the
ItemAdd event on the Sent Items folder to display a dialog box asking
whether to copy the item to the specified folder. However, I can't use this
with the inbox because: #1 I can't prompt the user before they read it and
find out if it should be sent to the folder and #2 because the user may get
several mails at once and I can't barrage them with dialog boxes for mail
they haven't read yet. I also can't prompt the user everytime he/she opens
the same item if they have already said "no" or worse yet... "yes" and send
a copy there multiple times. Can someone tell me of a good event to use
(after the user has read the item) that I could prompt with. Also, I don't
want to use a custom form because that would disable the auto-preview that
most of them use. I'd like the events to be placed in the ThisOutlookSession
module. I'm sure that I can come up with a suitable standard property to set
indicating that the user has been asked before and not to ask again once I
display the initial prompt in the first place.
Any suggestions would be appreciated.
Thanks,
Anita
I need to prompt the user to find out whether to add a mail item from
his/her inbox to public folder. I need to do this with both incoming and
outgoing email. I accomplished this very easily for outgoing mail using the
ItemAdd event on the Sent Items folder to display a dialog box asking
whether to copy the item to the specified folder. However, I can't use this
with the inbox because: #1 I can't prompt the user before they read it and
find out if it should be sent to the folder and #2 because the user may get
several mails at once and I can't barrage them with dialog boxes for mail
they haven't read yet. I also can't prompt the user everytime he/she opens
the same item if they have already said "no" or worse yet... "yes" and send
a copy there multiple times. Can someone tell me of a good event to use
(after the user has read the item) that I could prompt with. Also, I don't
want to use a custom form because that would disable the auto-preview that
most of them use. I'd like the events to be placed in the ThisOutlookSession
module. I'm sure that I can come up with a suitable standard property to set
indicating that the user has been asked before and not to ask again once I
display the initial prompt in the first place.
Any suggestions would be appreciated.
Thanks,
Anita