ExchangeServiceBinding.MoveItemAsync Method (MoveItemType, Object)
Asynchronously 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 Sub MoveItemAsync ( _
MoveItem1 As MoveItemType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim MoveItem1 As MoveItemType
Dim userState As Object
instance.MoveItemAsync(MoveItem1, userState)
public void MoveItemAsync(
MoveItemType MoveItem1,
Object userState
)
Parameters
- MoveItem1
Type: Microsoft.SharePoint.Portal.WebControls.MoveItemType
Item to be move.
- userState
Type: System.Object