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

vba code for outlook ----email saving -

while saving an email message in outlook i would like to build a macro in outlook so that i can do the following:

1)extract the date from the email in reverse ie yyyy-mm--dd

2) user input for the filename

3) extract the subject heading of the email into the saving field

so combining 1,2,3 the email wud be saved with the resulting name.

can somebody help me with it.

i am very new to macro coding for vba.

thanking you

cheers!!!

 

vba code for outlook ----email saving -
while saving an email message in outlook i would like to build a macro in outlook so that i can do the following: 1)extract the date from the email in reverse ie yyyy-mm--dd 2) user input for the filename 3) extract the subject heading of the email into the saving field so


Deleting emails from outlook -
Got a customer of ours, and they can't get into their email. Basically, two of the employees in there received this particular email that crashes outlook. And as luck would have it, its the very first email that is listed in outlook. So you double click on outlook, and the first e


extracting email id ,name from outlook REMOVING DUPLICATE CONTACT ENTRIES -
how do i extract email id , name from outlook email and transfer it to contacts in outlook. how do i use the vb editor in outlook to perform this task. i would like to create a button , which upon pressing exports the email id, name (from an email) to contacts. kindly help


Outlook - Save - then send -
Hi, this might be an easy one but When creating a whole lot of email items from information in a database and saving them to the drafts or outbox folder of the outlook application how can you send them all. Or failing this how can you send them individually from VB without having


Outlook HELP!!!! -
Anyone know how to save the email sender as a contact programmatically???? I've got code to get at a particular email I've received, but I can't find a way of saving the sender as a contact. I'm trying to automate saving contacts with digital ID's. Thanks, Les.


Sending an email without Outlook -
All the code I saw on the forums about sending email from a vb app are using Outlook to do it. I would like to send email even if the user has no email program installed (even not outlook express). To do this, I tried using MAPISession and MAPIMessages components. But then when I


VB Outlook integration -
Dear Friend, I am working on outlook - VB integration. I am developing a s/w to access all outlook information like to traverse on all folders that exist in Outlook. But now I got stuck because i can’t access the area Email accounts where the email settings are there like th


Email macro with VBA and Outlook -
I need some help here with writing a macro using VBA and Outlook. What I want to do is keep outlook running on my machine when I'm out at class all day, and check the email occasionally, when I get an email, I'd like to check to see what address is sending me the email, if it is one t


Sending Email not using Outlook -
I have looked into this all over the net and all code given just allows u to send an email using outlook or outlook express? what if i am not running an account on outlook or express? can i write code that will send an email using..... i dunno.... hotmail?? the answer to this


Importing emails to Outlook -
Is there any way to import an email into Outlook from another email system? I would have the information such as SenderName, recipients, body, date sent etc as strings, but can't see that it is possible to create an email in Outlook and then save it as a sent email without actually sen


VBA for Outlook 2000 --> Resolved -
I am looking for a way to have outlook autmatically respond to an email recieved from one of 2 different accounts setup in outlook. To help clarify I will give an example... I have an email account with Direcway and SBC. I have outlook recieving email on both accounts right


Saving in outlook -
I am using: SmtpClient client = new SmtpClient("servername"); client.Send(message); to send email to OUTLOOK, but I NEED TO SAVE THE EMAIL IN THE SENT ITEM, 'cos the user want to save a copy in it outlook. Any idea?


[2005] Outlook / Domain / Email Lookup -
I'm creating a very simple form application for my company. We use MS Exchange and Outlook. My application will create an email and send it using their Outlook client. Is there a way to look up the users email address from their login information? They will already have Outlo


Outlook Email Alerter -
It would be nice if I could write a small program which runs in the background (maybe the traybar) and all it does is constantly check the exchange server for any email for me. When it finds email it will pop a messagebox saying who the email is from, what its about and maybe a bit of


Outlook Automation (mapi) -
Ok I have an app that uses CDO (MAPI SESSION) to export reports to email that I made in Crystal reports... on my machine when I try to send the email from my vb app.. outlook prompts me to select yes or no as to if it is ok for an external app to send email using it... the thing is th


Receiving email with VB.NET -
I am researching this topic without a satisfactory solution so far. Please let me know which is the easiest way to receive email using VB code. All I need is to test source address or subject line for the right email, and then click a link inside that email. I've seen some people su


Retrieving email address using outlook -
Hi, how can I get the email address from a message in my outlook inbox? by referencing the following objects I can get the senders name etc but no email address Private myOLApp As New Outlook.Application Private olNameSpace As Outlook.NameSpace Private myFolder As Outlook.MAPI


**email - still not entirely resolved** -
how do i send email through my app i am making an error report for any bugs my prog has and i want the user to be able to email me if they discover any bugs or have suggestions i don't know if all users will have outlook so could i have outlook and non-outlook methods plz than


Writing Colors to Outlook email -
How would I go about pasting different colors of text to a Microsoft Outlook email? Even better would be to actually GET the text in an Outlook email, perform the color changes, and then put back the text in colored form in the email. any ideas? thanks, Jordan


Please Help me with Drag & Drop Outlook Express Emails -
Hello Forum Members; I'm trying to Drag-n-Drop Email messages directly from Outlook Express. I could do it for one single Email address with following simple code written in TextBox_OLEDragDrop event as TextBox.Text = Data.GetData(vbCFText). However, more than one Outlook Express Em


[Outlook 2003] VBA created email and clicking no/cancel -
Easy question, just looking for confirmation. I have a database that uses Outlook to send an email confirmation. If the user accidentally (or otherwise) clicks No or Cancel when outlook asks if this is a virus, does Outlook completely remove the email message that was created leavin


Sending email from VB with default email client -
I need to open the default email client from Visual Basic and input the subject and the body in HTML (got tables and text formatting) I've tried saving it as a .eml file then opening it using ShellExecute but it only works for Outlook Express and no other programs. And using ma


Saving from Outlook 2000 -
Hi, i am new to VB and i want to write a macro in Outlook 2000 that saves the email that you are currently reading, along with it's attachments to a specified folder on the hard drive. If possible, i would like to save the file with the name of the Subject Can anyone please give me an


outlook email subject...*RESOLVED* -
I am looking for a way to change the subject of an outlook email that is sent to an outlook folder... I really don't know if this is possible.. but if anyone could help I would appreciate it a lot. So lets say an email comes into the inbox with a subject of "HELLO" and I w


Outlook 2003 hanging when file attached using MAPI -
Hi I have a VB.NET 2003 application that uses MAPI (CDO.DLL )to send emails and the machine from which it runs has Outlook 2000. When I attach a file users of Outlook 2000 can correctly read the email and the attachements. However, the Outlook session of Outlook 2003 stop responding


Email using Outlook/Express -
Hi there- I'm creating a little app for my office, and its main purpose is sending an email and attatchment (which I'll figure out later). MS Outlook 2000 (version 9.0), Outlook Express 5 and 6 are the email programs used around here. I have sending an email working through the Outloo


Why my email was not send -
I have a simple email program, which is supposed to bring up outlook window and attach a file to the email. When I run the program, the outlook window showed up, with the file attached. But every time I clicked the "send" button, and later I checked my email. The email n


calling another app through outlook -
Does anyone know how to create a filter in outlook that would execute another app and send in either the contents of the email or the path to the temp file for the email? I was able to do it in Eudora very easily, but I can't seem to figure it out in Outlook. Has anyone done anything


send EMAIL without outlook, or anything like that [vb6] -
Hello, i am currently making a game, and when you register, the user will need to validate their email to continue playing, so that i want to do is when they click the submit button, it will save all the nessessary information and send a email with their validation code, so i dont w


Getting user's email through window's registry -
I have a program that sends email, but I want the user's email address to show up as the default address, because this email is sent to themselves. Hope that made sense. Basically it would be great if their Outlook or Outlook Express email account address would be the default for the


Adding a HTML Hyperlink that will add my email address to contact list -
I wish to add html hyperlinks to at the top of my email html message, allow the people i send this email to, to add my email address to their address book. Upon clicking on this hyperlink, it will automatically add my email address to their contact address book in: AOL, YAHOO,


Email & Outlook & Access2000 -
Help!!! All I'm trying to do is have Access VBA send an email through Outlook. I've tried using MapiSession & MapiMessages but nothing works. DOes anyone have a piece of code that creates & sends an email through Access2000 VBA??????? Desparately, Jon


Accessing Outlook and Finding a Specific Email -
Gurus, I need to know how to create a VB program that will access Outlook and find a specific email. The email comes in every morning by a given time from the same email address. Then, I need to open the Excel attachement from this email, open the file, and extract a number off a


Email without Outlook -
Hi, is there a way I can send an email without having Outlook or any type of email application installed on the system the program is running on? Thanks John


Receiving mail in code -
I apologize if someone has already answered this before, but I have what I think to be a simple question... Using a reference to Outlook, I can send email messages via code without actually opening an instance of Outlook. But my question is, how can I check to see if I have any new


saving outlook mail item after sending it from vba -
Hey, I'm using vba to send email with outlook. the outlook item is previewed before sent, so that the user can add email recipents, body text and attachements to the original message. I'd like to be able to save the mail item after it is sent from outlook with all the revision


[2005] Send email through Outlook -
I'm trying to send an email through MS Outlook, and here is some code that I've found. I'm running this application in a Corporate Environment where we may be using anything from Outlook 2000 through Outlook 2007 and our email is using Exchange/AD. I just want my application to sen


Emailing via VB -
I have a message which contains colours and different fonts which I would like send via Visual Basic/Outlook/MAPI. My application enables a user to create a message and then bulk email it to a number of email address which are stored within a database. I can get it to work but I w


Email sending whit VB, -
Hi, I need to program something but i don't know if it is possible. What i need to program is that when i send a email whit Outlook i need that outlook send a copy of the same email to another email adres, So that the administrator recieve a copy from every sent email. Is that possi


Outlook to Access 2003 - How to put contents of an email into Access -
I have seen countless sites about how to import Outlook Contacts into Access, but what I really need is to know how to Export Outlook mail to Access (the code needs to be in Outlook). Basically, I want a user to open a mail item (to read it) and then click a button which would send th