BaseMoveCopyFolderType.FolderIds Property

Definition

The FolderIds property gets or sets an array of folders to move or copy to the folder that is identified by the ToFolderId 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 an array of BaseFolderIdType objects that represent either a FolderIdType or DistinguishedFolderIdType object.

Applies to