DataBase - Changing from Outlook Express to Outlook 2007
Asked By Tonya
31-Dec-09 05:53 PM
We have currently added the Outlook 2007 package but I do not know how to
change my email account from Outlook Express to Outlook 2007. Can anyone
help with this?
--
Tonya
Outlook 2007
(1)
Outlook
(1)
John W. Vinson replied to Tonya
Probably not on this forum, which is for a different program, Microsoft
Access. Please repost your question in a forum supporting Outlook.
--
John W. Vinson [MVP]
environment. The class module for one of the forms sends an e-mail using the Outlook object model, (code below). My code runs fine for both Outlook and Outlook Express while in a 2003 runtime environment, but in the 2007 runtime environment I get a runtime error (I have flagged the statement that caused the might be a reference library issue, but see that I had long since referenced: Microsoft Outlook 12.0 Object Library (Actually, in the 2003 environment the reference shows as 11.0 and in the 2007 enviroment it shows as 12.0.) Do I need another reference for the 2007 environment? Thanks, Bill Sub SendMessage(SendTO, SendCOPY, sendBCC, textSubject As String, textBody As String, _ DisplayMsg As Boolean, Optional AttachmentPath1, Optional AttachmentPath2, Optional AttachmentPath3) Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem Dim objOutlookRecip As Outlook.Recipient Dim objOutlookAttach As Outlook
Tracking meeting request responses in Outlook DataBase I have cross posted this to the Access-General, Outlook-General, and Outlook-programming-vba news groups to expand my pool of expertise. I have a co-worker a meeting request (what is visible when you select the "Show - Tracking" ribbon option in 2007. We cannot figure out a way to print or even copy this info. He has that seemed to handle meeting attendees. - -- - HTH Dale Access Discussions ObjApp.ActiveInspector.CurrentItem.Class (1) Outlook 2007 (1) ObjApp.ActiveInspector.CurrentItem (1) Outlook (1) Office (1) Excel (1) Word (1) Outlook.AppointmentItem (1) Regardless of the fact that you are trying to do this within Access
Late Binding worked until Access 2007 DataBase The following late binding code used to work with all previous versions of MS Access prior to Access 2007 to export a contact to Outlook. It worked exporting from Access 2003 / 2002 / 2000 to Outlook including Outlook 2007. It worked whether or not Outlook was open. However, now with Access 2007 it only works if Outlook is closed. Dim objOutlook As Object Dim objOutlookApp As Object
Collecting data in MS Outlook DataBase Hi, I try to collect data through MS Outlook 2007 in HTML format. In the wizard I switched on the option automatically process replies. Unfortunately and is in MS Access 2003 format, but of course I have installed MS Access 2007 on my computer. The database is not open exclusively. If I try to export data Any help would be appreciated. David Access Security Discussions SQL Server (1) MailItem.SenderEMailAddress (1) Outlook.MAPIFolder (1) Windows Vista (1) SharePoint (1) MailItem.SenderName (1) MailItem.SentOn (1) Outlook 2007 (1) Your question may be better answered in an Outlook newsgroup which is appropriate to your problem. This newsgroup is dedicated to the Microsoft Access
Automated Access Reports E-mailed with Outlook in Remote Desktop E DataBase Automated Access 2007 Reports E-mailed with Outlook in Remote Desktop Environment (aka Terminal Services ) I have set up an Access 2007 application that automatically reads data from a SQL Server database, generates several reports, and then After the report files are generated, I use VBA code in Access to fire up Outlook to e-mail the reports as attachments to several department managers. This system is initiated with no human intervention. In order to avoid the need for human intervention in the Outlook part, I employ a technique to bypass the normal Outlook warning messages via the approach shown at this URL. http: / / www.everythingaccess.com / tutorials.asp?ID = Outlook-Send-E-mail-without-Security-Warning This approach works nicely when I am logged on