#1 Using code similar to that included in the XML Security module of the
Exchange 2000/2003 SDK
#2 Use the ACL COM component in cunjunction with CDO 1.21
--
<Cheers:Siegfried runat="server" />
Development Lead,
CDOLive LLC - The Microsoft Messaging and Collaboration Application Experts
http://www.cdolive.com
This information is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. ? 2003 CDOLive LLC. All rights reserved.
Sample code subject to http://www.cdolive.com/disclaim.htm
> whoa!!! how is this supposed to be done?
>> -----Original Message-----
>> AFAIK a folder doesn't contain those properties. Only items do have them.
>> The folder owner is stored in the ACL (Access Control List), hence you
need
>> to retreive that ACL, drill down into each ACE (Access Control Entry),
read
>> if it is a folder owner and if so locate it in Windows Active Directory.
>> --
>> <Cheers:Siegfried runat="server" />
>> Development Lead,
>> CDOLive LLC - The Microsoft Messaging and Collaboration Application
Experts
>> http://www.cdolive.com
>> This information is provided "AS IS" with no warranties, and confers no
>> rights.
>> You assume all risk for your use. ? 2003 CDOLive LLC. All rights
reserved.
>> Sample code subject to http://www.cdolive.com/disclaim.htm
>>> Hi, I wish to find some data pertaining to a folder as
>>> opposed to a message. Is it possible using CDO 1.2.1 to
>>> retrieve this information with such tags as
>>> PR_CREATOR_NAME
>>> PR_LAST ACCESS_TIME
>>> again this is just for the folder and not the message.
>>> Also is there a way to retrive the owners email address
>>> using similar tags? Thanks in advance.
>> .