3.1.4.2.4.3 t:MessageTrackingEventDescriptionType Simple Type

The MessageTrackingEventDescriptionType element specifies the status of the message for an event in the tracking report.<27>

 <xs:simpleType name="MessageTrackingEventDescriptionType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Submitted"
      />
     <xs:enumeration
       value="Resolved"
      />
     <xs:enumeration
       value="Expanded"
      />
     <xs:enumeration
       value="Delivered"
      />
     <xs:enumeration
       value="MovedToFolderByInboxRule"
      />
     <xs:enumeration
       value="RulesCc"
      />
     <xs:enumeration
       value="FailedGeneral"
      />
     <xs:enumeration
       value="FailedModeration"
      />
     <xs:enumeration
       value="FailedTransportRules"
      />
     <xs:enumeration
       value="SmtpSend"
      />
     <xs:enumeration
       value="SmtpSendCrossSite"
      />
     <xs:enumeration
       value="SmtpSendCrossForest"
      />
     <xs:enumeration
       value="SmtpReceive"
      />
     <xs:enumeration
       value="Forwarded"
      />
     <xs:enumeration
       value="Pending"
      />
     <xs:enumeration
       value="PendingModeration"
      />
     <xs:enumeration
       value="ApprovedModeration"
      />
     <xs:enumeration
       value="QueueRetry"
      />
     <xs:enumeration
       value="QueueRetryNoRetryTime"
      />
     <xs:enumeration
       value="MessageDefer"
      />
     <xs:enumeration
       value="TransferredToForeignOrg"
      />
     <xs:enumeration
       value="TransferredToPartnerOrg"
      />
     <xs:enumeration
       value="TransferredToLegacyExchangeServer"
      />
     <xs:enumeration
       value="DelayedAfterTransferToPartnerOrg"
      />
     <xs:enumeration
       value="Read"
      />
     <xs:enumeration
       value="NotRead"
      />
   </xs:restriction>
 </xs:simpleType>

The following table lists and describes the enumeration values that are defined by the MessageTrackingEventDescriptionType simple type.

Value name

Description

Submitted

Specifies that a particular message was submitted by the client.

Resolved

Specifies that the recipients for the message were successfully resolved.

Expanded

Specifies that a distribution list was expanded to deliver the message to the members of the list.

Delivered

Specifies that the message was delivered to each recipient's mailbox.

MovedToFolderByInboxRule

Specifies that the message was delivered to a different folder because of an Inbox rule.

RulesCc

Specifies that another recipient was copied on the message because of a transport rule.

FailedGeneral

Specifies that the message failed during delivery.

FailedModeration

Specifies that the delivery of the message failed because it was rejected by the moderator.

FailedTransportRules

Specifies that the delivery of the message failed because of a transport rule.

SmtpSend

Specifies that the message was sent over SMTP to the Internet and cannot be tracked further.

SmtpSendCrossSite

Specifies that the message was sent to a hub in a different site.

SmtpSendCrossForest

Specifies that the message was sent to a hub in a different trusted forest.

SmtpReceive

Specifies that the hub received a message over SMTP from a server on the Internet, or from a server that does not support tracking.

Forwarded

Specifies that the message was forwarded to another recipient.

Pending

Specifies that the message has not been delivered yet.

PendingModeration

Specifies that the message was sent to a moderator and is waiting for an approval message.

ApprovedModeration

Specifies that the message was approved by the moderator.

QueueRetry

Specifies that the message is in a transport queue and that the EventData XML element contains a string that represents the next time that the message will be retried.

QueueRetryNoRetryTime

Specifies that the message is in a transport queue and that the retry time could not be retrieved.

MessageDefer

Specifies that the delivery of the message has been deferred for an unknown reason.

TransferredToForeignOrg

Specifies that the message was transferred to another organization or to a server in the organization that does not support tracking.

TransferredToPartnerOrg

Specifies that the message was transferred to a cross-premise organization.

TransferredToLegacyExchangeServer

Specifies that the message was transferred to an earlier version of the server, or to another server with a different schema.

DelayedAfterTransferToPartnerOrg

Specifies that the delivery of the message has been delayed during the transfer to a trusted organization.

Read

Specifies that the message is marked as read.

NotRead

Specifies that the message is marked as not read.