|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
C# code for Outlook Calendar Colorchange the color of dates for holiday, and also not able to access the properties 'Show time as' and 'Lable'. I'm using this code: Outlook.ApplicationClass oApp; Outlook.NameSpace oNameSpace; Outlook.MAPIFolder oMapiFolder; Outlook.ApplicationClass oApp; Outlook.NameSpace oNameSpace; Outlook.MAPIFolder oMapiFolder; oMapiFolder = oNameSpace.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar); Outlook.AppointmentItem appItem =(Outlook.AppointmentItem)oApp.CreateItem (Outlook.OlItemType.olAppointmentItem); appItem does not accesses Label and Showtimeas properties. Help Plz!!! thanks in Advance. |
|||||||||||||||||||||||