Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var newGroup = await graphClient.Groups.Request().AddAsync(new Group
  2. {
  3. GroupTypes = new List<string> { "Unified" },
  4. DisplayName = name,
  5. Description = description,
  6. MailEnabled = true,
  7. SecurityEnabled = false,
  8. Visibility = "Private",
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement