microsoftgraph / msgraph-sdk-php

Microsoft Graph Library for PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong import used in example

VincentSven opened this issue · comments

In the examples:

use Microsoft\Graph\Generated\Me\SendMail\SendMailPostRequestBody;

is used but doesn't work, however:

use Microsoft\Graph\Generated\Users\Item\SendMail\SendMailPostRequestBody;

Does work

Hi @VincentSven, thank you for reporting the issue. I have created #1496 to address the issue.
Thanks for your patience.