Share via


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>

See also

Reference

Rule class

Rule members

Microsoft.Exchange.MessagingPolicies.Rules.Tasks namespace