![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hello, i 've this problem in ootlook 2007 addin (vs2005)
I wont to copy an email in a specific public folder, after that this email was sent. I have write the code to a SEND stantment but the copy of the email in pubblic folder was made before the email was sent and the sender folder was blank. How can i do it??? help me please. andrea |
#2
|
|||
|
|||
![]()
Sender info is set only when the message is submitted for delivery. Trap the
MAPIFolder.Items.ItemAdd event on the Sent Items folder instead of Application.ItemSend event Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Andrea" Andrea @discussions.microsoft.com wrote in message ... Hello, i 've this problem in ootlook 2007 addin (vs2005) I wont to copy an email in a specific public folder, after that this email was sent. I have write the code to a SEND stantment but the copy of the email in pubblic folder was made before the email was sent and the sender folder was blank. How can i do it??? help me please. andrea |
#3
|
|||
|
|||
![]()
GREAT!!
Thank You Very Mutch "Dmitry Streblechenko" wrote: Sender info is set only when the message is submitted for delivery. Trap the MAPIFolder.Items.ItemAdd event on the Sent Items folder instead of Application.ItemSend event Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Andrea" Andrea @discussions.microsoft.com wrote in message ... Hello, i 've this problem in ootlook 2007 addin (vs2005) I wont to copy an email in a specific public folder, after that this email was sent. I have write the code to a SEND stantment but the copy of the email in pubblic folder was made before the email was sent and the sender folder was blank. How can i do it??? help me please. andrea |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to copy the email adresses of all senders in a certain folder? | Tareq | Outlook - General Queries | 3 | April 18th 07 02:02 PM |
Can't save an email message or copy to another folder | Huck Rorick | Outlook - General Queries | 0 | January 16th 07 01:07 AM |
Copy folder name for new email | PDan | Outlook and VBA | 1 | December 6th 06 07:17 AM |
Copy email from local folder to public folder | Andrew | Outlook and VBA | 0 | November 16th 06 10:29 AM |
Send an email copy to folder | [email protected] | Outlook - General Queries | 3 | February 16th 06 03:44 PM |