Actions, New Journal item for contact will open a new journal item
already populated with that contact in the Contacts field (Links
collection). If you have a Journal item you can link it in code to a
contact by getting a contact as a ContactItem and using the Add method
of the Links collection of that journal item.
I don't follow what the question is with your code sample.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> I am in the process of converting a Daytimer 2000 database to Outlook
> 2000. I have successfully converted all the contact records and I am
[quoted text clipped - 41 lines]
>
> Russ Ganz
Russ Ganz - 05 Nov 2003 21:41 GMT
My issue is that the command
Set rcp = jrn.Recipients.Add("John Doe")
will only look in the main contacts folder to find the contact. I had
loaded these new imported contacts into a subfolder under the main
contacts folder so no items were linked. If I can't specify in code
where to look to find the contact I will have to load all the contacts
into the main contacts folder.
> Actions, New Journal item for contact will open a new journal item
> already populated with that contact in the Contacts field (Links
> collection).
Thanks for the tip. I was always just choosing File/New Journal Item
and it never occurred that the actions menu had just what I wanted. I
will put a button on all my clients to do this command.
Russ
> Actions, New Journal item for contact will open a new journal item
> already populated with that contact in the Contacts field (Links
[quoted text clipped - 66 lines]
> >
> > Russ Ganz