3.1.4.2.4.4 t:MessageTrackingScopeType Simple Type

The MessageTrackingScopeType simple type specifies where to search for tracking reports.<28>

 <xs:simpleType name="MessageTrackingScopeType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Organization"
      />
     <xs:enumeration
       value="Forest"
      />
     <xs:enumeration
       value="Site"
      />
   </xs:restriction>
 </xs:simpleType>

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

Value name

Description

Organization

Specifies that a particular search will cover all forests in the organization.

Forest

Specifies that the search will cover all servers in the forest.

Site

Specifies that the search will cover the local site of the server that executes it.