MailMessage.DisplayProperties Method

Word Developer Reference

Displays the Properties dialog box for the active e-mail message.

Syntax

expression.DisplayProperties

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 Properties dialog box for the active e-mail message.

Visual Basic for Applications
  Application.MailMessage.DisplayProperties

See Also