A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Creating an Outlook Task Add-in Solution using AdvancedSearch in C



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 9th 06, 05:36 PM posted to microsoft.public.outlook.program_addins
Tom_in_Atlanta
external usenet poster
 
Posts: 1
Default Creating an Outlook Task Add-in Solution using AdvancedSearch in C

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

Ads
  #2  
Old September 9th 06, 06:41 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Creating an Outlook Task Add-in Solution using AdvancedSearch in C

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" wrote in message ...
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

  #3  
Old September 12th 06, 02:14 AM posted to microsoft.public.outlook.program_addins
Tom_in_Atlanta
external usenet poster
 
Posts: 1
Default Creating an Outlook Task Add-in Solution using AdvancedSearch

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/de...ntactAddin.asp


"Sue Mosher [MVP-Outlook]" wrote:

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" wrote in message ...
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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Code - Creating Status Report from Task items Steve Outlook and VBA 1 August 2nd 06 05:45 AM
Creating Task sometimes collapses group T. Wise Outlook - General Queries 3 July 14th 06 04:46 AM
Solution to flags problem outside inbox for me, add-in to somehow activate tasks generated from messages? StargateFan Outlook - General Queries 5 May 31st 06 03:19 AM
Add handwriting option to Outlook 2003 Task Detail Pane APage Outlook - Calandaring 0 March 17th 06 04:07 PM
Add a New Drop Down Task Field Sue Mosher [MVP-Outlook] Outlook and VBA 0 January 18th 06 07:16 PM


All times are GMT +1. The time now is 09:09 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.