Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
True if the insertion point is in an e-mail header field (the To: field, for example). Read-only Boolean.
Syntax
expression .FocusInMailHeader
expression A variable that represents an Application object.
Example
This example displays a message in the status bar if the insertion point is in an e-mail header field.
If Application.FocusInMailHeader = True Then
StatusBar = "Selection is in message header"
End If