DefaultShapeNamesType Enumeration

The DefaultShapeNamesType enumeration identifies standard sets of properties to return in an item or folder response.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration DefaultShapeNamesType
'Usage
Dim instance As DefaultShapeNamesType
[SerializableAttribute]
public enum DefaultShapeNamesType

Members

Member name 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. See the table later in this topic for more information about the properties that are returned for folders.
AllProperties 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

Folder

Default Columns

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

See Also

Reference

Other Resources