MailEnabledRecipient.GrantSendOnBehalfTo property

Gets or sets the recipients who can send on behalf of the recipient.

Namespace:  Microsoft.Exchange.Data.Directory.Management
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 MailEnabledRecipient
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>
The mailbox user who can send on behalf of the recipient.

Remarks

The values of this property can be the distinguished name, GUID, name, display name, canonical name, legacy Exchange distinguished name, alias, or primary SMTP email address of a recipient.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace