2.2.5.1 t:MemberStatusType Simple Type

The MemberStatusType simple type provides information as to the status of a distribution list member on the server. The MemberStatusType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).

 <xs:simpleType name="MemberStatusType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Unrecognized"
      />
     <xs:enumeration
       value="Normal"
      />
     <xs:enumeration
       value="Demoted"
      />
   </xs:restriction>
 </xs:simpleType>
  

Enumeration

The following values are defined by the MemberStatusType simple type.

Value

Description

Unrecognized

Member information is invalid or unrecognized.

Normal

Member information in a distribution list is in sync with the referenced object.

Demoted

Referenced object is not available.