IGraphClient.GetContactFolder

IGraphClient.GetContactFolder method

Gets main contact folder. This method requires that at least one contact exists in the main contacts folder, otherwise it will return null. https://learn.microsoft.com/en-us/answers/questions/854621/how-to-get-folder-id-of-default-contacts-folder-wh

public FolderInfo GetContactFolder()

Return Value

Returns main contact folder.

See Also