Share via


ReducedRecipient.ManagedBy property

Gets the distinguished name of the users or contacts that manage the recipient.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property ManagedBy As MultiValuedProperty(Of ADObjectId)
    Get
'Usage
Dim instance As ReducedRecipient
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.ManagedBy
public MultiValuedProperty<ADObjectId> ManagedBy { get; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
The distinguished name of the users or contacts that manage the recipient.

See also

Reference

ReducedRecipient class

ReducedRecipient members

Microsoft.Exchange.Data.Directory.Management namespace