FocusInMailHeader Property
Applies To
Application object.
Description
True if the insertion point is in a WordMail header field (the To: field, for example). Read-only Boolean.
See Also
MailMessage property.
Example
This example displays a message in the status bar if the insertion point is in a WordMail header field.
If Application.FocusInMailHeader = True Then
StatusBar = "Selection is in message header"
End If