DeleteFolderType.FolderIds Property
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 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.