_Application.FocusInMailHeader Property

Determines if the insertion point is in an e-mail header field.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property FocusInMailHeader As Boolean
    Get
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.FocusInMailHeader
bool FocusInMailHeader { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace