DefaultShapeNamesType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DefaultShapeNamesType enumeration identifies standard sets of properties to return in an item or folder response.
public enum class DefaultShapeNamesType
public enum DefaultShapeNamesType
Public Enum DefaultShapeNamesType
- Inheritance
-
DefaultShapeNamesType
Fields
Name | Value | Description |
---|---|---|
IdOnly | 0 | Returns only the item or folder ID. |
Default | 1 | Returns a set of properties that are defined as the default for the item or folder. See the table later in this topic for more information about the properties that are returned for folders. |
AllProperties | 2 | Returns all the properties that are defined for the AllProperties shape. This option does not return all available properties for an item or folder. |
Remarks
This enumeration is used by the BaseShape property of the ItemResponseShapeType object and the BaseShape property of the FolderResponseShapeType object.
The properties that are returned by the AllProperties, Default, and IdOnly shapes can be augmented by properties that are defined by the AdditionalProperties property on the ItemResponseShapeType and the FolderResponseShapeType objects.
The following table lists the properties that are returned for each folder when the Default properties are returned for a folder response. All subfolders of a given folder are returned in order by name.
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 | Folder Id, display name, past due count, total count, subfolder count |
Notes | FolderId, display name, total count, subfolder count |