TextBox.PasswordChar Property (Outlook Forms Script)

Returns or sets a String that specifies a placeholder character to be displayed instead of the characters actually entered in a TextBox. Read/write.

Syntax

expression.PasswordChar

expression A variable that represents a TextBox object.

Remarks

Use the PasswordChar property to protect sensitive information, such as passwords or security codes. The value of PasswordChar is the character (usually an asterisk) that appears in a control instead of the actual characters that the user types. If you don't specify a character, the control displays the characters that the user types.

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.