473,473 Members | 4,297 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Send mail using Internet Explorer

1 New Member
helo am doing a project based on a security webcam wich takes pictures and sends it to mail address..i plan to implement it using VB6.. can anyone pls help with the coding for sending mail..using internet xplorer..
Jan 16 '08 #1
2 1071
kadghar
1,295 Recognized Expert Top Contributor
helo am doing a project based on a security webcam wich takes pictures and sends it to mail address..i plan to implement it using VB6.. can anyone pls help with the coding for sending mail..using internet xplorer..
Have you tried using the CDO library? you wont use IE but it helps...

Expand|Select|Wrap|Line Numbers
  1. dim ob1 as object
  2. set obj1 = createobject("mapi.session")
and use LOGON, OUTPUT.MESSAGES(.ADD , .SUBJECT, .TEXT, .RECIPIENTS.ADD, .RECIPIENTS.NAME, etc)

Give it a try, it's not that hard, and write again if you have any more specific doubt.

If you want to use IE try with

Expand|Select|Wrap|Line Numbers
  1. dim obj1 as object
  2. set obj1 = createobject("internetexplorer.application")
and use NAVIGATE, etc...

but you'll have to login using the page's format, and... well, it's doable, but if i had no good reason to use it, i'd use CDO or some other method (there's a nice activeX form chilkat, but you have to download it and all that stuff)

HTH
Jan 16 '08 #2
Killer42
8,435 Recognized Expert Expert
Ignore me - I'm just registering an interest in this thread so I can see what happens. :)
Jan 17 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Edward | last post by:
My computer is at intranet,I want to use following code to realizing function of sending mail.But this program only can send mail between intranet.If I send mail in internet,I need to through proxy...
4
by: CK | last post by:
Hi all, I know this question is stupid. But i need some advice for this. I am trying to develop a website, which will allow the user send to order form to the admin email. I am planning to use the...
0
by: chausan | last post by:
Update ++++++ All attchment scanned with norton anti-virus w/ yahoo mail service and they all reported infected with virus Worm.Automat.AHB. ======================================== From:...
0
by: David Burson | last post by:
Hi, I have a VB.NET windows app that needs to automatically send a simple text email when my users run a new version of the app for the first time. I thought this would be simple, but after...
7
by: Randel Bjorkquist | last post by:
First, I'm extremely new to C# and the Microsoft Visual Studio IDE. I am in the middle of writing a small web application that communicates to a database server and sends out email confirmations. ...
3
by: Nathan Sokalski | last post by:
I have an ASP.NET page that sends a Mail.MailMessage to several email addresses (all mine). However, one of the addresses, the one ending in @verizon.net, does not seem to be recieving the message...
10
by: Dennis | last post by:
I am trying to send an e-mail using one of the examples I got on this group as follows: (both toemail and myemail are valid e-mail addreses. 'System.Web.Mail' (requires reference to...
1
by: Al Reid | last post by:
I'm using VB2005. What I would like to do is to attach a file to an email message and launch the default mail client, just like the Windows Explorer Send To Mail Recipient does it. The file is...
1
by: mubarak basha | last post by:
hi, i wrote the following coding.......... <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Getting...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.