Always check for .Resolved = True for any recipients you add. Also, "Bingo"
might not be resolvable. Is that your EX alias? Try using the full mailbox
name or Exchange alias. If all else fails for a test try using your explicit
SMTP address.

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
> On my custom form, I create a new mail item and send it
> to myself during the Item_Send event. I got the
[quoted text clipped - 63 lines]
> Set oMail = Nothing
> End Function
Bingo - 29 Nov 2004 14:31 GMT
Ken,
Bingo is a real alias. I also tried the full mailbox
instead. Both failed. I'm going to try .Resolved = True
and let you know if that is the solution. Thanks!
>-----Original Message-----
>Always check for .Resolved = True for any recipients you add. Also, "Bingo"
[quoted text clipped - 71 lines]
>
>.
Bingo - 29 Nov 2004 15:32 GMT
I checked the return for .Resolved method. It failed 9
out of 10 times but it did succeed once for a while with
no code changes. It's really odd.
>-----Original Message-----
>Always check for .Resolved = True for any recipients you add. Also, "Bingo"
[quoted text clipped - 71 lines]
>
>.
Bingo - 29 Nov 2004 16:39 GMT
I even tried to keep resolving the name for 30 seconds
but it still failed. What can I do?
>-----Original Message-----
>Always check for .Resolved = True for any recipients you add. Also, "Bingo"
[quoted text clipped - 71 lines]
>
>.
Ken Slovak - [MVP - Outlook] - 29 Nov 2004 19:29 GMT
Try manually putting in the SMTP address for your alias and see if that
works. Also try the SafeRecipients.AddEx method and see if that works any
better. And make sure you're using the latest version of Redemption.

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
> I even tried to keep resolving the name for 30 seconds
> but it still failed. What can I do?
Bingo - 29 Nov 2004 20:38 GMT
The alias works fine when I manually put entered it.
I changed the sequence now to remove and add recipients
directly on the Outlook MailItem and then pass it to
Redemption SafeMailItem. It's working with this switch.
Now sure why I cannot do this directly on the redemption
SafeMailItem.
I'm going to try the AddEx method though. Thanks.
>-----Original Message-----
>Try manually putting in the SMTP address for your alias and see if that
[quoted text clipped - 5 lines]
>
>.