PC Review


Reply
Thread Tools Rate Thread

display search result in active explorer

 
 
=?Utf-8?B?SXJlbmU=?=
Guest
Posts: n/a
 
      11th May 2005
Hi,

I have a couple of questions: I am using Outlook 2003

I used one of Microsoft vba-samples to find contacts.

But instead of displaying the result one by one I would like to display all
of them in the active explorer so I can mail merge the selected items.
I know you can use the add method to add a folder in the explorer but how to
I get the items added to the explorer?

The reason I do not want them to show one by one is because there are
thousands of contacts.

Sub findtype()
Answer = InputBox("Enter the type")
Set myFolder = Application.ActiveExplorer.CurrentFolder

Set myItems = myFolder.Items.Restrict("[MessageClass] = 'IPM.Contact'")
Set myRestrictItems = myItems.Restrict("[Type] = " & Answer)

For x = 1 To myRestrictItems.Count
Set myInspector = Application.Inspectors.Add(myRestrictItems.Item(x))
myInspector.Display
Next

End Sub

Where can I find more samples and tutorials about creating views ( xml)?
One more question.
When I publish my customized contact form it gets published as a post
message ( post icon ) instead as contact message, do you know why?
thank you for all your help
Irene
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I display a graphic in a database search result using ASP? =?Utf-8?B?cmVjdXJzaW9uMjM=?= Microsoft Frontpage 2 21st Feb 2007 03:09 AM
after i insert web search where does it display the result? =?Utf-8?B?QXJ0ZW1pcyBQYXJ2aXpp?= Microsoft Frontpage 2 25th Dec 2004 02:09 AM
Form with search via text box with display of result in list box Christian Microsoft Access Forms 0 23rd Dec 2004 01:54 PM
images on search result page don't display C Grosskinsky Windows XP Internet Explorer 2 4th Nov 2003 08:44 PM
Re: CD search result display David Candy Windows XP Customization 0 22nd Sep 2003 09:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:15 PM.