Class ServerNotificationEventArgs

ServerNotificationEventArgs class

Contains event data for server notification.

public class ServerNotificationEventArgs : EventArgs

Constructors

NameDescription
ServerNotificationEventArgs(KnownFolders, EventTypes)Initializes a new instance of the ServerNotificationEventArgs class

Properties

NameDescription
EventTypes { get; }Specifies event type
Folder { get; }Specifies the known Exchange server folder.

See Also