Rule.ExceptIfMessageSizeOver property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ExceptIfMessageSizeOver As Nullable(Of ByteQuantifiedSize)
Get
Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of ByteQuantifiedSize)
value = instance.ExceptIfMessageSizeOver
instance.ExceptIfMessageSizeOver = value
public Nullable<ByteQuantifiedSize> ExceptIfMessageSizeOver { get; set; }
Property value
Type: System.Nullable<ByteQuantifiedSize>