|
-
Feb 10th, 2006, 06:45 AM
#1
Thread Starter
Hyperactive Member
Ckeckbox Appointment
In the Outlook appointment Window on the right bottem there is a checkbox
called 'private' or something. (I don't know what it's called in the english version.
It means that the appointment is a private appointment, not to see for anyone else.
Where can I find this in Code, so that I can make a private appointment???
-
Feb 10th, 2006, 09:06 AM
#2
Re: Ckeckbox Appointment
Set the .Sensitivity property to olPrivate
VB Code:
MyAppointment.Sensitivity = olPrivate
Declan
Don't forget to mark your Thread as resolved.
Take a moment to rate posts that you think are helpful 
-
Feb 10th, 2006, 02:11 PM
#3
Thread Starter
Hyperactive Member
Re: Ckeckbox Appointment
Thanks DKenny!
I was asked to make a report in Excel to see which of my colleagues has a day off and at what day they had a busy day.
One of the teamleaders in the company didn't find it appropriate that private appointment also been displayed.
So thanks again, I can now filter them out!!
Last edited by HWijngaarD; Feb 11th, 2006 at 09:36 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|