DisplayMoveDialog Method

Microsoft Word Visual Basic

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. This method is available only if you are using Word as your e-mail editor.

expression.DisplayMoveDialog

expression    Required. An expression that returns a MailMessage object.

Example

This example displays the Move dialog box for the active e-mail message.

Application.MailMessage.DisplayMoveDialog