NotificationRecipientScheduleEntry Class

Definition

Represents a notification recipients single schedule entry

public ref class NotificationRecipientScheduleEntry
[System.Serializable]
public class NotificationRecipientScheduleEntry
type NotificationRecipientScheduleEntry = class
Public Class NotificationRecipientScheduleEntry
Inheritance
NotificationRecipientScheduleEntry
Attributes

Remarks

A schedule entry represents a weekly schedule that defines the days and times during which a recipient or device is available (or unavailable) to receive notifications. After creating a schedule entry, you can assign it to a specific notification recipient or device by adding the entry to the recipient's ScheduleEntries list or to the device's ScheduleEntries list.

Any period of time not explicitly included in a schedule is considered time during which a recipient or device is unavailable.

To define whether the schedule represents available or unavailable time, set the value of the ScheduleEntryType property.

Constructors

NotificationRecipientScheduleEntry()

Creates an empty schedule entry.

Properties

DailyEndTime

The ending time.

DailyStartTime

The starting time.

ScheduledDays

The days for this schedule entry.

ScheduledEndDate

The ending datetime for this schedule.

ScheduledStartDate

The starting datetime for this schedule.

ScheduleEntryType

The type of entry.

TimeZone

The time zone for this schedule.

Applies to