Represents a device (such as email, a pager, or a mobile phone) to which notifications can be sent.
The following tables list the members exposed by the NotificationRecipientDevice type.
Public
Constructors
| Name | Description | |
|---|---|---|
| NotificationRecipientDevice | Initializes the NotificationRecipientDevice class with the name of the protocol used to send notifications to this device, and the address of the device. |
Public
Properties
| Name | Description | |
|---|---|---|
|
Address | Gets or sets the address to which notifications are sent for this device. |
|
Name | Gets or sets the user-defined name for this device. |
|
Protocol | Gets or sets the name of the protocol used to send notifications to this device. |
|
ScheduleEntries | Gets a schedule that determines when the device is available to receive notifications. |
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Equals | Overloaded. (inherited from Object) |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
![]()
|
ReferenceEquals | (inherited from Object) |
|
ToString | (inherited from Object) |
Protected
Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |
See Also
Send comments about this topic to Microsoft.

