Platform SDK: Exchange 2000 Server

GetRoleMember Method

[This is preliminary documentation and subject to change.]

Returns the name of an individual that fits a role name of the current security context.

[Visual Basic,VBScript]
Function GetRoleMember(bsContext as String, _
                       bsRoleName as String) as String
[C++]
HRESULT GetRoleMember(BSTR bsContext,
                      BSTR bsRoleName,
                      BSTR* bsMember);
[IDL]
HRESULT GetRoleMember([in] BSTR bsContext,
                      [in] BSTR bsRoleName,
                      [out, retval] BSTR* bsMember);

Remarks

Example

See Also

IRoleProvider