A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

hiding attachments and comments for non-Authors



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 23rd 06, 10:10 PM posted to microsoft.public.outlook.program_vba,microsoft.public.office.developer.outlook.vba
BartH_NL
external usenet poster
 
Posts: 11
Default hiding attachments and comments for non-Authors

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  
Old November 24th 06, 02:13 AM posted to microsoft.public.outlook.program_vba,microsoft.public.office.developer.outlook.vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default hiding attachments and comments for non-Authors

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  
Old November 24th 06, 11:52 AM posted to microsoft.public.outlook.program_vba,microsoft.public.office.developer.outlook.vba
BartH_NL
external usenet poster
 
Posts: 11
Default hiding attachments and comments for non-Authors

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  
Old November 24th 06, 12:21 PM posted to microsoft.public.outlook.program_vba,microsoft.public.office.developer.outlook.vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default hiding attachments and comments for non-Authors

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  
Old November 24th 06, 02:27 PM posted to microsoft.public.outlook.program_vba,microsoft.public.office.developer.outlook.vba
BartH_NL
external usenet poster
 
Posts: 11
Default hiding attachments and comments for non-Authors

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 03:41 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.