Use Outlook Send Email
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
You can check to see if the mail was successfully posted to YOUR mail server, but you can't determine if the send to the recipient was actually successfull. This would require you to monitor your mailbox for any messages that came back from the destination server saying that the delivery was unsuccessfull. This is also complicated by the fact that not every mail server will send a reply at all, and not every mail server will send the same format for a delivery failure message. RageInTheMachine9532