D
David Sharner
Hello. First please have patience if this is an easy thing to solve
but I am new to programming Outlook/Exchange. We are currently
designing a solution and have reached an impass. We would like to
create custom content class with the ability to add reminders. I
found one post by Ken Slovak stating that reminders may be added to
contacts by accessing or adding the following fields.
The field for ReminderSet is:
Message.Fields("{0820060000000000C000000000000046}0x8503")
ReminderTime is:
Message.Fields("{0820060000000000C000000000000046}0x8502")
And FlagDueBy is:
Message.Fields("{0820060000000000C000000000000046}0x8560")
So my question is, are these fields only capable of being added to
outlook native content classes or can these fields be added to a
custom content class? If this is only for native content classes,
does anyone know a good resource for understainding how to add
reminder functionality to custom content classes?
David Sharner
CyGen Technologies
but I am new to programming Outlook/Exchange. We are currently
designing a solution and have reached an impass. We would like to
create custom content class with the ability to add reminders. I
found one post by Ken Slovak stating that reminders may be added to
contacts by accessing or adding the following fields.
The field for ReminderSet is:
Message.Fields("{0820060000000000C000000000000046}0x8503")
ReminderTime is:
Message.Fields("{0820060000000000C000000000000046}0x8502")
And FlagDueBy is:
Message.Fields("{0820060000000000C000000000000046}0x8560")
So my question is, are these fields only capable of being added to
outlook native content classes or can these fields be added to a
custom content class? If this is only for native content classes,
does anyone know a good resource for understainding how to add
reminder functionality to custom content classes?
David Sharner
CyGen Technologies