Package | Description |
---|---|
microsoft.exchange.webservices.data.notification |
Modifier and Type | Class and Description |
---|---|
class |
FolderEvent
Represents an event that applies to a folder.
|
class |
ItemEvent
Represents an event that applies to an item.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<NotificationEvent> |
GetStreamingEventsResults.NotificationGroup.events
Events in the response associated with the subscription id.
|
Modifier and Type | Method and Description |
---|---|
Collection<NotificationEvent> |
GetEventsResults.getAllEvents()
Gets the collection of all events.
|
Iterable<NotificationEvent> |
NotificationEventArgs.getEvents()
Gets the events that were received.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NotificationEventArgs.setEvents(Iterable<NotificationEvent> value)
Sets the events that were received.
|
Constructor and Description |
---|
NotificationEventArgs(StreamingSubscription subscription,
Iterable<NotificationEvent> events)
Initializes a new instance of the NotificationEventArgs class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.