Skip to content

MSGraphAdmin emails delta not working #107

Open
@james-humanpixel

Description

@james-humanpixel

The docs in the PR suggest you can do this

$emails = MsGraphAdmin::emails()->delta(?bool $delta = true)->get(...)

But you can't,

$result = MsGraphAdmin::emails()->delta(true)->userid($outlookUserId)->get();

Returns

Graph API Error, code: BadRequest, Message: Unsupported request: Change tracking is not supported against 'microsoft.graph.message'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions