Application.PutFocusInMailHeader method (Word)

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

Syntax

expression. PutFocusInMailHeader

expression Required. A variable that represents 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

See also

Application Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.