public class ServerNotificationEventArgs
extends com.aspose.ms.System.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.
|
int |
getFolderType()
Deprecated.
This property is obsolete and will be removed soon. Please, uses ServerNotificationEventArgs.Folder instead.
|
public ServerNotificationEventArgs(int folder, int eventTypes)
Initializes a new instance of the ServerNotificationEventArgs
class
folder
- Specifies the known Exchange server folders.eventTypes
- Specifies event typepublic final int getFolder()
Specifies the known Exchange server folder.
@Deprecated public final int getFolderType()
Specifies the known Exchange server folders.
public final int getEventTypes()
Specifies event type