MailEnabledRecipient.LastExchangeChangedTime Property
Gets the date and time when a property of the recipient was changed.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property LastExchangeChangedTime As Nullable(Of DateTime)
Get
'Usage
Dim instance As MailEnabledRecipient
Dim value As Nullable(Of DateTime)
value = instance.LastExchangeChangedTime
public Nullable<DateTime> LastExchangeChangedTime { get; }
Property Value
Type: System.Nullable<DateTime>
The last date and time when a property of the recipient was changed.