3 out of 4 rated this helpful - Rate this topic

Item.RetentionDate property

EWS Managed API

Gets the date until which an item must be preserved.

The RetentionDate property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration
Public ReadOnly Property RetentionDate As Nullable(Of DateTime)
	Get
'Usage
Dim instance As Item
Dim value As Nullable(Of DateTime)

value = instance.RetentionDate

Property value

Type: System.Nullable<DateTime>
The retention date.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.