I'm working on a calendar system to allow us to schedule/filter things more easily. I'm doing a bit of information gathering about which properties of Outlook.AppointmentItem I can use to encode data. Naturally, I went to the Microsoft website to see all the properties I could use:
AppointmentItem Members (Outlook)
The issue I'm having is that they list the property "Mileage", but that doesn't seem to apply to AppointmentItem objects (only to TaskItem objects).
Can anybody explain this to me? If it applies to the AppointmentItem object, is there a place I can view/edit this data, and how do I use it in filtering/conditional formatting. If it only applies to the TaskItem object, is there a way to display the TaskItem in the calendar view?
Thanks in advance.
AppointmentItem Members (Outlook)
The issue I'm having is that they list the property "Mileage", but that doesn't seem to apply to AppointmentItem objects (only to TaskItem objects).
Can anybody explain this to me? If it applies to the AppointmentItem object, is there a place I can view/edit this data, and how do I use it in filtering/conditional formatting. If it only applies to the TaskItem object, is there a way to display the TaskItem in the calendar view?
Thanks in advance.