FolderToList



  1. Folder List
  2. Folder Listener
  3. Folder List To Excel
  1. The default options are good but they are not that useful considering one is fax recipient and the other is mail recipient. If you hold down the shift key while right-clicking, you will see an extended send to menu with a whole bunch of other options.
  2. Learn how to organize your favorites in Microsoft Edge. Show off your organizational skills by creating, deleting, or renaming your favorites folders in the new Microsoft Edge.
-->

Moves a Microsoft Outlook item to a new folder.

FolderToList

‎FolderToList automatically creates lists from selected folders. You can catalog a folder in your hard disk, or even an entire DVD, or an USB-stick. You can choose to catalog only files, only folders or both. Moreover, you can choose to recursively list the files in the folders inside the parent one. To add an additional mailbox to your Folder List using Microsoft Outlook 2010, 2007, or 2003, first add sharing permissions to the mailbox and folders you wish to share. You can share mailboxes between different types of Exchange accounts, such as a personal mailbox and a departmental mail. One improvement is the ability to add multiple drives or folders to the list at once. Use the “Select folder” button or simply drop a folder onto the window. In addition to HTML and plain text files, you have the option to save as a CSV file, an XML file, a JSON file, or a markdown file. Multiple output formats can be selected at once.

Syntax

expression. Move( _DestFldr_ )

expression A variable that represents a MailItem object.

Parameters

NameRequired/OptionalData typeDescription
DestFldrRequiredFolderAn 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.

Folder List

Example

This Visual Basic for Applications (VBA) example uses GetDefaultFolder to return the Folder object that represents the default folder. It then uses the Find and FindNext methods to find all messages sent by Dan Wilson and uses the Move method to move all email messages sent by Dan Wilson from the default Inbox folder to the Personal Mail folder. To run this example without any errors, replace 'Dan Wilson' with a vaid sender name and make sure there's a folder under Inbox called 'Personal Mail'. Note that myItem is declared as type Object so that it can represent all types of Outlook items including meeting request and task request items.

Folder Listener

See also

Support and feedback

Folder List To Excel

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.