Closed VincentSven closed 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
Hi @VincentSven, thank you for reporting the issue. I have created #1496 to address the issue. Thanks for your patience.
In the examples:
is used but doesn't work, however:
Does work