View Single Post
  #7  
Old July 21st 09, 09:13 PM posted to microsoft.public.outlook.program_vba
MB34
external usenet poster
 
Posts: 15
Default TaskItem assignment

On Jul 21, 3:06*pm, MB34 wrote:
You don't have to save first, sending will do that. I'd add a subject and
due date at minimum also though before sending.


Already doing that, I just commented them out like this:


* // Assign properties here


I keep getting a dialog box that says:
"Outlook does not recognize one or more names."


I *know* that the email addresses are correct because I checked them.
Do I need to use the names and call Resolve?


I'd definitely resolve them all and if necessary check the resolution on
each one. It won't send if one of the names won't resolve. Are you using
actual email addresses or names that should resolve from Contacts or a GAL?


I am using real email addresses that are stored in our DB but are also
assigned to the recipients as one of the smtp addresses in their
Outlook Properties.

If Resolve returns False, how can I figure out what the problem was?


Seems to happen when I use a correct name as well. Do they have to be
exact matches?
Ads