o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Sending mail without Outlook -

I'd like a code to send mail without using outlook in any way... I don't want the user to be asked for a port proxy or anything like that.. Just send the mail

 

after sending a email I 'automatically cancel' it -
I have a program that sends a email of a web pages' content. I use outlook. For some reason, after I get a timed prompt warning me about a program sending email on my machine, I get an outlook message say that the user cancled the action -of sending mail-. The first time I send mail I


Sending Mail using Outlook -
I need help regarding sending mail thru Outlook. On Click of a button I need to open a new outlook message with to,subject and body pre-typed. I used a code similar to this(used MS Outlook library) and I get errors: Outlook.Application oa=new Outlook.Application(); Outlook


Make Outlook send the e-mail -
Using the MAPI API or VB control I can successfully get an e-mail into the Outbox, but I cannot get Outlook to actually send the e-mail (programmatically), other than by giving Outlook the focus and sending F5. There must be a better way! Jason


e-mail sending -
I have found that the most popular way to send an e-mail is with MAPI. That uses Outlook from what I can understand. Is there any way of bypassing outlook and sending an e-mail directly? I have found SMPT but I can't understand what I have to use as the SMTP server. Thanks


How do I remove the security option in OUTLOOK while sending e-mail -
Description : Avoid pop up of outlook security to send an e-mail, when i try sending it using vbs. I searched almost the entire day on this, it is asking me to install some softwares to fix this,,, I dont even find a registry to fix this... Im dying too hard


mail sending via vb6 -
Hi, I am using Vb6..I need to send an email through outlook. I have got the application working but while sending mail it prompts a message that scanning the mail for virus and prompts for yes/no/cancel. is there any way to cancel this window prompt or make it by default yes always.


Send email thru Exchange Server -
At work, we use Exchange for e-mail. I am developing a few applications that will run on a server, processing some files (retrieving file via ftp, decrypting it, placing in a specific folder). I want to be able to send out an e-mail alerting me if something goes wrong, or e-mail out lo


How to send mail in html format using smtp. -
Hello, I am getting one problem in sending mail. I took one listbox in vb form. there i fetch some persons name from database and then i am sending mail to each person in listbox with different data in html format. And i am using Outlook reference to send mail. But the problem is th


vb.net mail -
I need to send email from an app... I know how to do it using vb6 and outlook... But this project I cannot use outlook as mail...I need to use SMTP. I can easily pull data from a database which I will need to store in the email, thats no problem. But I need sample code of vb.


Outlook crashed -
Hi All I make an Addin but after installing that when user closes outlook, Outlook crashed when I close the COMPOSE Mail Window without sending that mail. I don't know why so? Please let me know what could be this problem Thanks Very Much in Advance


VB and Outlook Express -
Every article I read about sending email revolves around Outlook, but I suspect OE users outnumbers Outlook users. I've found no docs on how to instantiate Outlook Express in VB, nor anything on OE object model (if there is one). Palms HotSync software handles mail retrieval/sending wi


Using outlook in VBA -
In VBA I use Outlook objects for sending the mails created. Is It possible to verify if the mail inserted is good or not? For example I want to send a mail at a@yahoo.com. But it doesn't exists. When I send this mail(objectoutlook.send) I want to receive an error in VBA. This e


Need help in sending mail through VB -
Hi, I want to send mail from VB6. I can send mail from my configured outlook setting using VB by calling outlook libraries. Is there any way to send mail without using outlook libraries. I am using the code sent by one of great coder present at the URL http://www.freevbcode.com/Sho


Sending mail without Outlook -
I'd like a code to send mail without using outlook in any way... I don't want the user to be asked for a port proxy or anything like that.. Just send the mail


Sending email withing VB6 WITHOUT an e-mail prog -
Hello all - I've been trawling through the messages here but can't seems to find a way of sending an e-mail SOLELY in VB6 (ie, without having to have outlook or similar installed). Surely this is possible!? Cheers Simon


Yet another MAIL question -
Hi All, What is the best of sending mail from within a VB program. The client machine has outlook configured using an Exchange Server, but the user does not want to use Outlook. I dont have much experience with Mails using VB. Can anybody guide ? All Smiles, Anil


[2005] Sending mail using Outlook -
Hi guys, I built application for automatic reporting using VB.Net 2005 and it works normally. But i have a problem when my application sending a mail with my computer locked up condition. My application send this mail after login again to my computer. Have anyone can help me about t


Can I use the Outlook interface when sending an e-mail from a VB app -
I have an existing VB 6 application that uses MAPI to send e-mail. Currently the application uses a custom built e-mail message interface with a To: Subject: and Body. It is butt-ugly. I would like this application to use the standard MS Outlook "new e-mail message interface&


Sending e-mails with VB or VBA -
Hi guys! I was wondering if anyone could help me please. I would like to know how to send e-mails using VB/VBA (for Access). If I understand correctly, VB is closely linked to MS Outlook, and so sending mails through Outlook is fairly simple. However, I also understand that you cann


MAPI Mail Sending -
I write a program which send mail through my VB application. Which is working fine. But there is some problem occured when a System has TWO mailling program, like "Outlook Express" and "Microsoft Outlook". Program always try to send the MAil through "Micros


i need a mail sending porgram!!! -
i realy need a mail sending program that uses either MAPI controls or outlook.... if u can do this for me please include a program with it ... not just the code...HUGE HELP IF ANYTHING POSSIBLE....


Outlook and attachments -
Even after reading several posts here and at the msdn...I don't understand how to add attachments to an outlook.MailItem. What I'm trying to do is generate an excel worksheet dynamically and send that off. What I'd LIKE to do is simply create a new mail message, for the user to


Sending Mail problem -
Hi, For sending a mail, someone gave following code but this code is giving error message "User-defined type not defined". I m new to VB, can someone correct this code or give me another code for sending a mail. Private Sub Command1_Click() Dim olapp As New Out


Sending Mail through program in VB -
Can anyone help me in sending an e-mail through my program written in VB. It is preferable that I do not need to use Library files used by Outlook or Netscape Composer


Sending Mail To all THe clients using Outlook -
How to send mail to all the address in my outlook address book stimulatanously thanks in advance


Sending Email problems no matter what code i use -
hi, someone please try to help me figure this out because its driving me nuts. When i use outlook express to send mail, outlook has no problems. the server does not require authentication and my server address is smtp.comcast.net now, when i try any code to try and send


Email from VB (MAPI) -
I have a question regarding sending email from a VB program. I read up on the MAPI, and was able to add the controls to my project and send a message. Here are the problems. It appears to be sending the mail through outlook (which is OK with me), but it pops up a message saying that


Sending Mail from differnt accounts -
Plz tell me some code by which I can specify which account to be used in outlook other than the default account while sending the mail


Starting Outlook -
Hey, everyone. When I send an Outlook mail message, if MS Outlook 2000 is not open and the system is not currently connected to the network, the process of sending the mail and allowing the application to function takes about 30 seconds. If Outlook is open or the system is connected to


Sending internal mail from VB application -
Yo guys, Can anyone please kindly advise me how to send an internal mail from VB? I've tried the MAPI, but it's prompting me an "Unspecified Error". For time being, I'm able to send external mails with the Outlook open. But I want to send a mail without the Outlook being op


Mail Problem...plz Help -
Hi, Here is a code given by someone for sending a simple mail, but the code is giving a compiler error "User-defined type not defined", someone suggested to add reference of Microsoft Outlook xxx type library where xxx is the version of Outlook i am using. But still, the


E-mail without using mail client -
Hi there, I want to send e-mail through VB without using Outlook or mail client on the machine. I read somewhere that this is possible using winsock. Can anyone give me the code for sending mail using winsock ?? Thanx


Check for new mail using Outlook 2002 accounts - i.e. MAPI or Outlook Control -
I search the forums for any links on how to check for new email using either the mapi control or the outlook reference. I am trying to make an application that will connect to outlook xp and check for new mail using each account that is in outlook, not just new mail that is in your inb


Sending e-mail from VB5/NT 4.0/Win95 application -
Anyone know of a reliable way to send e-mail (with attached ASCII text file) from VB5 app running under NT4.0 (with various service packs), or original version of Win95? Many of the methods I have found so far require newer o.s. versions and/or VB6. Using Outlook Express or Outlook


Ahhh Outlook -
A quick one how could you check you outlook for new mail etc.. I guess that you have to create an Outlook instance like when you send mail with vb via outlook...but how can I check for mail????? Any help would be good Cheers Matt


how to avoid security warning of outlook -
I developed a programe to send mails automatically when my outllok recieves any mail. but problem is : It always asks before sending any mail. "A Program is trying to access email address which you hace stored in your outlook....", I want to not show this message. How???


Sending a mail using MS Outlook -
Hi All, I am trying to send a mail from MS outlook using VB 6.0. The code which i have is working fine, but before sending the mail, it prompts for "Whether the mail has to be sent to the following recipient" with Choices as "Allow", "Deny" & "


How to move an incoming mail to a folder depending on mail header content -
Does anyone know if it is possible to access the mail header information from VBA in Outlook 2002? Our incoming spam are marked with X-Spam-Flag in the header information and it would be really nice to be able to trash these mails automatically. This is, unfortunatly, not workin


E-Mail with Hyperlinks -
I want to create a e-mail message that has a Hyperlink in it - that will display correctly in Outlook. The hyperlink needs to run an .EXE with a certain parameter; eg - when the user clicks on the hyperlink I want Outlook to run "MYPROGRAM.EXE Y1234" where Y1234 is the com


vb.net sending email HELP! -
I need my program to send email. I need the email that was sent to be placed in the users sent items box in their mail program. I also need it to work with whatever mail client (Outlook, Outlook Express, Eudora...). Now how can I accomplish this?? Any and all suggestions are welcome