![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello,
Situation: I am asked to advise a management team and it's assistants about sharing Calendars. I have successfully answered all their questions but one issue remains. The managers want their own assistants to have Editor rights but all other assistants to only have Reviewer rights. This can easily be done, but the managers don't want the other assistants to be able to read the attachments nor text in the comment field (large field at lower half [in case the term Comment field is incorrect - I have to translate from Dutch]) of appointment form). As everybody should be able to see where and what an appointment is about, the option of marking it as private is not an issue. I know that there is no standard option for this, it is either not share, share and read the attachments, or use the Private status but then too hide the subject of the appointment. Question: I think I should be able to programmatically hide the comments field (and so the attachments) in the Appointment-form for those who have less than Author rights. How do I read these Outlook permissions in VBA? Or is there an other way to accomplish what they want? Thanks for any help or advise. BartH |
Ads |
#2
|
|||
|
|||
![]()
I think you should wait for Exchange 2007, which will provide the level of privacy you want. No matter what you do with the form, any Reviewer can still get almost all the information from the item in a table view.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "BartH_NL" wrote in message ups.com... Hello, Situation: I am asked to advise a management team and it's assistants about sharing Calendars. I have successfully answered all their questions but one issue remains. The managers want their own assistants to have Editor rights but all other assistants to only have Reviewer rights. This can easily be done, but the managers don't want the other assistants to be able to read the attachments nor text in the comment field (large field at lower half [in case the term Comment field is incorrect - I have to translate from Dutch]) of appointment form). As everybody should be able to see where and what an appointment is about, the option of marking it as private is not an issue. I know that there is no standard option for this, it is either not share, share and read the attachments, or use the Private status but then too hide the subject of the appointment. Question: I think I should be able to programmatically hide the comments field (and so the attachments) in the Appointment-form for those who have less than Author rights. How do I read these Outlook permissions in VBA? Or is there an other way to accomplish what they want? Thanks for any help or advise. BartH |
#3
|
|||
|
|||
![]()
Thank you Sue, I'll bring the news to the customer carefully - they
will not be amused. Good point you brought up - the table view... Nevertheless, can I read the permissions in VBA? (And how, if so...) Regards, BartH Sue Mosher [MVP-Outlook] wrote: I think you should wait for Exchange 2007, which will provide the level of privacy you want. No matter what you do with the form, any Reviewer can still get almost all the information from the item in a table view. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "BartH_NL" wrote in message ups.com... Hello, Situation: I am asked to advise a management team and it's assistants about sharing Calendars. I have successfully answered all their questions but one issue remains. The managers want their own assistants to have Editor rights but all other assistants to only have Reviewer rights. This can easily be done, but the managers don't want the other assistants to be able to read the attachments nor text in the comment field (large field at lower half [in case the term Comment field is incorrect - I have to translate from Dutch]) of appointment form). As everybody should be able to see where and what an appointment is about, the option of marking it as private is not an issue. I know that there is no standard option for this, it is either not share, share and read the attachments, or use the Private status but then too hide the subject of the appointment. Question: I think I should be able to programmatically hide the comments field (and so the attachments) in the Appointment-form for those who have less than Author rights. How do I read these Outlook permissions in VBA? Or is there an other way to accomplish what they want? Thanks for any help or advise. BartH |
#4
|
|||
|
|||
![]()
You can read permissions with CDO or Redemption. Outlook 2007 is the first version that can read folder permissions using its own object model.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "BartH_NL" wrote in message ups.com... Thank you Sue, I'll bring the news to the customer carefully - they will not be amused. Good point you brought up - the table view... Nevertheless, can I read the permissions in VBA? (And how, if so...) Regards, BartH Sue Mosher [MVP-Outlook] wrote: I think you should wait for Exchange 2007, which will provide the level of privacy you want. No matter what you do with the form, any Reviewer can still get almost all the information from the item in a table view. "BartH_NL" wrote in message ups.com... Hello, Situation: I am asked to advise a management team and it's assistants about sharing Calendars. I have successfully answered all their questions but one issue remains. The managers want their own assistants to have Editor rights but all other assistants to only have Reviewer rights. This can easily be done, but the managers don't want the other assistants to be able to read the attachments nor text in the comment field (large field at lower half [in case the term Comment field is incorrect - I have to translate from Dutch]) of appointment form). As everybody should be able to see where and what an appointment is about, the option of marking it as private is not an issue. I know that there is no standard option for this, it is either not share, share and read the attachments, or use the Private status but then too hide the subject of the appointment. Question: I think I should be able to programmatically hide the comments field (and so the attachments) in the Appointment-form for those who have less than Author rights. How do I read these Outlook permissions in VBA? Or is there an other way to accomplish what they want? Thanks for any help or advise. BartH |
#5
|
|||
|
|||
![]()
Thanks a zillion Sue,
Regards, BartH Sue Mosher [MVP-Outlook] wrote: You can read permissions with CDO or Redemption. Outlook 2007 is the first version that can read folder permissions using its own object model. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "BartH_NL" wrote in message ups.com... Thank you Sue, I'll bring the news to the customer carefully - they will not be amused. Good point you brought up - the table view... Nevertheless, can I read the permissions in VBA? (And how, if so...) Regards, BartH Sue Mosher [MVP-Outlook] wrote: I think you should wait for Exchange 2007, which will provide the level of privacy you want. No matter what you do with the form, any Reviewer can still get almost all the information from the item in a table view. "BartH_NL" wrote in message ups.com... Hello, Situation: I am asked to advise a management team and it's assistants about sharing Calendars. I have successfully answered all their questions but one issue remains. The managers want their own assistants to have Editor rights but all other assistants to only have Reviewer rights. This can easily be done, but the managers don't want the other assistants to be able to read the attachments nor text in the comment field (large field at lower half [in case the term Comment field is incorrect - I have to translate from Dutch]) of appointment form). As everybody should be able to see where and what an appointment is about, the option of marking it as private is not an issue. I know that there is no standard option for this, it is either not share, share and read the attachments, or use the Private status but then too hide the subject of the appointment. Question: I think I should be able to programmatically hide the comments field (and so the attachments) in the Appointment-form for those who have less than Author rights. How do I read these Outlook permissions in VBA? Or is there an other way to accomplish what they want? Thanks for any help or advise. BartH |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to date stamp entries in contacts comments field? | Bob U | Outlook - Using Contacts | 3 | December 26th 11 02:42 PM |
Mark my comments option is grayed out...how can I enable it? | Gozalyn | Outlook - Installation | 2 | July 12th 06 10:01 PM |
Include comments in monthly view of calendar | sholly64 | Outlook - Calandaring | 1 | April 25th 06 09:47 AM |
Outlook improvement / User friendly comments | Artur | Outlook - Calandaring | 0 | March 15th 06 01:51 PM |
How do i print out whole comments section in booklet | MHB | Outlook - Using Contacts | 1 | February 13th 06 05:00 PM |