Customized Contact Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Regarding Customized contact form
Does anybody know how to programmatically find all linked appointments, Journals and Tasks of a particular contact item?

Thanks in adavance for any help given
Gelson
 
You'd have to iterate all the Items collections in each folder of interest
for those contacts in the Links collections of the various items.
Links.Item(x) = ContactItem.




Gelson said:
Regarding Customized contact forms
Does anybody know how to programmatically find all linked appointments,
Journals and Tasks of a particular contact item?
 
An alternative, if you're using Outlook 2002 or 2003, is to use the
AdvancedSearch method. There is a good MSDN article on this method, and I
have sample code in my book (listing 22.12 -- code available at
http://www.outlookcode.com) that demonstrates the method in the context of
producing a report, probably similar to what you're trying to do.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Regarding Customized contact forms
Does anybody know how to programmatically find all linked appointments,
Journals and Tasks of a particular contact item?

Thanks in adavance for any help given.
Gelson
 
Back
Top