_Application.FocusInMailHeader Property
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.
Determines if the insertion point is in an e-mail header field.
public:
property bool FocusInMailHeader { bool get(); };
public bool FocusInMailHeader { get; }
member this.FocusInMailHeader : bool
Public ReadOnly Property FocusInMailHeader As Boolean
Property Value
Remarks
This property returns True if the insertion point is in an e-mail header field (the To: field, for example), and False if not.