navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Disable warning in outlook

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Disable warning in outlook
Page: [1]
 
accessman

 

Posts: 74
Joined: 9/13/2005
Status: offline

 
Disable warning in outlook - 3/21/2006 2:53:40   
When I send e-mail from Access via outlook with a link, there are warning message when the user click the link to open the file:

WARNING: web pages, executables, and other attachments may contain viruses or scripts that can be harmful to your computer. It is important to be certain that this file is from a trustworthly source.

What would you like to do with this file?
Open it
Save it to disk.

(E drive is sharing drive)

Dim MiOutlook As Outlook.Application
Dim MiCorreo As Outlook.MailItem

Dim NombreFichero As String
Dim NombreFicheroConRuta As String

Set MiOutlook = New Outlook.Application

Set MiCorreo = MiOutlook.CreateItem(olMailItem)

With MiCorreo

.To = "alan@yahoo.com"

.Subject = "Test"

.BodyFormat = olFormatHTML
.HTMLBody = "<A HREF='E:\db1.mdb' >Open database</A>"

.Send

End With

Set MiCorreo = Nothing
Set MiOutlook = Nothing

How can I disable this warning message?
Does anybody know?
Please let me know, thanks.
yb2

 

Posts: 653
Joined: 1/30/2006
Status: offline

 
RE: Disable warning in outlook - 3/21/2006 15:05:47   
It'll be a registry hack, so you'll have to do it on each client machine.

(in reply to accessman)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Disable warning in outlook
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts