Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 330 Bytes

File metadata and controls

13 lines (9 loc) · 330 Bytes
description Automatically generated file. DO NOT MODIFY
GraphServiceClient graphClient = GraphServiceClient.builder().authenticationProvider( authProvider ).buildClient();

UserPurpose userPurpose = graphClient.customRequest("/me/mailboxSettings/userPurpose", UserPurpose.class)
	.buildRequest()
	.get();