Class Group
Defines a Microsoft Graph Group
Inheritance
System.Object
Group
Namespace: PnP.Framework.Graph.Model
Assembly: PnP.Framework.dll
Syntax
public class Group : object
Properties
HideFromAddressLists
True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false.
Declaration
public bool? HideFromAddressLists { get; set; }
Property Value
System.
|
HideFromOutlookClients
True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false.
Declaration
public bool? HideFromOutlookClients { get; set; }
Property Value
System.
|