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
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/analytics/logs/email-logs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,8 @@ Communication Services offers the following types of logs that you can enable:
95
95
## Email Status Update operational logs
96
96
97
97
*Email status update operational logs* provide in-depth insights into message-level and recipient-level delivery status updates on your sendmail API requests.
98
-
- Message-level status updates provide the status of the long running email send operation (similar to the status updates you receive through calling our GET APIs) through the `DeliveryStatus` property. These are marked by the absence of `RecipientId` property since these update are for the entire message and not applicable to a specific recipient in that message request. Possible values for `DeliveryStatus` are: `Dropped`, `OutForDelivery`, `Queued`.
99
-
- Recipient-level status updates provide the status of email delivery for each individual recipient to whom the email was sent in a single message through the `DeliveryStatus` property. These contain a `RecipientId` property with the recipient's email address. Possible valuse for `DeliveryStatus` are: `Delivered`, `Expanded`, `Failed`, `Quarantined`, `FilteredSpam`, `Suppressed`, `Bounced`
98
+
- Message-level status updates provide the status of the long running email send operation (similar to the status updates you receive through calling our GET APIs). These are marked by the absence of `RecipientId` property since these update are for the entire message and not applicable to a specific recipient in that message request. `DeliveryStatus` property contains the message-level delivery status. Possible values for `DeliveryStatus` for this type of event are: `Dropped`, `OutForDelivery`, `Queued`.
99
+
- Recipient-level status updates provide the status of email delivery for each individual recipient to whom the email was sent in a single message. These contain a `RecipientId` property with the recipient's email address. Recipient-level delivery status is provided in the `DeliveryStatus` property. Possible values for `DeliveryStatus`for this type of event are: `Delivered`, `Expanded`, `Failed`, `Quarantined`, `FilteredSpam`, `Suppressed`, `Bounced`.
100
100
By tracking these logs, you can ensure full visibility into your email delivery process, quickly identifying any issues that may arise and taking corrective action as necessary.
101
101
102
102
| Property | Description |
@@ -107,8 +107,8 @@ By tracking these logs, you can ensure full visibility into your email delivery
107
107
|`OperationVersion`| The `api-version` associated with the operation, if the `operationName` was performed using an API. If there's no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
108
108
|`Category`| The log category of the event. The category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
109
109
|`CorrelationID`| The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId, which is returned from a successful SendMail request. |
110
-
|`RecipientId`| The email address for the targeted recipient. It's only present for recipient-level events. If this is a message-level event, the property will be empty. |
111
-
|`DeliveryStatus`| The terminal status of the message. Possible valuse for message-level event are: `Dropped`, `OutForDelivery`, `Queued`. Possible valuse for a recipient-level event are: `Delivered`, `Expanded`, `Failed`, `Quarantined`, `FilteredSpam`, `Suppressed`, `Bounced`|
110
+
|`RecipientId`| The email address for the targeted recipient. It is only present for recipient-level events. If this is a message-level event, the property will be empty. |
111
+
|`DeliveryStatus`| The terminal status of the message. Possible valuse for message-level event are: `Dropped`, `OutForDelivery`, `Queued`. Possible valuse for a recipient-level event are: `Delivered`, `Expanded`, `Failed`, `Quarantined`, `FilteredSpam`, `Suppressed`, `Bounced`.|
112
112
| `SmtpStatusCode` | SMTP status code returned from the recipient email server in response to a send mail request.
113
113
| `EnhancedSmtpStatusCode` | Enhanced SMTP status code returned from the recipient email server.
114
114
| `SenderDomain` | The domain portion of the SenderAddress used in sending emails.
0 commit comments