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