OutlookNotification Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the OutlookNotification class.
public:
OutlookNotification(Microsoft::Crm::UnifiedServiceDesk::Dynamics::Notification ^ notificationControl, System::Collections::ObjectModel::ObservableCollection<Microsoft::Crm::UnifiedServiceDesk::Dynamics::Notification::NotificationItem ^> ^ reminders);
public OutlookNotification (Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification notificationControl, System.Collections.ObjectModel.ObservableCollection<Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification.NotificationItem> reminders);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.OutlookNotification : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification * System.Collections.ObjectModel.ObservableCollection<Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification.NotificationItem> -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.OutlookNotification
Public Sub New (notificationControl As Notification, reminders As ObservableCollection(Of Notification.NotificationItem))
Parameters
- notificationControl
- Notification