Uses of Class
microsoft.exchange.webservices.data.notification.NotificationEvent

Packages that use NotificationEvent
microsoft.exchange.webservices.data.notification   
 

Uses of NotificationEvent in microsoft.exchange.webservices.data.notification
 

Subclasses of NotificationEvent in microsoft.exchange.webservices.data.notification
 class FolderEvent
          Represents an event that applies to a folder.
 class ItemEvent
          Represents an event that applies to an item.
 

Fields in microsoft.exchange.webservices.data.notification with type parameters of type NotificationEvent
protected  Collection<NotificationEvent> GetStreamingEventsResults.NotificationGroup.events
          Events in the response associated with the subscription id.
 

Methods in microsoft.exchange.webservices.data.notification that return types with arguments of type NotificationEvent
 Collection<NotificationEvent> GetEventsResults.getAllEvents()
          Gets the collection of all events.
 Iterable<NotificationEvent> NotificationEventArgs.getEvents()
          Gets the events that were received.
 

Method parameters in microsoft.exchange.webservices.data.notification with type arguments of type NotificationEvent
protected  void NotificationEventArgs.setEvents(Iterable<NotificationEvent> value)
          Sets the events that were received.
 

Constructor parameters in microsoft.exchange.webservices.data.notification with type arguments of type NotificationEvent
NotificationEventArgs(StreamingSubscription subscription, Iterable<NotificationEvent> events)
          Initializes a new instance of the NotificationEventArgs class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.