GetEventsResponseMessageType.Notification Property
The Notification property gets or sets information about the subscription and the events that have occurred since the last notification.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Notification As NotificationType
Get
Set
'Usage
Dim instance As GetEventsResponseMessageType
Dim value As NotificationType
value = instance.Notification
instance.Notification = value
public NotificationType Notification { get; set; }
Property Value
See Also