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.