DataPlace
Appointment Class
CSCS.DataPlace.Edit.OutlookAppointment
Represents an Outlook appointment.
Declaration Syntax
C#
public class Appointment : IDisposable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
Appointment(Guid)
Creates a new instance.

Body
Gets or sets the body.

Display()()()
Shows the appointment in an Outlook dialog.

Dispose()()()
Disposes of the object.

Dispose(Boolean)
Disposes of the object.

EndTime
Gets or sets the end time.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Exists
Gets whether this instance has a corresponding item in Outlook.

Finalize()()()
Finalizes the object.
(Overrides Object.Finalize()()().)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRdoItem()()()
Retrieves the Outlook item that corresponds to this instance. If it doesn't yet exist, a new item is added to the calendar folder (but not saved).

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
ItemId
Gets this appointment's unique identifier.

ItemIdPropertyName
Name of the RDO user property that holds the unique identifier for an appointment item.

Location
Gets or sets the location.

MAPI_E_USER_CANCEL
Indicates the user canceled. (This is also returned if the user clicks 'Save and Close' and Outlook detects no changes.)

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RdoItem
Gets the corresponding Outlook item.

ReminderMinutes
Gets or sets the reminder minutes, or null to use the default.

ReminderSet
Gets or sets whether a reminder is set, or null to use the default.

Save()()()
Saves or updates the appointment to Outlook.

StartTime
Gets or sets the start time.

Subject
Gets or sets the subject.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateRdoItem()()()
Updates the properties of the RdoItem to match the state of this instance.

Inheritance Hierarchy
Object
Appointment

Assembly: CS.DataPlace.Edit (Module: CS.DataPlace.Edit) Version: 2.0.3271.19832