View Single Post
  #3  
Old May 22nd 09, 04:02 PM posted to microsoft.public.outlook.program_vba
Tadwick
external usenet poster
 
Posts: 104
Default Difference between UserProperties and ItemProperties?

Thanks, Ken

"Ken Slovak - [MVP - Outlook]" wrote:

1. UserProperties is a subset of ItemProperties, although you can only
add/remove UserProperties. You check that with the IsUserProperty Boolean
property. The ItemProperties collection is zero based, the count doesn't
start at 1, it starts at 0, unlike UserProperties which starts at 1.

2. Try it and see.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Tadwick" wrote in message
...
1. Is the UserProperties collection simply a subset of ItemProperties?

2. When you send an AppointmentItem do UserProperty objects and
ItemProperty
objects get transferrred to the MeetingItem that arrives in the
recipient's
inbox?



Ads