public class ServerNotificationEventArgs
extends EventArgs
Contains event data for server notification.
| Constructor and Description |
|---|
ServerNotificationEventArgs(int folder,
int eventTypes)
Initializes a new instance of the
ServerNotificationEventArgs class |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventTypes()
Specifies event type
|
int |
getFolder()
Specifies the known Exchange server folder.
|
public ServerNotificationEventArgs(int folder,
int eventTypes)
Initializes a new instance of the ServerNotificationEventArgs class
folder - Specifies the known Exchange server folders.eventTypes - Specifies event typeCopyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.