3.1.4.4.3.20 tns:AlternateMailboxCollectionSetting Complex Type

The AlternateMailboxCollectionSetting complex type represents a collection of AlternateMailboxes elements, as specified in section 3.1.4.4.2.21. The AlternateMailboxCollectionSetting complex type extends the UserSetting complex type, as specified in section 3.1.4.4.3.12.

 <xs:complexType name="AlternateMailboxCollectionSetting"
   mixed="false"
 > 
   <xs:complexContent
     mixed="false"
   >
     <xs:extension
       base="tns:UserSetting"
     >
       <xs:sequence>
         <xs:element name="AlternateMailboxes"
           type="tns:AlternateMailboxes"
           nillable="true"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child elements of the AlternateMailboxCollectionSetting complex type.

Element name

Type

Description

AlternateMailboxes

tns:AlternateMailboxes (section 3.1.4.4.3.21)

Represents a collection of alternate mailboxes.