LS MailSend Error Handling

I’ve got an application that sends out so information based on a form the users fills out. Once the users submits the form I compile the email and do a simple send:Call Maildoc.Save(True,True)

Maildoc.Send(False)

My question is, is there a way to know if the email was in fact sent out. Sometimes, but not very often an email for whatever reason never gets sent to the group.

I wasnt sure if there was any error handling that could be done.