![]() |
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
|
|||
|
|||
![]()
I am trying to forward the current appointment in outlook 2003 - I am using
the following code which will forward my current email item even if it does not have focus - I am entirely new to this can someone help? Sub AutoCalFwd() On Error Resume Next Set thisItem = Application.ActiveInspector.CurrentItem Set fwdItem = thisItem.Forward fwdItem.To = " fwdItem.Send End Sub |
Ads |
#2
|
|||
|
|||
![]()
Help with what? What isn't working or not working the way you want?
-- 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 "Warren.Clark" wrote in message ... I am trying to forward the current appointment in outlook 2003 - I am using the following code which will forward my current email item even if it does not have focus - I am entirely new to this can someone help? Sub AutoCalFwd() On Error Resume Next Set thisItem = Application.ActiveInspector.CurrentItem Set fwdItem = thisItem.Forward fwdItem.To = " fwdItem.Send End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Forwarding when I don't want it to | Tony Slagle | Outlook - General Queries | 8 | August 5th 07 03:25 AM |
When i open an existing appointment in Outlook Calendar, then close, it automatically creates an unwanted recurring appointment. | David H | Outlook - Calandaring | 1 | June 28th 07 10:32 AM |
Forwarding appointment to Thunderbird | Gordon | Outlook - Calandaring | 3 | June 22nd 07 03:27 AM |
Forwarding appointment to Thunderbird | Gordon | Outlook - Calandaring | 0 | June 19th 07 05:57 PM |
Forwarding an appointment, receipent cannot add to their calen | Hergen Eilers | Outlook - Calandaring | 0 | February 21st 07 04:26 AM |