MailMessage.ToggleHeader Method

Word Developer Reference

Toggles the display of the header in the active e-mail message.

Syntax

expression.ToggleHeader

expression   Required. A variable that represents a MailMessage object.

Example

This example switches the display of the header in the active e-mail message on or off.

Visual Basic for Applications
  Application.MailMessage.ToggleHeader

See Also