Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The ArrayOfFoldersType complex type specifies an array of folders that are used in folder operations.
-
<xs:complexType name="ArrayOfFoldersType"> <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="Folder" type="t:FolderType" /> <xs:element name="CalendarFolder" type="t:CalendarFolderType" /> <xs:element name="ContactsFolder" type="t:ContactsFolderType" /> <xs:element name="SearchFolder" type="t:SearchFolderType" /> <xs:element name="TasksFolder" type="t:TasksFolderType" /> </xs:choice> </xs:complexType>
The following table lists the child elements of the ArrayOfFoldersType complex type.
|
Element name |
Type |
Description |
|---|---|---|
|
Folder |
t:FolderType (section 2.2.4.12) |
Represents a regular folder in the server database. |
|
CalendarFolder |
t:CalendarFolderType ([MS-OXWSMTGS] section 2.2.4.5) |
Represents a Calendar folder in a mailbox. |
|
ContactsFolder |
t:ContactsFolderType ([MS-OXWSCONT] section 3.1.4.1.1.6) |
Represents a Contacts folder in a mailbox. |
|
SearchFolder |
t:SearchFolderType ([MS-OXWSSRCH] section 2.2.3.26) |
Represents a search folder that is contained in a mailbox. |
|
TasksFolder |
t:TasksFolderType ([MS-OXWSTASK] section 2.2.4.5) |
Represents a Tasks folder that is contained in a mailbox. |