InboxRule.ReceivedAfterDate Property

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

Syntax

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

value = instance.ReceivedAfterDate

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

Property Value

Type: System.Nullable<ExDateTime>