Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<ItemId> MoveItemAsync(
ItemId movedItemId,
FolderId targetFolderId
)
Public Function MoveItemAsync (
movedItemId As ItemId,
targetFolderId As FolderId
) As Task(Of ItemId)
Parameters
- movedItemId
- Type: ItemId
- targetFolderId
- Type: FolderId
Return Value
Type:
TaskItemIdA task that represents the asynchronous operation. The value of
TResult parameter points to the ID of the new item if succeeded; otherwise, a null reference (
Nothing in Visual Basic).
Exceptions Remarks See Also