Uses of Class
microsoft.exchange.webservices.data.notification.NotificationEvent
-
Packages that use NotificationEvent Package Description microsoft.exchange.webservices.data.notification -
-
Uses of NotificationEvent in microsoft.exchange.webservices.data.notification
Subclasses of NotificationEvent in microsoft.exchange.webservices.data.notification Modifier and Type Class Description classFolderEventRepresents an event that applies to a folder.classItemEventRepresents an event that applies to an item.Fields in microsoft.exchange.webservices.data.notification with type parameters of type NotificationEvent Modifier and Type Field Description protected Collection<NotificationEvent>GetStreamingEventsResults.NotificationGroup. eventsEvents in the response associated with the subscription id.Methods in microsoft.exchange.webservices.data.notification that return types with arguments of type NotificationEvent Modifier and Type Method Description 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 Modifier and Type Method Description protected voidNotificationEventArgs. setEvents(Iterable<NotificationEvent> value)Sets the events that were received.Constructor parameters in microsoft.exchange.webservices.data.notification with type arguments of type NotificationEvent Constructor Description NotificationEventArgs(StreamingSubscription subscription, Iterable<NotificationEvent> events)Initializes a new instance of the NotificationEventArgs class.
-