DORSETRIGS
Home

microsoft-graph-mail (6 post)


posts by category not found!

Sending multiple emails iterating through a list using microsoft.graph c#

Sending Multiple Emails Iterating Through a List Using Microsoft Graph in C Sending multiple emails programmatically can save time and increase productivity esp

2 min read 23-09-2024 40
Sending multiple emails iterating through a list using microsoft.graph c#
Sending multiple emails iterating through a list using microsoft.graph c#

Pulling "On-premises last sync date time" Azure user property using PowerShell

Pulling On Premises Last Sync Date Time Azure User Property Using Power Shell In this article we will explore how to extract the On Premises Last Sync Date Time

2 min read 17-09-2024 37
Pulling "On-premises last sync date time" Azure user property using PowerShell
Pulling "On-premises last sync date time" Azure user property using PowerShell

Microsoft Graph API daemon - Error: ResourceNotFound Message: Resource could not be discovered

Troubleshooting Resource Not Found Errors in Microsoft Graph API Daemon Applications When working with Microsoft Graph API daemon applications encountering the

3 min read 05-09-2024 45
Microsoft Graph API daemon - Error: ResourceNotFound Message: Resource could not be discovered
Microsoft Graph API daemon - Error: ResourceNotFound Message: Resource could not be discovered

Microsoft.Graph: How to set ContentId of large embedded inline attachment/image

Sending Large Inline Images with Microsoft Graph Mastering Content Id Sending emails with inline images is a common task especially when you want to make your e

2 min read 05-09-2024 50
Microsoft.Graph: How to set ContentId of large embedded inline attachment/image
Microsoft.Graph: How to set ContentId of large embedded inline attachment/image

How to add large (>3MB) inline attachment using Microsoft Graph API?

Adding Large Inline Attachments with Microsoft Graph API A Comprehensive Guide Embedding large files especially images directly within emails is a common requir

3 min read 04-09-2024 29
How to add large (>3MB) inline attachment using Microsoft Graph API?
How to add large (>3MB) inline attachment using Microsoft Graph API?

MS Graph API how to reply to an email thread and maintain the message body from the previous emails like outlook

Replying to Emails with MS Graph API Preserving the Thread History When you re using the Microsoft Graph API to send email replies maintaining the original thre

2 min read 03-09-2024 38
MS Graph API how to reply to an email thread and maintain the message body from the previous emails like outlook
MS Graph API how to reply to an email thread and maintain the message body from the previous emails like outlook