Does it work better if you instantiate a Recipient object and then resolve
it?
Set oRecip = Item.Recipients.Add("jeff.riley@bp.com")
oRecip.Resolve

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hello all,
>
[quoted text clipped - 25 lines]
> Item_Send = False
> End Function
jeff.riley@bp.com - 26 Apr 2006 15:42 GMT
Ken,
Thank you so very much. That was the piece I was missing. It is working
great now.
Thank you,
Jeff Riley
> Does it work better if you instantiate a Recipient object and then resolve
> it?
[quoted text clipped - 31 lines]
> > Item_Send = False
> > End Function