|
To recover the password for an Outlook form
Getting the password for an Outlook form is an
almost trivial exercise in most cases, because the FormDescription
object, which contains key information about the
form, includes a Password property. The Outlook VBA code below pops up the value of the Password
property in a message box. Before running it, open
an item that uses the custom form. You can either
open an existing item or use the File, New, Choose
Form command to create a new item using the custom
form. You can then press Alt+F8 to display the
Macros dialog box and choose the GetFormPassword
macro. |