3.1.4.2.3.1 GetPersonaType

Namespace: http://schemas.microsoft.com/exchange/services/2006/messages

The GetPersonaType complex type specifies a request to retrieve a persona. The GetPersonaType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="GetPersonaType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:BaseRequestType">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="PersonaId" type="t:ItemIdType"/>
         <xs:element minOccurs="0" maxOccurs="1" name="EmailAddress" type="t:EmailAddressType"/>
         <xs:element minOccurs="0" maxOccurs="1" name="ParentFolderId" type="t:TargetFolderIdType"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

PersonaId: An element of type ItemIdType, as defined in [MS-OXWSCORE] section 2.2.4.25, that represents the identifier of a persona.

EmailAddress: An element of type EmailAddressType, as defined in [MS-OXWSCDATA] section 2.2.4.30 , that represents the email address of a persona.

ParentFolderId: An element of type TargetFolderIdType, as defined in [MS-OXWSFOLD] section 2.2.4.16, the represents the identifier of the parent folder<8>