Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
True if the email composition header and the envelope toolbar are both visible. Read/write Boolean.
Syntax
expression.EnvelopeVisible
expression A variable that represents a Workbook object.
Example
This example checks to see whether the email composition header and the envelope toolbar are visible in the first workbook. If they are visible, the example then sets the variable strSubject to the text of the email subject line.
If Workbooks(1).EnvelopeVisible = True Then
strSubject = "Please read: Review immediately"
End If
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.