View Single Post
  #5  
Old April 3rd 06, 05:26 PM posted to microsoft.public.outlook.program_vba
ud
external usenet poster
 
Posts: 5
Default Changing Appointment times with CDO

Hi Michael , i am using the same code and it's work fine the problem is when
i am trying to Update Recurring appointment it's updating only the one day
and for all appointments

Could you please help me .

Thanks, Uzi

"Michael Bauer" wrote:

Am 6 Feb 2006 05:51:18 -0800 schrieb Steve:



And what would be the proper way of accessing the startime?


Sorry, I never realized that MAPI knows an Appointment object which has
indeed a StartDate property.

Anyway, with a Message object you can access the StartDate with:
Debug.Print message.Fields("{0220060000000000C000000000000046} " & "0x820D")

The most common property tags are explained at
http://www.cdolive.com/cdo10.htm

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --

Ads