MailMessage.DisplayMoveDialog Method
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 Microsoft Word as your e-mail editor.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub DisplayMoveDialog
'Usage
Dim instance As MailMessage
instance.DisplayMoveDialog()
void DisplayMoveDialog()