Results 1 to 3 of 3

Thread: Ckeckbox Appointment

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2004
    Posts
    297

    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???

  2. #2
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: Ckeckbox Appointment

    Set the .Sensitivity property to olPrivate

    VB Code:
    1. MyAppointment.Sensitivity = olPrivate
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2004
    Posts
    297

    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
  •  



Click Here to Expand Forum to Full Width