Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ContactsFolderType complex type represents a Contacts folder in a mailbox.
-
<xs:complexType name="ContactsFolderType"> <xs:complexContent> <xs:extension base="t:BaseFolderType" > <xs:sequence> <xs:element name="SharingEffectiveRights" type="t:PermissionReadAccessType" minOccurs="0" /> <xs:element name="PermissionSet" type="t:PermissionSetType" minOccurs="0" /> <xs:element name="SourceId" type="xs:string" minOccurs="0" /> <xs:element name="AccountName" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Child Elements
Element name |
Type |
Description |
---|---|---|
SharingEffectiveRights |
t:PermissionReadAccessType ([MS-OXWSFOLD] section 2.2.5.4) |
Specifies whether a user has permission to read items in a folder. This element is read-only for the client.<49> |
PermissionSet |
t:PermissionSetType ([MS-OXWSFOLD] section 2.2.4.14) |
Contains all the permissions that are configured for a folder. |
SourceId |
xs:string [XMLSCHEMA2] |
Specifies the source ID.<50> |
AccountName |
xs:string |
Specifies the account name.<51> |