Represents information about a recurring Calendar entries' instance.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkRecurrenceInstance
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The RecurrenceInstance type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AllDayEvent |
Will this be an all day event
|
![]() | BusyStatus |
The BusyStatus of this item
|
![]() | Categories |
The categories of this item
|
![]() | Contacts |
The list of contacts
|
![]() | Created |
The date and time the item was created
|
![]() | Duration |
The duration of the item
|
![]() | End |
The end time and date of the item
|
![]() | FormDescription |
The form description
|
![]() | FormDescription2 |
The secondary form description
|
![]() | GlobalId |
Gets or sets a string that uniquly identifies this calendar item to recipients of meeting requests for this item.
|
![]() | HasReminder |
Will there be a reminder with this item
|
![]() | Importance |
The importance level of this item.
|
![]() | LabelColor |
The Color to be used for the label
|
![]() | Location |
The location of the item
|
![]() | Modified |
The date and time the item was last modified
|
![]() | NextReminder |
The date and time of the next reminder
|
![]() | Notes |
The body of the item
|
![]() | OptionalAttendees |
The list of optional attendees
|
![]() | Organizer |
The organizer of the calender event
|
![]() | Owner |
Calendar folder provider for the appointment.
|
![]() | Private |
Is this item private
|
![]() | ReminderInterval |
The interval between the start of the appointment and the reminder
|
![]() | RequiredAttendees |
The list of required attendees
|
![]() | SequenceNumber |
Gets or sets the most recently used revision number (or sequence number) used when sending changes/updates to recipients of meeting requests for this item.
|
![]() | Start |
The Start time and date of the item
|
![]() | Subject |
Subject of the item
|
See Also