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

Items Find



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 7th 06, 05:16 PM posted to microsoft.public.outlook.program_addins
Julieta Prandi
external usenet poster
 
Posts: 10
Default Items Find

Hi,
I'm trying to find a item that contains in the beginning of the subject a
certain string. I know that I can find a specific subject using [Subject] =
xxx but I want to find only the beginning or if the subject contains certain
string.

Is this possible?

Regards,
)-- July --)


Ads
  #2  
Old April 7th 06, 07:23 PM posted to microsoft.public.outlook.program_addins
Michael Bauer
external usenet poster
 
Posts: 435
Default Items Find

Am Fri, 7 Apr 2006 12:16:14 -0300 schrieb Julieta Prandi:

July, in Outlook = XP you can use the AdvancedSearch method. In OL 2000
youŽd need to loop through all items and check each subject, e.g. with the
InStr function.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Hi,
I'm trying to find a item that contains in the beginning of the subject a
certain string. I know that I can find a specific subject using [Subject]

=
xxx but I want to find only the beginning or if the subject contains

certain
string.

Is this possible?

Regards,
)-- July --)

  #3  
Old April 7th 06, 07:28 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Items Find

You can try using and :

strFind = "[Subject] = " & Chr(34) & "xxx" & Chr(34) & _
" AND [Subject] " Chr(34) & "xxy" & Chr(34)

--
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

"Julieta Prandi" wrote in message ...
Hi,
I'm trying to find a item that contains in the beginning of the subject a
certain string. I know that I can find a specific subject using [Subject] =
xxx but I want to find only the beginning or if the subject contains certain
string.

Is this possible?

Regards,
)-- July --)


  #4  
Old April 7th 06, 09:12 PM posted to microsoft.public.outlook.program_addins
Julieta Prandi
external usenet poster
 
Posts: 10
Default Items Find

This is a good workaround.
Thanks you.

"Sue Mosher [MVP-Outlook]" wrote in message
...
You can try using and :

strFind = "[Subject] = " & Chr(34) & "xxx" & Chr(34) & _
" AND [Subject] " Chr(34) & "xxy" & Chr(34)

--
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

"Julieta Prandi" wrote in message
...
Hi,
I'm trying to find a item that contains in the beginning of the subject a
certain string. I know that I can find a specific subject using [Subject]
=
xxx but I want to find only the beginning or if the subject contains
certain
string.

Is this possible?

Regards,
)-- July --)




 




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
"Can't move the items" When using Advanced Find seanp Add-ins for Outlook 2 March 16th 06 03:50 PM
Working offline - items not going to sent items folder after sync. okhuntin Outlook - Installation 0 March 14th 06 09:01 PM
How to hide Read items? I want to see only the Unread Items in my view. [email protected] Outlook - General Queries 3 February 7th 06 03:56 PM
Moving a Mix of Mail Items and Report Items Steve Roberts Outlook and VBA 1 January 24th 06 11:36 PM
2003 calendar's find, doesn't find items created today till tomarr Support7556 Outlook - Calandaring 11 January 20th 06 10:54 PM


All times are GMT +1. The time now is 07:06 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.