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