DeleteFolderType.FolderIds Property

Definition

The FolderIds property gets or sets a set of folder identifiers for folders to delete from a mailbox. This property gets or sets a set of FolderIdType objects. This property is required. This is a read/write property.

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

Property Value

The FolderIds property returns a BaseFolderType array that contains all the folders to create.

Applies to