Rule.AttachmentSizeOver Property

Namespace:  Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property AttachmentSizeOver As Nullable(Of ByteQuantifiedSize)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of ByteQuantifiedSize)

value = instance.AttachmentSizeOver

instance.AttachmentSizeOver = value
public Nullable<ByteQuantifiedSize> AttachmentSizeOver { get; set; }

Property Value

Type: System.Nullable<ByteQuantifiedSize>