Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves one or more items to a single destination folder.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function MoveItem ( _
MoveItem1 As MoveItemType _
) As MoveItemResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim MoveItem1 As MoveItemType
Dim returnValue As MoveItemResponseType
returnValue = instance.MoveItem(MoveItem1)
public MoveItemResponseType MoveItem(
MoveItemType MoveItem1
)
Parameters
- MoveItem1
Type: MoveItemType
Item to move.
Return Value
Type: MoveItemResponseType