microsoftgraph / msgraph-sdk-php

Microsoft Graph Library for PHP.
Other
578 stars 144 forks source link

Wrong import used in example #1493

Closed VincentSven closed 7 months ago

VincentSven commented 7 months ago

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

SilasKenneth commented 7 months ago

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