TaskItem.Move method (Outlook)
Moves a Microsoft Outlook item to a new folder.
Syntax
expression. Move
( _DestFldr_
)
expression A variable that represents a TaskItem object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
DestFldr | Required | Folder | An expression that returns a Folder object. The destination folder. |
Return value
An Object value that represents the item which has been moved to the designated folder.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.