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