Table of Contents

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

IEnumerable<NotificationEvent>

Subscription

Gets the subscription for which notifications have been received.

public StreamingSubscription Subscription { get; }

Property Value

StreamingSubscription