Edit

Share via


FindFolderType.FolderShape Property

Definition

The FolderShape property gets or sets the shape of the query set. This property is required. This is a read/write property.

public:
 property ExchangeWebServices::FolderResponseShapeType ^ FolderShape { ExchangeWebServices::FolderResponseShapeType ^ get(); void set(ExchangeWebServices::FolderResponseShapeType ^ value); };
public ExchangeWebServices.FolderResponseShapeType FolderShape { get; set; }
Public Property FolderShape As FolderResponseShapeType

Property Value

The FolderShape property returns a FolderResponseShapeType object that contains the description of the properties that are requested to be returned in the result set.

Remarks

The FolderShape property describes which properties are returned by the FindFolder response.

Applies to