InboxRule.ExceptIfWithinSizeRangeMinimum Property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property ExceptIfWithinSizeRangeMinimum As Nullable(Of ByteQuantifiedSize)
Get
Set
'Usage
Dim instance As InboxRule
Dim value As Nullable(Of ByteQuantifiedSize)
value = instance.ExceptIfWithinSizeRangeMinimum
instance.ExceptIfWithinSizeRangeMinimum = value
[ParameterAttribute]
public Nullable<ByteQuantifiedSize> ExceptIfWithinSizeRangeMinimum { get; set; }