AttachURL
I was wondering if anyone knows the CDOSYS equivalent of attachURL in CDONTS?
For instance if you want to include an image within the email body, you have to attach it to the email. I can't find the equivalent in CDOSYS.
I was wondering if anyone knows the CDOSYS equivalent of attachURL in CDONTS?
For instance if you want to include an image within the email body, you have to attach it to the email. I can't find the equivalent in CDOSYS.
if i needed to embed a graphic in my email, i could use CDONTS's attachURL method. since attachURL isn't supported with CDO.Message, what can i use to embed graphics?