DisplayMoveDialog Method

Applies To

MailMessage object.

Description

Displays the Move dialog box, in which the user can specify a new location for the active WordMail message in an available message store. This method is available only if WordMail is installed.

Syntax

expression.DisplayMoveDialog

expression Required. An expression that returns a MailMessage object.

See Also

DisplayProperties method, Post method.

Example

This example displays the Move dialog box for the active WordMail message.

Application.MailMessage.DisplayMoveDialog