send outlook message

descartes75
01-16-2008, 11:34 AM
This (http://www.xtremevbtalk.com/showthread.php?t=1688) is great but I must be doing something wrong. Do you guys get the outlook security warning every time??
Is there a way around that?



When I use whelanp's code, I get errors saying "interface outlook.folders can not be indexed because they don't have default property"

Set olTopFld = olSpace.Folders("Mailbox - Application Server")
Set olFldOut = olTopFld.Folders("Outbox")

wbeard52
01-16-2008, 09:21 PM
Outlook is designed to not allow programs access to automatically send emails. This prevents spamming programs as well as malware/spyware using outlook to send information through your email to your contacts in the program. So the security dialog box was designed to let the user know about any programs trying to access Outlook to send mail. There is no way around this using the Outlook Reference.

There is a workaround for machines that have the correct com device and that makes it somewhat secure. Outlook Redemption bypasses the outlook reference and works directly with the underlying program so no dialog boxes of any kind come up and mail is sent.

http://www.dimastr.com/redemption/

HTH

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum