![]() |
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,
I`m writing a code to check the user rights in public folders. With the following loop I can get the rights of each user or group: For Each objACE In objRDOFolder.ACL Debug.Print objACE.Name & " - " & objACE.Rights Next But how can I get the groups which the current user belongs to? Peter -- Peter Marchert [EDV-Service Marchert] Homepage: http://www.marchert.de Excel- und Outlookprogrammierung |
Ads |
#2
|
|||
|
|||
![]()
A group would be an Exchange DL, so get the AddressEntry from the RDOACE
object and then work with that AddressEntry object to see if it's a DL and if so get the Members of the DL. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message oups.com... Hello, I`m writing a code to check the user rights in public folders. With the following loop I can get the rights of each user or group: For Each objACE In objRDOFolder.ACL Debug.Print objACE.Name & " - " & objACE.Rights Next But how can I get the groups which the current user belongs to? Peter -- Peter Marchert [EDV-Service Marchert] Homepage: http://www.marchert.de Excel- und Outlookprogrammierung |
#3
|
|||
|
|||
![]()
Hello Ken,
thanks for your answer. I think that would work but at the moment I can`t test it because I have problems to give rights to the public folder (80004005 error). Peter Ken Slovak - [MVP - Outlook] schrieb: A group would be an Exchange DL, so get the AddressEntry from the RDOACE object and then work with that AddressEntry object to see if it's a DL and if so get the Members of the DL. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message oups.com... Hello, I`m writing a code to check the user rights in public folders. With the following loop I can get the rights of each user or group: For Each objACE In objRDOFolder.ACL Debug.Print objACE.Name & " - " & objACE.Rights Next But how can I get the groups which the current user belongs to? Peter -- Peter Marchert [EDV-Service Marchert] Homepage: http://www.marchert.de Excel- und Outlookprogrammierung |
#4
|
|||
|
|||
![]()
Well, I can't help you with that
![]() -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message ups.com... Hello Ken, thanks for your answer. I think that would work but at the moment I can`t test it because I have problems to give rights to the public folder (80004005 error). Peter |
#5
|
|||
|
|||
![]()
For others who have the same error 80004005: Set the exchange server
and the domain to native mode. Please be carefully if you work in a company with more servers! If so, please read the help before you change the mode. Klick in the AD with the right mouse button on your domain and choose the fifth entry from top (I don`t know that element name in English). Then you can choose "Windows Server 2003". In the exchange-system manager klick again with the right mouse button on your exchange domain and choose "Properties". Here you can change to the native mode. After that you can set your rights to public folder. Peter Ken Slovak - [MVP - Outlook] schrieb: Well, I can't help you with that ![]() -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message ups.com... Hello Ken, thanks for your answer. I think that would work but at the moment I can`t test it because I have problems to give rights to the public folder (80004005 error). Peter |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
question | Steve Baker | Outlook - Using Forms | 1 | September 5th 06 08:31 PM |
Question | April | Outlook Express | 8 | August 20th 06 03:44 PM |
OE Question | Wayne | Outlook Express | 3 | May 21st 06 03:00 PM |
OE question | Bobby28 | Outlook - Installation | 0 | March 27th 06 10:17 PM |
question | manish goyal | Outlook and VBA | 1 | January 21st 06 09:09 AM |