BaseMoveCopyFolderType.FolderIds Property
The FolderIds property gets or sets an array of folders to move or copy to the folder that is identified by the ToFolderId property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderIds As BaseFolderIdType()
Get
Set
'Usage
Dim instance As BaseMoveCopyFolderType
Dim value As BaseFolderIdType()
value = instance.FolderIds
instance.FolderIds = value
public BaseFolderIdType[] FolderIds { get; set; }
Property Value
Type: []
The FolderIds property returns an array of BaseFolderIdType objects that represent either a FolderIdType or DistinguishedFolderIdType object.
See Also