Share via


Type Property

Type 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.

Identifies the name type as the user principal name (UPN) or the Exchange store folder role. This property is read-only.

Applies To

IMember Interface

Type Library

Microsoft CDO Workflow Objects for Microsoft Exchange

DLL Implemented In

CDOWF.DLL

Syntax

[Visual Basic]Property Type As MemberType

[C++]HRESULT get_Type(MemberTypevarType);

Parameters

  • varType
    Returns the value of the Type property as a reference to a MemberType.

Remarks

Use this property to specify what type of name you are using in the IMember Name property. You can get e-mail addresses from the IWorkflowSession Sender property and from Microsoft Active Directory using the IWorkflowSession.GetUserProperty method.

A folder role is a grouping of one or more Active Directorysecurity identifiers (SIDs) into a security identifier (SID) that is stored as a property on a folder. The folder role only exists on the folder and not in Active Directory. You can determine if a user is in a given folder role using the WorkflowSession object IsUserInRole method. There are sixteen valid folder role names that you can use. The valid names that you can use with IsUserInRole method are "Role1" through "Role16".

Example

Name Type
"someone@example.com" cdowfEmailAddress (0)
"Role1" ... "Role16" cdowfRole (1)

See Also

CdoWfMemberType Enum

ItemAuthors Property

ItemReaders Property

IMembers Interface

The WorkflowSession Object

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.