Hello,
I am looking for a list of error codes returned by sending email via CDO sysmail.
For instance I run procedure :
EXEC @RetCode = sp_OAMethod @obj, 'Send', NULL
And sometime the send will fail, I need to know what the error code means.
Error Code -2147023782 is one I am interested in.
Thanks for any assistance.
Paul