T
Tom_in_Atlanta
I have bee trying to find an example of using the "private void
_Application_AdvancedSearchComplete(Outlook.Search SearchObject)" event
handler in C#. I can't find much documentation to addresses the C# soultion.
The closest I could find was in the book "Visual Studio Tools for Office
using C#" by Eric Carte and Eric Lippert which only displayed the
Results.Count and did not show how to access the actual search results items.
Does anyone have any examples in C# or has anyone converted the MSDN Article
"Creating an Outlook Task Add-in Solution with Visual Studio 2005 Tools for
Office" from VB.Net to C#.Net.
(I don't want to shell out 200+ bucks for a VB -> C3 conversion program that
probably won't work anyway)
thanks in advance
_Application_AdvancedSearchComplete(Outlook.Search SearchObject)" event
handler in C#. I can't find much documentation to addresses the C# soultion.
The closest I could find was in the book "Visual Studio Tools for Office
using C#" by Eric Carte and Eric Lippert which only displayed the
Results.Count and did not show how to access the actual search results items.
Does anyone have any examples in C# or has anyone converted the MSDN Article
"Creating an Outlook Task Add-in Solution with Visual Studio 2005 Tools for
Office" from VB.Net to C#.Net.
(I don't want to shell out 200+ bucks for a VB -> C3 conversion program that
probably won't work anyway)
thanks in advance