InboxRule.ExceptIfReceivedAfterDate Property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property ExceptIfReceivedAfterDate As Nullable(Of ExDateTime)
Get
Set
'Usage
Dim instance As InboxRule
Dim value As Nullable(Of ExDateTime)
value = instance.ExceptIfReceivedAfterDate
instance.ExceptIfReceivedAfterDate = value
[ParameterAttribute]
public Nullable<ExDateTime> ExceptIfReceivedAfterDate { get; set; }
Property Value
Type: System.Nullable<ExDateTime>