2.2.4.27 t:DistinguishedFolderIdType Complex Type

The DistinguishedFolderIdType complex type specifies a distinguished folder identified by name. The DistinguishedFolderIdType complex type extends the BaseFolderIdType complex type ([MS-OXWSFOLD] section 2.2.4.4).

 <xs:complexType name="DistinguishedFolderIdType">
   <xs:complexContent>
     <xs:extension
       base="t:BaseFolderIdType"
     >
       <xs:sequence>
         <xs:element name="Mailbox"
           type="t:EmailAddressType"
           minOccurs="0"
          />
       </xs:sequence>
       <xs:attribute name="Id"
         type="t:DistinguishedFolderIdNameType"
         use="required"
        />
       <xs:attribute name="ChangeKey"
         type="xs:string"
         use="optional"
        />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

Mailbox

t:EmailAddressType (section 2.2.4.31)

Specifies the primary SMTP address of a principal for a delegate access scenario. This element MUST be present to initiate delegate access.

Attributes

Name

Type

Description

Id

t:DistinguishedFolderIdNameType (section 2.2.5.10 )

Specifies the identifier of a distinguished folder. This attribute MUST be present.

ChangeKey

xs:string ([XMLSCHEMA2])

Specifies the change key of a distinguished folder. The maximum length for this attribute is 512 bytes after base64 decoding.