Previously my Excel VBA works OK sending out email until IT had switched off our POP3 and SMPT email address as one year ago we moved to Exchange Server and now uses Outlook Web Access.
My code...
oEmail.Configuration.Fields.Item(" = "smtp.mycompanyname.co.uk"
...doesn't work anymore!
Should there be similar (replacement) code for smtp.mycompanyname.co.uk?
or do I need to have a brand new codes to use Outlook Web Access via VBA?
My code...
oEmail.Configuration.Fields.Item(" = "smtp.mycompanyname.co.uk"
...doesn't work anymore!
Should there be similar (replacement) code for smtp.mycompanyname.co.uk?
or do I need to have a brand new codes to use Outlook Web Access via VBA?