![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi ,
From an command button in Access form1 I want to open and populate the following in a Outlook Email From: = Form1.Textfield1 To = Form1.textfield2 CC= Form1.textfield3 Subject line: Form1.textfield4 Thanks! |
Ads |
#2
|
|||
|
|||
![]() Add a reference to the Outlook object model to your Access VBA project (Tools/References) in order to be able to see/learn the object model. You can create an item with the CreateItem function. For an email the function returns a MailItem object. -- Best regards Michael Bauer - MVP Outlook Category Manager - Manage and share your categories: SAM - The Sending Account Manager: http://www.vboffice.net/product.html?lang=en Am Fri, 16 Apr 2010 10:24:01 -0700 schrieb Peter: Hi , From an command button in Access form1 I want to open and populate the following in a Outlook Email From: = Form1.Textfield1 To = Form1.textfield2 CC= Form1.textfield3 Subject line: Form1.textfield4 Thanks! |
#3
|
|||
|
|||
![]()
Thank you Mr.Bauer, much appriciated!
"Michael Bauer [MVP - Outlook]" wrote: Add a reference to the Outlook object model to your Access VBA project (Tools/References) in order to be able to see/learn the object model. You can create an item with the CreateItem function. For an email the function returns a MailItem object. -- Best regards Michael Bauer - MVP Outlook Category Manager - Manage and share your categories: SAM - The Sending Account Manager: http://www.vboffice.net/product.html?lang=en Am Fri, 16 Apr 2010 10:24:01 -0700 schrieb Peter: Hi , From an command button in Access form1 I want to open and populate the following in a Outlook Email From: = Form1.Textfield1 To = Form1.textfield2 CC= Form1.textfield3 Subject line: Form1.textfield4 Thanks! . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Linking Outlook to Access for Contacts in Access | Gary S | Outlook and VBA | 3 | January 6th 10 06:36 PM |
Access to folders not originating in Outlook, in Web Access Mail | Leigh | Outlook - Installation | 1 | August 2nd 08 07:11 PM |
Remote Access or shared LAN access of Outlook without using Exchange Server ???? | Synapse Syndrome | Outlook - General Queries | 8 | June 22nd 07 09:11 PM |
Remote Access or shared LAN access of Outlook without using Exchange Server ???? | Synapse Syndrome | Add-ins for Outlook | 8 | June 22nd 07 09:11 PM |
Is it possible to access Outlook from home without web access, an. | Rob King | Outlook - Installation | 1 | January 5th 07 08:29 PM |