This also fits with my experience...
----- Original Message -----
From: "Yehuda Rosenblum" <Yehuda@I...>
To: "professional vb" <pro_vb@p...>
Sent: Wednesday, September 18, 2002 3:25 PM
Subject: [pro_vb] Re: Sending emails using VB despite Outlook security
Matt,
As one who has used MAPI, depending on how Exchange is set up for that
user (security, rights, etc.), you can also run into confirmation
messages. This feature is to protect against viruses, which commonly
send unauthorized emails. I would guess that more and more of the email
servers will begin providing features to prevent sending of unauthorized
email. You can turn off this feature (even in outlook). The advantage
of MAPI over Outlook is that it works based off the server so you don't
have to ask the users to enable it rather you can talk to the Systems
Admin.
Yehuda
-----Original Message-----
From: Matt Trinder [mailto:mfm@c...]
Sent: Wednesday, September 18, 2002 6:12 PM
To: professional vb
Subject: [pro_vb] Re: Sending emails using VB despite Outlook security
On Wednesday 18 September 2002 21:13, you wrote:
You could try using MAPI, rather than the Outlook object model. MAPI is
the
actual messaging infrastructure (that Outlook itself talks to as well),
so as
well as removing one layer of code from your solution, it should bypass
the
outlook security features. MAPI will be installed on any machine that
has
Outlook installed
Matt
> In the past it was easy to send emails from VB using the API provided
with
> outlook. All you needed to do was to add the outlook object library.
>
> With the version 10 of this object library, security has been improved
> significanlty. As a result, my users have to click a confirmation
button
> for each email that my application is sending. The work-around
provided
> for this problem in MS site is not satisfying my customers. They want
> their emailing tool to work as it used to, without confirmations...
>
> How is everybodyelse solving this problem? Are you guys using a third
> party component to send emails (other than outlook)? Or is there a MS
> solution to this issue that I am missing? I just wanted to avoid
> reinventing the wheel. If this issue has already been discussed, just
> point me to it.
>
> Thank you all
> Erol
>
> ---
> Visual C# - A Guide for VB6 Developers
> This book will make it easy to transfer your skills
> from Visual Basic 6 to C#, the language of choice
> of the .NET Framework.
> http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059
>
---
Visual C# - A Guide for VB6 Developers
This book will make it easy to transfer your skills
from Visual Basic 6 to C#, the language of choice
of the .NET Framework.
http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059
---
Visual C# - A Guide for VB6 Developers
This book will make it easy to transfer your skills
from Visual Basic 6 to C#, the language of choice
of the .NET Framework.
http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059