InboxRule.ExceptIfFrom Property

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

Syntax

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

value = instance.ExceptIfFrom

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

Property Value

Type: []