[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msgraph.pp line 1475
type TconversationThread = class(Tentity) |
public |
procedure reply(); |
class function ObjectRestKind; override; |
function posts(); |
published |
property toRecipients: TrecipientArray; [rw] |
property topic: string; [rw] |
property hasAttachments: Boolean; [rw] |
property lastDeliveredDateTime: TDateTime; [rw] |
property uniqueSenders: TStringArray; [rw] |
property ccRecipients: TrecipientArray; [rw] |
property preview: string; [rw] |
property isLocked: Boolean; [rw] |
end; |
| |
| |
| |
| |
TObject |