![]() |
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
|
|||
|
|||
![]()
How can I determine programmatically, using VB6, if a user has write access
to a Public Folder? - Using the Redemption library, the AddressList.IsReadOnly is not set for Public Folders. - Using CDO.Folder.Fields.Item(CDO_PR_RIGHTS) raise an error with Public Folders (but works correctly for Local folders) - Using the Outlook.Folder object yields no field or property to read those information either... I've been seeking an answer to this question across the web but found nothing so far... at least nothing usable from a VB6 standpoint. I've not yet looked at the latest version of Redemption - we're still using v3.4 as v4.0 breaks a thing or two in our app and we haven't had the time the properly check out those issues. Thanks for any help!!! Francois |
#2
|
|||
|
|||
![]()
Have you looked at the RDOFolder.ACL collection?
http://www.dimastr.com/redemption/rd...htm#properties -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "fgaudet" u49571@uwe wrote in message news:919dda0c397b8@uwe... How can I determine programmatically, using VB6, if a user has write access to a Public Folder? - Using the Redemption library, the AddressList.IsReadOnly is not set for Public Folders. - Using CDO.Folder.Fields.Item(CDO_PR_RIGHTS) raise an error with Public Folders (but works correctly for Local folders) - Using the Outlook.Folder object yields no field or property to read those information either... I've been seeking an answer to this question across the web but found nothing so far... at least nothing usable from a VB6 standpoint. I've not yet looked at the latest version of Redemption - we're still using v3.4 as v4.0 breaks a thing or two in our app and we haven't had the time the properly check out those issues. Thanks for any help!!! Francois |
#3
|
|||
|
|||
![]()
No, I hadn't tried the RDO objects yet - our app still uses Redemption 3.4,
but I'll give them a try! Dmitry Streblechenko wrote: Have you looked at the RDOFolder.ACL collection? http://www.dimastr.com/redemption/rd...htm#properties How can I determine programmatically, using VB6, if a user has write access [quoted text clipped - 21 lines] Francois -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Determine the user mailbox for a specific folder | dch3 | Outlook and VBA | 3 | December 3rd 07 11:14 PM |
Determine who created an appointment in a public folder | Brian | Outlook - Calandaring | 3 | August 27th 07 02:26 PM |
How to permit user B to edit user A's meeting, Public Folder | Vaughan | Outlook - Calandaring | 1 | December 14th 06 03:40 PM |
Help with Synchronizing a user folder with a Public Folder | Dab | Outlook - General Queries | 1 | November 15th 06 11:26 AM |
Outlook 2003: How Do I Determine The Email Address of a Public Folder? | [email protected] | Outlook - General Queries | 1 | October 6th 06 06:49 AM |