Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the OutlookNotification class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim notificationControl As Notification
Dim reminders As ObservableCollection(Of NotificationItem)
Dim instance As New OutlookNotification(notificationControl, reminders)
Syntax
'Declaration
Public Sub New ( _
    notificationControl As Notification, _
    reminders As ObservableCollection(Of NotificationItem) _
)
public OutlookNotification (
    Notification notificationControl,
    ObservableCollection<NotificationItem> reminders
)
public:
OutlookNotification (
    Notification^ notificationControl, 
    ObservableCollection<NotificationItem^>^ reminders
)
public OutlookNotification (
    Notification notificationControl, 
    ObservableCollection<NotificationItem> reminders
)
public function OutlookNotification (
    notificationControl : Notification, 
    reminders : ObservableCollection<NotificationItem>
)
Parameters
- notificationControl
 
- reminders
 
Remarks
Platforms
See Also
Reference
OutlookNotification Class
OutlookNotification Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.