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