A text value is required. The following table lists the possible text values.
Text values for the BaseShape element
|
Value
|
Description
|
|---|
|
IdOnly
|
Returns only the item or folder ID.
|
|
Default
|
Returns a set of properties that are defined as the default for the item or folder.
|
|
AllProperties
|
Returns all the properties used by the Exchange Business Logic layer to construct a folder.
|
The following table lists the default properties that are returned for a FindFolder request. All subfolders of a given folder are returned in order by name.
Default properties
|
Folder
|
Default Properties
|
|---|
|
Inbox
|
FolderId, display name, unread count, total count, subfolder count
|
|
Contacts
|
FolderId, display name, total count, subfolder count
|
|
Calendar
|
FolderId, display name, subfolder count
|
|
Drafts
|
FolderId, display name, unread count, total count, subfolder count
|
|
Deleted items
|
FolderId, display name, unread count, total count, subfolder count
|
|
Other folders
|
FolderId, display name, unread count, total count, subfolder count
|
|
Outbox
|
FolderId, display name, unread count, total count, subfolder count
|
|
Tasks
|
FolderId, display name, past due count, total count, subfolder count
|
|
Notes
|
FolderId, display name, total count, subfolder count
|