If you have a field named "Palm Note," it's definitely a custom property,
but not necessarily set or accessible via the non-existent
NoteItem.UserProperties collection. But are you seeing that on Outlook
sticky notes or on other items? I'd be curious about the value of the
Message Class property.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
Richard White said:
Sue, I have a question. When I sync my PalmPilot, it puts a field for
the Palm Note category in that I can view in Outlook. If this field is
not a User Property, what could it be?
Dick
"Sue Mosher [MVP-Outlook]" <
[email protected]> wrote in message
When in doubt, check the object browser: Press ALt+F11 to open the VBA
environment in Outlook, then press F2. Switch from <All Libraries> to
Outlook to browse all Outlook objects and their properties, methods, and
events. You'll quickly see that the NoteItem object does not support
UserProperties.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
I am debugging a VB add-in for Outlook 2000.
The add-in successfully creates UserProperties for Contact, Appoinment and
Mail items, but when I try
to do the same for a note Item, I get 'Object doesn't support this property
or method' error.
Is this a known issue in Outlook 2000? Are there work arounds?
Thank You very much,
Leon