Skip to content

Conversation

@dcblogdev
Copy link
Owner

New methods added:

Mark email as read

MsGraph::emails()->markAsRead(string $id);

Mark email as Unread

MsGraph::emails()->markAsUnread(string $id);

Get email attachment by its id

MsGraph::emails()->findAttachment(string $id, string $attachmentId);

Methods updated

Find email can now mark email as read when set to true

MsGraph::emails()->find(string $id, bool $markAsRead = false);

@dcblogdev dcblogdev merged commit f412178 into master Feb 28, 2025
4 checks passed
@dcblogdev dcblogdev deleted the email-methods branch February 28, 2025 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants