Outlook Forms?

L

Luca Fortesi

Hi everyone,
I need to intercept oulook 2003 calendar insertions
and create a record in a sql table ("Appointments"). This
will occurs only if the item inserted is of a certain type
(f.i. no personal appointments should be considered).

A friend of mine told me to use the UserProperties for the
Calendar Items (a bool property that tells if the
appointment it's personal or not). Should I need a custom
form to let the user specify the nature of the item?

Thanks
LucaF
 
S

Sue Mosher [MVP]

Your friend may have given you misleading advice. UserProperties is a collection of custom defined fields. It does not necessarily tell you whether an appointment is personal. What do *you* consider a personal appointment? Is a custom form always involved?
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
G

Guest

Thanks for your answer and sorry to answer you back so late, but I was oof for a week.
Yes, his idea was to create a custom form that allows the User to specify if the
items is personal or not.
If the user specified that the item is personal, I wouldn't process it.

Thanks
LucaF
 
S

Sue Mosher [MVP]

You can use the Sensitivity property for that (shown as Private in the Field Chooser).

Please take the time to quote the original message so that people reading your current response can understand what you're talking about. Otherwise, you may not receive the answer you're looking for.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top