You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This article describes Microsoft Outlook events in Azure Event Grid.
4
4
ms.topic: conceptual
5
-
ms.date: 06/09/2022
5
+
ms.date: 05/22/2024
6
6
---
7
7
8
8
# Microsoft Outlook events
@@ -20,6 +20,10 @@ These events are triggered when an Outlook event or an Outlook contact is create
20
20
|**Microsoft.Graph.ContactCreated**| Triggered when a contact in Outlook is created. |
21
21
|**Microsoft.Graph.ContactUpdated**| Triggered when a contact in Outlook is updated. |
22
22
|**Microsoft.Graph.ContactDeleted**| Triggered when a contact in Outlook is deleted. |
23
+
|**Microsoft.Graph.MessageCreated**| Triggered when a message in Outlook is created. |
24
+
|**Microsoft.Graph.MessageUpdated**| Triggered when a message in Outlook is updated. |
25
+
|**Microsoft.Graph.MessageDeleted**| Triggered when a message in Outlook is deleted. |
26
+
23
27
24
28
## Example event
25
29
When an event is triggered, the Event Grid service sends data about that event to subscribing destinations. This section contains an example of what that data would look like for each Outlook event.
@@ -32,13 +36,13 @@ When an event is triggered, the Event Grid service sends data about that event t
# Receive Microsoft Graph API change events through Azure Event Grid
12
12
13
13
This article describes steps to subscribe to events published by Microsoft Graph API. The following table lists the event sources for which events are available through Graph API. For most resources, events announcing its creation, update, and deletion are supported. For detailed information about the resources for which events are raised for event sources, see [supported resources by Microsoft Graph API change notifications](/graph/webhooks#supported-resources)
|Microsoft Outlook|[Microsoft Outlook event types](outlook-events.md)|
20
-
|Microsoft 365 group conversations ||
21
-
|Microsoft Teams|[Microsoft Teams event types](teams-events.md)|
22
-
|Microsoft SharePoint and OneDrive||
23
-
|Microsoft SharePoint||
24
-
|Security alerts||
25
-
|Microsoft Conversations||
26
-
|Microsoft Universal Print||
16
+
|Microsoft event source |Resource(s) | Available event types |
17
+
|:--- | :--- | :----|
18
+
| Microsoft Entra ID |[User](/graph/api/resources/user), [Group](/graph/api/resources/group)|[Microsoft Entra event types](microsoft-entra-events.md)|
19
+
| Microsoft Outlook|[Event](/graph/api/resources/event) (calendar meeting), [Message](/graph/api/resources/message) (email), [Contact](/graph/api/resources/contact)|[Microsoft Outlook event types](outlook-events.md)|
20
+
| Microsoft Teams |[ChatMessage](/graph/api/resources/callrecords-callrecord), [CallRecord](/graph/api/resources/callrecords-callrecord) (meeting) |[Microsoft Teams event types](teams-events.md)|
| Microsoft Conversations |[Conversation](/graph/api/resources/conversation)|[Microsoft 365 Group Conversation events](conversation-events.md)|
27
+
28
+
You create a Microsoft Graph API subscription to enable Graph API events to flow into a partner topic. The partner topic is automatically created for you as part of the Graph API subscription creation. You use that partner topic to [create event subscriptions](event-filtering.md) to send your events to any of the supported [event handlers](event-handlers.md) that best meets your requirements to process the events.
27
29
28
30
> [!IMPORTANT]
29
31
>If you aren't familiar with the **Partner Events** feature, see [Partner Events overview](partner-events-overview.md).
0 commit comments