automatic bcc
Miyahn, 4/19/2006, 9:18:23 PM,
wrote:
"badgolferman" wrote in message
"An error has occured in the script on this page.
Line 70
Char 3
Unable to open registry key HKCU\Identities\{insert
number}\Software\Microsoft\Internet account Manager\accounts\\smtp
email address for reading
Sorry, I was inserting one extra "\".
Change the line in the Init sub-procedure from
Key = Root & MainKey & "\" & aSubKey & "\"
to
Key = Root & MainKey & "\" & aSubKey
But, besides, there may be another cause because an error is supposed
to occur in the Init sub-procedure as well if this is a cause of the
error.
# In my environments, extra "\" cause no error.
The change has made it work. However I never got to choose an identity
to apply it to. It applied it to my default account. How may I remove
this change if I choose? Do I run the program again anf press the DEL
button?
|