_Application.FocusInMailHeader Property

Definition

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.

Applies to