PutFocusInMailHeader Method

Microsoft Word Visual Basic

PutFocusInMailHeader Method

Places the insertion point in the To line of the mail header if the document in the active window is an e-mail document.

expression.PutFocusInMailHeader

expression    Required. An expression that returns an Application object.

Remarks

For best results, use the PutFocusInMailHeader method with the EnvelopeVisible property. When the EnvelopeVisible property is set to True, the PutFocusInMailHeader method will place the insertion point in the mail header.

Example

The following example displays the mail header for the active document and then place the insertion point in the To line of the mail header.

    ActiveDocument.ActiveWindow.EnvelopeVisible = True
Application.PutFocusInMailHeader