Class NotificationEventArgs
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Provides data to a StreamingSubscriptionConnection's OnNotificationEvent event.
public class NotificationEventArgs : EventArgs
- Inheritance
-
NotificationEventArgs
- Inherited Members
Properties
Events
Gets the events that were received.
public IEnumerable<NotificationEvent> Events { get; }
Property Value
Subscription
Gets the subscription for which notifications have been received.
public StreamingSubscription Subscription { get; }