FindFolderParentType.Folders Property

Definition

The Folders property gets the folders that are found by using the FindFolder operation.

public:
 property cli::array <ExchangeWebServices::BaseFolderType ^> ^ Folders { cli::array <ExchangeWebServices::BaseFolderType ^> ^ get(); void set(cli::array <ExchangeWebServices::BaseFolderType ^> ^ value); };
public ExchangeWebServices.BaseFolderType[] Folders { get; set; }
Public Property Folders As BaseFolderType()

Property Value

The Folders property returns an array of BaseFolderType objects.

Examples

RootFolder (FindFolderResponseMessage)

FindFolderType

FindFolder operation

Folders[Ex15WebSvcsOtherRef]

Finding Folders

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.

Applies to