NotificationRecipientDevice Class
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.
A device type for a notification recipient.
public ref class NotificationRecipientDevice
[System.Serializable]
public class NotificationRecipientDevice
type NotificationRecipientDevice = class
Public Class NotificationRecipientDevice
- Inheritance
-
NotificationRecipientDevice
- Attributes
Remarks
After initializing a NotificationRecipientDevice, you can add it to a specific recipient's Devices list.
Constructors
| NotificationRecipientDevice(String, String) |
Creates a new device for a recipient. |
Properties
| Address |
The address of the device. |
| Name |
The name of the device. |
| Protocol |
The protocol of the device. |
| ScheduleEntries |
The schedule entries that apply to this device. |