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.
Indicates the frequency at which a particular reminder is sent.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration ReminderFrequencyType
'Usage
Dim instance As Notification.ReminderFrequencyType
public enum ReminderFrequencyType
Members
| Member name | Description | |
|---|---|---|
| Day | Value=1. Reminders are sent daily. | |
| Week | Value=2. Reminders are sent weekly. | |
| Month | Value=3. Reminders are sent monthly. |
Remarks
The FrequencyPeriod property is used with the FrequencyValue property to determine the exact interval at which a reminder is sent. For example, if you set the FrequencyValue property to 2, and set the FrequencyPeriod property to Day, then reminders are sent every two days.