![]() |
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
|
|||
|
|||
![]()
After installing SP2 i am no longer able to update the start or end
time of an appoinment item in a public folder. The changes are lost apon the save. This appears to only affect public folder and spicific appoinment fields, some of them will save along with all user properties. Does anyone know if microsoft is aware of this or if there is a hotfix? Thanks Michael Test Sub: Sub test() Dim AppoinmentItem As AppointmentItem Set AppoinmentItem = Session.Application.ActiveExplorer.Selection.Item( 1) MsgBox "Opened Item: " & AppoinmentItem.Start AppoinmentItem.Start = DateTime.Now MsgBox "New Item Time: " & AppoinmentItem.Start AppoinmentItem.End = DateTime.Now AppoinmentItem.Save MsgBox "Saved Item Time: " & AppoinmentItem.Start End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2007 message properties | BK | Outlook - General Queries | 2 | January 28th 09 06:15 PM |
MailItem User Properties not updating | rob_tt08[_2_] | Add-ins for Outlook | 0 | November 10th 08 04:43 AM |
Updating Properties on Custom Button from another Custom ButtonsonAction Event | [email protected] | Add-ins for Outlook | 0 | May 30th 08 04:30 AM |
Outlook 2003- named properties v/s user properties ? | newToOutlookProgramming | Add-ins for Outlook | 2 | May 18th 07 06:38 PM |
outlook 2007 - I lose calendar appoinment with activesync 4.2 | TimFP | Outlook - Calandaring | 0 | September 18th 06 06:55 PM |