ItemAuthors Property
ItemAuthors Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
The collection of users allowed to modify and delete an item. This property is read-only.
Applies To
Type Library
Microsoft CDO Workflow Objects for Microsoft Exchange
DLL Implemented In
CDOWF.DLL
Syntax
[Visual Basic]Property ItemAuthors As IMembers
[C++]HRESULT get_ItemAuthors(IMembers** varItemAuthors);
Parameters
- varItemAuthors
Returned reference to an IMembers Interface.
Remarks
You can use this collection to maintain per-item modify and delete privileges. When the collection has members, only members of the collection can modify or delete an item. This allows you to give certain users or groups temporary exclusive author access to an item. When this collection is empty, the default author privileges for the folder apply. This collection uses the properties and methods of the IMembers interface.
See Also
Send us your feedback about the Microsoft Exchange Server 2003 SDK.
Build: June 2007 (2007.618.1)
© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.