H
hemaneelagiri
hi
i am uisng "Microsoft Outlook 11.0 Object Library" as refernce
and want to cerate new appointment in outlook 2003 with custom category and
with different color(label)
in outlook 2007 it is there with name sapce in that machine i am able to
cerate category and it is working properly
if (oNS.Categories["my cat"] == null)
{
oNS.Categories.Add("my cat", Microsoft.Office.Interop.Outlook.OlCategoryColor.
olCategoryColorDarkPurple, Microsoft.Office.Interop.Outlook.
OlCategoryShortcutKey.olCategoryShortcutKeyNone);
}
oAppointment.Categories = oAppointment.Categories + ";" + "my cat";
please help me
i am uisng "Microsoft Outlook 11.0 Object Library" as refernce
and want to cerate new appointment in outlook 2003 with custom category and
with different color(label)
in outlook 2007 it is there with name sapce in that machine i am able to
cerate category and it is working properly
if (oNS.Categories["my cat"] == null)
{
oNS.Categories.Add("my cat", Microsoft.Office.Interop.Outlook.OlCategoryColor.
olCategoryColorDarkPurple, Microsoft.Office.Interop.Outlook.
OlCategoryShortcutKey.olCategoryShortcutKeyNone);
}
oAppointment.Categories = oAppointment.Categories + ";" + "my cat";
please help me