[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msgraph.pp line 2463
type Tpost = class(ToutlookItem) |
public |
procedure forward(); |
procedure reply(); |
class function ObjectRestKind; override; |
function inReplyTo(); |
function attachments(); |
published |
property receivedDateTime: TDateTime; [rw] |
property hasAttachments: Boolean; [rw] |
property from: Trecipient; [rw] |
property sender: Trecipient; [rw] |
property conversationThreadId: string; [rw] |
property newParticipants: TrecipientArray; [rw] |
property conversationId: string; [rw] |
end; |
| |
| |
| |
| |
| |
TObject |