Reminder e-mailing problems

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

I would like to e-mail my Outlook 2002 Calendar reminders to my pager
when I'm away from my computer.

I tried the sample VBA code in KB290948 to create a macro that will
send reminders, but when it runs it triggers the security popup that a
program is trying to access the address book and won't send until I
click Yes (which kinda defeats the purpose of using it as a reminder
redirector). I followed the KB links that mentioned disabling this
security, but it was only available on Exchange (my account is POP3).

Does anyone know of a way to modify that sample macro VBA code so that
it will bypass the address book security and send my reminders while
I'm away? Or is there some other native Windows or Outlook solution
that doesn't require installing third-party add-ins or software?

Thanks,
RC
 
Wrong KB article? The one you are pointing to is;
WD2002: Cannot Recover a Password-Protected Document If the Password Is Lost

Anyway; take a look at this add-in it is coded to avoid security prompts;
http://www.sperrysoftware.com/Outlook/Email-Reminders.asp?Source=RS
If you decide to order use "BH93RF24" to get a discount

If you insist on creating the add-in yourself you can use Redemption created
by Outlook-MVP Dmitry Streblechenko;
http://www.dimastr.com/redemption/

--
Roady [MVP] www.sparnaaij.net
Microsoft Office and Microsoft Office related News
Also Outlook FAQ, How To's, Downloads and more...

Tips of the month:
-Save Embedded Pictures in Their Original Format
-Create an Office XP CD slipstreamed with Service Pack 3
 
Back
Top