MailMessage.DisplayProperties Method (Word)
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.
Application.MailMessage.DisplayProperties