MailMessage.DisplayMoveDialog Method
Word Developer Reference |
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.
Visual Basic for Applications |
---|
|
See Also