_Application.PutFocusInMailHeader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.