![]() |
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
|
|||
|
|||
![]()
We would like to add Contacts through VBA code. Easy enough. We
would also like to add Tasks, Calendar Items, Notes, and Journal Items through VBA code that are related to the contacts in question. We are using Outlook 2003. We can get as far as adding the Contacts, and then we can add Tasks, because Tasks have a read/write property of ContactNames, so if I create a Contact and name it after myself, relating a task to my new contact takes one line of code: tsk1.ContactNames = "David" Doing the same with a Journal item should be easy, but it's not, because doing this: jrn1.ContactNames = "David" doesn't work, i.e. the journal entry is created, but it does not show up in the Contact's activity screen. Appointment items and Note items do not seem to have a similar "ContactNames" property. So the question is this: Is there a way to create Tasks, Appointments, Notes, and Journal items through VBA code that relate back to contacts? Any code samples would be appreciated greatly! Thank you! David |
Ads |
#2
|
|||
|
|||
![]()
Please do not multipost. I answered your question in the
microsoft.public.office.developer.outlook.vba group. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "David" wrote in message ... We would like to add Contacts through VBA code. Easy enough. We would also like to add Tasks, Calendar Items, Notes, and Journal Items through VBA code that are related to the contacts in question. We are using Outlook 2003. We can get as far as adding the Contacts, and then we can add Tasks, because Tasks have a read/write property of ContactNames, so if I create a Contact and name it after myself, relating a task to my new contact takes one line of code: tsk1.ContactNames = "David" Doing the same with a Journal item should be easy, but it's not, because doing this: jrn1.ContactNames = "David" doesn't work, i.e. the journal entry is created, but it does not show up in the Contact's activity screen. Appointment items and Note items do not seem to have a similar "ContactNames" property. So the question is this: Is there a way to create Tasks, Appointments, Notes, and Journal items through VBA code that relate back to contacts? Any code samples would be appreciated greatly! Thank you! David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Asigning a color category to all items related to a contact | Russell | Outlook - Using Contacts | 1 | June 23rd 07 02:13 PM |
Help - another question related to rules - automaticaly responses not showing up in Sent Items. | Dab | Outlook - General Queries | 2 | September 13th 06 01:48 AM |
Help with Code - Creating Status Report from Task items | Steve | Outlook and VBA | 1 | August 2nd 06 06:45 AM |
Calander related question | Vic Abrahamian | Outlook - Installation | 0 | February 10th 06 08:38 PM |
Winmail.dat - NOT RTF related | [email protected] | Outlook - General Queries | 3 | January 13th 06 12:28 AM |