[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msgraph.pp line 1383
type Tgroup = class(TdirectoryObject) |
public |
procedure subscribeByMail(); |
procedure unsubscribeByMail(); |
procedure addFavorite(); |
procedure removeFavorite(); |
procedure resetUnseenCount(); |
class function ObjectRestKind; override; |
function members(); |
function memberOf(); |
function createdOnBehalfOf(); |
function owners(); |
function threads(); |
function calendar(); |
function calendarView(); |
function events(); |
function conversations(); |
function photo(); |
function acceptedSenders(); |
function rejectedSenders(); |
function drive(); |
published |
property description: string; [rw] |
property displayName: string; [rw] |
property groupTypes: TStringArray; [rw] |
property mail: string; [rw] |
property mailEnabled: Boolean; [rw] |
property mailNickname: string; [rw] |
property onPremisesLastSyncDateTime: TDateTime; [rw] |
property onPremisesSecurityIdentifier: string; [rw] |
property onPremisesSyncEnabled: Boolean; [rw] |
property proxyAddresses: TStringArray; [rw] |
property securityEnabled: Boolean; [rw] |
property visibility: string; [rw] |
property allowExternalSenders: Boolean; [rw] |
property autoSubscribeNewMembers: Boolean; [rw] |
property isSubscribedByMail: Boolean; [rw] |
property unseenCount: TInt32; [rw] |
end; |
| |
| |
| |
| |
| |
TObject |