![]() |
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
|
|||
|
|||
![]()
Office 2007
Outlook Contacts is a linked table in Access. I'm trying to send contacts to Outlook using an Access append query. That works, but the new Contact in Outlook has the email icon, not the Contact icon. What do I need to do to set that icon to Contact? |
Ads |
#2
|
|||
|
|||
![]()
Unfortunately, the field you need which is not exposed is MessageClass
which is being set to IPM.Note by default via the Append query even though your target is a contact folder. To change this - you'll have to go through the contact folder via code and change the MessageClass to IPM.Contact (or IPM.Contact.ACustomName if a custom form is being used as the default for the folder) but if you do that, you might as well dispense with using the Append query and just write a routine what will add the contacts directly. The Access/Outlook link is limited in terms of what you can and can't do - always has been so this isn't something specific to O'2007. Also pre-supposing that you want this function to be part of some larger application so importing via Outlook is not an option. You may get other solutions that I'm not aware of in one of the Outlook or Access programming newsgroups which is really where this question should be posted. This group is primarily for end user contact related questions. Karl __________________________________________________ _ Karl Timmermans - The Claxton Group ContactGenie - Importer 1.3 / DataPorter 2.0 / Exporter "Power contact importers/exporters for MS Outlook '2000/2007" http://www.contactgenie.com "Gitche Gumee" wrote in message ... Office 2007 Outlook Contacts is a linked table in Access. I'm trying to send contacts to Outlook using an Access append query. That works, but the new Contact in Outlook has the email icon, not the Contact icon. What do I need to do to set that icon to Contact? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Access to folders not originating in Outlook, in Web Access Mail | Leigh | Outlook - Installation | 1 | August 2nd 08 08:11 PM |
Remote Access or shared LAN access of Outlook without using Exchange Server ???? | Synapse Syndrome | Outlook - General Queries | 8 | June 22nd 07 10:11 PM |
Remote Access or shared LAN access of Outlook without using Exchange Server ???? | Synapse Syndrome | Add-ins for Outlook | 8 | June 22nd 07 10:11 PM |
Is it possible to access Outlook from home without web access, an. | Rob King | Outlook - Installation | 1 | January 5th 07 09:29 PM |
Outlook should access Outlook Web Access to sync schedule. | OvertaDover | Outlook - Calandaring | 2 | July 5th 06 02:42 AM |