ConversationType.LastDeliveryTime Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property LastDeliveryTime As DateTime
Get
Set
'Usage
Dim instance As ConversationType
Dim value As DateTime
value = instance.LastDeliveryTime
instance.LastDeliveryTime = value
public DateTime LastDeliveryTime { get; set; }
Property Value
Type: System.DateTime