> > I have a VB app that generates an email using my MAPI profile > and sends them out automatically. Since the security update, > I get a warning message and a Yes/No prompt. If I change the > VB code that '.send's the email and mark it as (vbYes), it > simply opens the mail object and I have to click 'Send' > before it will go.
I find it much easier to NOT use MAPI when sending mail with VB. You can do it directly using the Winsock control or you can buy a SMTP ActiveX control. You could also use a program like BLAT in conjunction with the shellexecute command. -Kevin _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

