Re: Copy sent emails to IMAP folder
- From: Brian Tetlow <Brian.Tetlow.1zesy2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 2 Dec 2005 11:21:12 +0100
Thanks Michael,
I'm a bit confused.
Your previous post advised;
"Brian, you can use the ItemAdd event of SentItems folder. In that
event
call the Item´s Move function."
So, do I forget about the code above and use this one.
"Private WithEvents olSentItems as Outlook.Items
Private Sub Application_Startup()
Set olSentItems = [whataver folder´s items you want to watch]
End Sub"
And if I don't have "Save copies of messages in Sent Items folder"
checked, should
I set the watch to the outbox.
EG: Private WithEvents olSentItems as Outlook.Items
Private Sub Application_Startup()
Set olSentItems = outbox
End Sub"
Thanks,
--
Brian Tetlow
------------------------------------------------------------------------
Brian Tetlow's Profile: http://www.highdots.com/forums/m1516
View this thread: http://www.highdots.com/forums/t3122871
.
- Follow-Ups:
- Re: Copy sent emails to IMAP folder
- From: Michael Bauer
- Re: Copy sent emails to IMAP folder
- Prev by Date: Move sent emails
- Next by Date: Re: Download E-Mail List
- Previous by thread: Re: Copy sent emails to IMAP folder
- Next by thread: Re: Copy sent emails to IMAP folder
- Index(es):
Relevant Pages
|