Name Property
Name 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.
Returns the member's name. 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 Name As String
[C++]HRESULT get_Name(BSTR* pbsName);
Parameters
- pbsName
Returns the value of the Name property as a reference to a BSTR.
Remarks
Use this name to index members of the ItemAuthors and ItemReaders collections.
Example
Name Type "someone@example.com" cdowfEmailAddress (0) "Role1" ... "Role16" cdowfRole (1)
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.