InboxRule.ExceptIfReceivedBeforeDate Property

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<ParameterAttribute> _
Public Property ExceptIfReceivedBeforeDate As Nullable(Of ExDateTime)
    Get
    Set
'Usage
Dim instance As InboxRule
Dim value As Nullable(Of ExDateTime)

value = instance.ExceptIfReceivedBeforeDate

instance.ExceptIfReceivedBeforeDate = value
[ParameterAttribute]
public Nullable<ExDateTime> ExceptIfReceivedBeforeDate { get; set; }

Property Value

Type: System.Nullable<ExDateTime>