Hi,
I am currently sending emails through using new-object Net.Mail.SMTPclient because the server that runs the script does not have outlook application.
My goal right now is to be able to send automated emails that have custom voting option on it where people who receive it in outlook can respond through the voting system.
Is it possible to do this without using new-object -com outlook.application?