-
1
- #1
I've been using the 'sendobject' method to send mail using vba and Outlook 2000. I recently installed service pack 3 for Office 2000 and found that Outlook security updates prevent sending messages programmatically.
When you run a program that uses the Outlook object model to call the Send method, you receive a warning message. This warning message tells you that a program is trying to send mail on your behalf and asks if you want to allow the message to be sent. The warning message contains both a Yes and a No button, however, the Yes button is not available until five seconds have passed since the warning message appeared. All this makes sending more than a handfull of emails unmanageable.
MS Knowledgebase Article, 272701, confirms there is no way to work around this problem when using an Internet Mail Only configuration with Outlook.
Does anyone know if this difficulty can be overcome using MS Exchange Server? The Knowledge Base Article states that some of the security limitations are configurable on Exchange Server; however, I don't have enough knowlege of Exchange Server to determine if this is a viable way to go.
Any help will be much appreciated.
When you run a program that uses the Outlook object model to call the Send method, you receive a warning message. This warning message tells you that a program is trying to send mail on your behalf and asks if you want to allow the message to be sent. The warning message contains both a Yes and a No button, however, the Yes button is not available until five seconds have passed since the warning message appeared. All this makes sending more than a handfull of emails unmanageable.
MS Knowledgebase Article, 272701, confirms there is no way to work around this problem when using an Internet Mail Only configuration with Outlook.
Does anyone know if this difficulty can be overcome using MS Exchange Server? The Knowledge Base Article states that some of the security limitations are configurable on Exchange Server; however, I don't have enough knowlege of Exchange Server to determine if this is a viable way to go.
Any help will be much appreciated.