sender name

  • Thread starter Thread starter toocool
  • Start date Start date
T

toocool

Hi,

Is there a way to find items sent by anyone? I mean I use
Set myItem = myItems.Find("[SenderName] = 'Gates Bill'") and it works.
But Can I write something like ... ='*'") or so to find all senders,

Or can I somehow find items based on recipient's name. When I write
RecipientsName, says there's no such object.

Thanx
 
You cannot use wildcards in a Find or Restrict clause.
Recipients.Item(x).Name is a valid property but you cannot restrict on a
Recipients collection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top