Share via


ADRecipient.GrantSendOnBehalfTo property

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

Syntax

'Declaration
Public Property GrantSendOnBehalfTo As MultiValuedProperty(Of ADObjectId)
    Get
    Set
'Usage
Dim instance As ADRecipient
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.GrantSendOnBehalfTo

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

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>

See also

Reference

ADRecipient class

ADRecipient members

Microsoft.Exchange.Data.Directory.Recipient namespace