InboxRule.From Property

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property From As ADRecipientOrAddress()
    Get
    Set
'Usage
Dim instance As InboxRule
Dim value As ADRecipientOrAddress()

value = instance.From

instance.From = value
public ADRecipientOrAddress[] From { get; set; }

Property Value

Type: []