[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msgraph.pp line 1574
type Tevent = class(ToutlookItem) |
public |
procedure accept(); |
procedure decline(); |
procedure tentativelyAccept(); |
procedure snoozeReminder(); |
procedure dismissReminder(); |
class function ObjectRestKind; override; |
class function ExportPropertyName(); override; |
function calendar(); |
function instances(); |
function attachments(); |
published |
property originalStartTimeZone: string; [rw] |
property originalEndTimeZone: string; [rw] |
property responseStatus: TresponseStatus; [rw] |
property iCalUId: string; [rw] |
property reminderMinutesBeforeStart: TInt32; [rw] |
property isReminderOn: Boolean; [rw] |
property hasAttachments: Boolean; [rw] |
property subject: string; [rw] |
property bodyPreview: string; [rw] |
property importance: Timportance; [rw] |
property sensitivity: Tsensitivity; [rw] |
property start: TdateTimeTimeZone; [rw] |
property originalStart: TDateTime; [rw] |
property _end: TdateTimeTimeZone; [rw] |
property isAllDay: Boolean; [rw] |
property isCancelled: Boolean; [rw] |
property isOrganizer: Boolean; [rw] |
property recurrence: TpatternedRecurrence; [rw] |
property responseRequested: Boolean; [rw] |
property seriesMasterId: string; [rw] |
property showAs: TfreeBusyStatus; [rw] |
property _type: TeventType; [rw] |
property attendees: TattendeeArray; [rw] |
property organizer: Trecipient; [rw] |
property webLink: string; [rw] |
end; |
| |
| |
| |
| |
| |
TObject |