DistListItem.Move Method (Outlook)
Office 2013
Moves a Microsoft Outlook item to a new folder.
expression .Move(DestFldr)
expression A variable that represents a DistListItem object.
Parameters
Name | Required/Optional | Data Type | Description |
|---|---|---|---|
DestFldr | Required | 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.