MailMessage.DisplayMoveDialog Method (Word)
Displays the Move dialog box, in which the user can specify a new location for the active e-mail message in an available message store.
Syntax
expression .DisplayMoveDialog
expression Required. A variable that represents a MailMessage object.
Remarks
This method is available only if you are using Word as your e-mail editor.
Example
This example displays the Move dialog box for the active e-mail message.
Application.MailMessage.DisplayMoveDialog