Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins
Thread: Creating an Outlook Task Add-in Solution using AdvancedSearch in C

Geek News

Creating an Outlook Task Add-in Solution using AdvancedSearch in C
Tom_in_Atlanta 9/9/2006 4:36:01 PM
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

Re: Creating an Outlook Task Add-in Solution using AdvancedSearch in C
"Sue Mosher [MVP-Outlook]" <suemvp[ at ]outlookcode.com> 9/9/2006 5:41:08 PM
Results is a collection just like Explorer.Selection and MAPIFolder.Items. Use the techniques described at http://support.microsoft.com/?kbid=310244

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tom_in_Atlanta" <Tom_in_Atlanta[ at ]discussions.microsoft.com> wrote in message news:CB6FECE6-D1F4-488B-90C9-44E96912209F[ at ]microsoft.com...
[Quoted Text]
>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
>
Re: Creating an Outlook Task Add-in Solution using AdvancedSearch
Tom_in_Atlanta 9/12/2006 1:14:02 AM
Thank you, that was just the nudge in the right direction to get me out of my
mental roadblock.

I also found another technical article that has an AdvancedSearch example in
C#.

It is : "Creating an Outlook Business Contact Assistant Add-in with Visual
Studio Tools for Office" by Naveen Yajaman, John R. Durant - Microsoft
Corporation

found at: MSDN Home > MSDN Library > Office Solutions Development >
Visual Studio 2005 Tools for Office
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2005_ta/html/odc_vstoOutlookContactAddin.asp


"Sue Mosher [MVP-Outlook]" wrote:

[Quoted Text]
> Results is a collection just like Explorer.Selection and MAPIFolder.Items. Use the techniques described at http://support.microsoft.com/?kbid=310244
>
> --
> Sue Mosher, Outlook MVP
> Author of Configuring Microsoft Outlook 2003
> http://www.turtleflock.com/olconfig/index.htm
> and Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
> "Tom_in_Atlanta" <Tom_in_Atlanta[ at ]discussions.microsoft.com> wrote in message news:CB6FECE6-D1F4-488B-90C9-44E96912209F[ at ]microsoft.com...
> >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 -> C# conversion program that
> > probably won't work anyway)
> >
> > thanks in advance
> >
>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net