Programming Outlook Contact Activity Tab 
Author Message
 Programming Outlook Contact Activity Tab

However it's done, it's all behind the scenes and inaccessible to us mere
users and programmers.  You'd need access to the Outlook source code to see
what's going on.  You could make your own implementation using Restrict,
Find and Advanced Search methods in Outlook VBA, or use a Filter on Messages
collections in CDO.  It may not be as fast though.

Does anybody out there have the Outlook source code that they can post so we
can have a look-see?  :-)

--
Eric Legault, MCSD
ADAPSYS - http://www.*-*-*.com/


Quote:
> Hi,
> I am developing a VB.net Outlook Com-Addin and want to leverage the same
> technology and design used in the Contact form's Activity tab.

> Does anyone have ideas on how the Activity tab is implemented? What
> technologies and more specifically how does it filter/restrict so fast and
> look for the contact's email address rather than contact name(all 3 email
> address) when there is a recipients collection or links collection.

> Thanks



Tue, 26 Jul 2005 05:44:41 GMT  
 Programming Outlook Contact Activity Tab
It's actually done using on the fly MAPI Search Folders that have
their restrictions set based on the activities view selected. It has
nothing to do with email addresses, the linking is a reference to the
actual contact item in the links collection. Each Link item is a
contact item.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm


Quote:
> However it's done, it's all behind the scenes and inaccessible to us
mere
> users and programmers.  You'd need access to the Outlook source code
to see
> what's going on.  You could make your own implementation using
Restrict,
> Find and Advanced Search methods in Outlook VBA, or use a Filter on
Messages
> collections in CDO.  It may not be as fast though.

> Does anybody out there have the Outlook source code that they can
post so we
> can have a look-see?  :-)

> --
> Eric Legault, MCSD
> ADAPSYS - http://www.adapsys.ca



Tue, 26 Jul 2005 06:03:50 GMT  
 Programming Outlook Contact Activity Tab
The search must include email addresses -- otherwise, it wouldn't display
the Sent Items and other message folder matches.



Quote:
> It's actually done using on the fly MAPI Search Folders that have
> their restrictions set based on the activities view selected. It has
> nothing to do with email addresses, the linking is a reference to the
> actual contact item in the links collection. Each Link item is a
> contact item.



> > However it's done, it's all behind the scenes and inaccessible to us
> mere
> > users and programmers.  You'd need access to the Outlook source code
> to see
> > what's going on.  You could make your own implementation using
> Restrict,
> > Find and Advanced Search methods in Outlook VBA, or use a Filter on
> Messages
> > collections in CDO.  It may not be as fast though.

> > Does anybody out there have the Outlook source code that they can
> post so we
> > can have a look-see?  :-)

> > --
> > Eric Legault, MCSD
> > ADAPSYS - http://www.adapsys.ca



Tue, 26 Jul 2005 18:55:56 GMT  
 Programming Outlook Contact Activity Tab
Something to ask Jensen about I guess :)

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm



Quote:
> The search must include email addresses -- otherwise, it wouldn't
display
> the Sent Items and other message folder matches.



Tue, 26 Jul 2005 22:37:15 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Outlook 2000: Contact's Activities tab, avoiding automatic searches

2. ACTIVITIES tab in Outlook contact folders - need help

3. Activities tab in public folder Contacts.

4. calling up a outlook contact from external program

5. Contact Activities

6. Accessing Contacts Activities

7. OL2000 contacts Activities using VBA

8. Accessing Contact Activities

9. How do I get all the Activities for a contact

10. Contact activities

11. Tracking all activities from a public contact folder

12. Contact, Activities, Actions, Link, File using Automation

 

 
Powered by phpBB® Forum Software