InboxRule.SentTo Property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property SentTo As ADRecipientOrAddress()
Get
Set
'Usage
Dim instance As InboxRule
Dim value As ADRecipientOrAddress()
value = instance.SentTo
instance.SentTo = value
public ADRecipientOrAddress[] SentTo { get; set; }
Property Value
Type: []