G
Guest
i've created an Outlook (2002 / XP) VBA macro which automatically sends all
unsent emails in a given folder. When each email is sending I receive the
following message:
"A program is trying to automatically send e-mail on your behalf. Do you
want to allow this? If this is unexpected, it may be a virus and you should
choose "No"."
I found Article ID : 290500 on Microsfts website which discusses the
following solution:
"Outlook Visual Basic for Applications: Use the administrator features to
disable object model restrictions, or convert your Visual Basic for
Applications code to a COM Add-in, and then register it by using the
administrator form."
I DO NOT have the ability to create a COM Add-in.
How do I access and use the administrator features to disable object model
restrictions?? I do not know how to access this function.
Also, when I access it, how is it done??
Thanks for your help,
Gerry
unsent emails in a given folder. When each email is sending I receive the
following message:
"A program is trying to automatically send e-mail on your behalf. Do you
want to allow this? If this is unexpected, it may be a virus and you should
choose "No"."
I found Article ID : 290500 on Microsfts website which discusses the
following solution:
"Outlook Visual Basic for Applications: Use the administrator features to
disable object model restrictions, or convert your Visual Basic for
Applications code to a COM Add-in, and then register it by using the
administrator form."
I DO NOT have the ability to create a COM Add-in.
How do I access and use the administrator features to disable object model
restrictions?? I do not know how to access this function.
Also, when I access it, how is it done??
Thanks for your help,
Gerry