_Application.PutFocusInMailHeader Method

Definition

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

public:
 void PutFocusInMailHeader();
public void PutFocusInMailHeader ();
abstract member PutFocusInMailHeader : unit -> unit
Public Sub PutFocusInMailHeader ()

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.

Applies to