![]() |
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
|
|||
|
|||
![]()
In Outlook 2003 I want to automatically copy a sent Email to the Calendar as
an appointment, as a reminder. Can I do this with VBA? If it is possible, how do I turn the Email into a Calender appointment? Rommel |
Ads |
#2
|
|||
|
|||
![]()
You don't. What you do is create a new AppointmentItem, probably using
Application.CreateItem() and then populate the appointment fields with data you get from that email. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Rommel" wrote in message ... In Outlook 2003 I want to automatically copy a sent Email to the Calendar as an appointment, as a reminder. Can I do this with VBA? If it is possible, how do I turn the Email into a Calender appointment? Rommel |
#3
|
|||
|
|||
![]()
Instead of copying fields, as you suggest, I just want to replicate the
effect of dragging a sent email onto the Calendar button in Outlook. The content of the appointment is then a text copy of the email (including to, and from fields etc). Can I duplicate this by simply setting the "body text" of the appointment item to the email item, for example? Rommel "Ken Slovak - [MVP - Outlook]" wrote: You don't. What you do is create a new AppointmentItem, probably using Application.CreateItem() and then populate the appointment fields with data you get from that email. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Rommel" wrote in message ... In Outlook 2003 I want to automatically copy a sent Email to the Calendar as an appointment, as a reminder. Can I do this with VBA? If it is possible, how do I turn the Email into a Calender appointment? Rommel |
#4
|
|||
|
|||
![]()
You can add anything you want to the appointment Body, including any
information from the email such as Body or sender or recipients or whatever. You'd still have to do it using code to copy the field information from the email to the appointment though. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Rommel" wrote in message ... Instead of copying fields, as you suggest, I just want to replicate the effect of dragging a sent email onto the Calendar button in Outlook. The content of the appointment is then a text copy of the email (including to, and from fields etc). Can I duplicate this by simply setting the "body text" of the appointment item to the email item, for example? Rommel "Ken Slovak - [MVP - Outlook]" wrote: You don't. What you do is create a new AppointmentItem, probably using Application.CreateItem() and then populate the appointment fields with data you get from that email. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Rommel" wrote in message ... In Outlook 2003 I want to automatically copy a sent Email to the Calendar as an appointment, as a reminder. Can I do this with VBA? If it is possible, how do I turn the Email into a Calender appointment? Rommel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Copying emails back from Outlook onto original Server | KT[_2_] | Outlook - General Queries | 1 | July 27th 07 03:37 AM |
Copying calendar to CD | deena75 | Outlook - Calandaring | 1 | July 10th 07 12:21 PM |
Copying Sent Emails to Network Folder | FIECA | Outlook - General Queries | 1 | March 19th 07 07:07 AM |
Copying Sent Emails to Network Folder | FIECA | Outlook and VBA | 1 | March 19th 07 07:07 AM |
Copying public calendar to new resource calendar | Cathy C | Outlook - Calandaring | 0 | March 29th 06 07:32 PM |