IEWSClientTasksFolderServerNotifications Event |
Occurs when arises specified event type for Tasks folder.
Namespace:
Aspose.Email.Clients.Exchange.WebService
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxevent EventHandler<ServerNotificationEventArgs> TasksFolderServerNotifications
Event TasksFolderServerNotifications As EventHandler(Of ServerNotificationEventArgs)
event EventHandler<ServerNotificationEventArgs^>^ TasksFolderServerNotifications {
void add (EventHandler<ServerNotificationEventArgs^>^ value);
void remove (EventHandler<ServerNotificationEventArgs^>^ value);
}abstract TasksFolderServerNotifications : IEvent<EventHandler<ServerNotificationEventArgs>,
ServerNotificationEventArgs>
Value
Type:
SystemEventHandlerServerNotificationEventArgs
See Also