GetEventsResponseMessageType.Notification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Notification property gets or sets information about the subscription and the events that have occurred since the last notification.
public:
property ExchangeWebServices::NotificationType ^ Notification { ExchangeWebServices::NotificationType ^ get(); void set(ExchangeWebServices::NotificationType ^ value); };
public ExchangeWebServices.NotificationType Notification { get; set; }
Public Property Notification As NotificationType