Skip to content

Commit 459e15c

Browse files
authored
Update email-logs.md
1 parent 7c08d01 commit 459e15c

File tree

1 file changed

+4
-4
lines changed
  • articles/communication-services/concepts/analytics/logs

1 file changed

+4
-4
lines changed

articles/communication-services/concepts/analytics/logs/email-logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Communication Services offers the following types of logs that you can enable:
9595
## Email Status Update operational logs
9696

9797
*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`.
100100
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.
101101

102102
| Property | Description |
@@ -107,8 +107,8 @@ By tracking these logs, you can ensure full visibility into your email delivery
107107
| `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. |
108108
| `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. |
109109
| `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`. |
112112
| `SmtpStatusCode` | SMTP status code returned from the recipient email server in response to a send mail request.
113113
| `EnhancedSmtpStatusCode` | Enhanced SMTP status code returned from the recipient email server.
114114
| `SenderDomain` | The domain portion of the SenderAddress used in sending emails.

0 commit comments

Comments
 (0)