can you please tell me how to set the header parameters while sending the mail by using g-suite… the below are the parameter values which needs to be set
HI @AshwinS2,
thanks for the reply… i have looped in for each and assigned, im able to see the value in the log, but when i see the Mail in Gmail client, the values are not set.
im trying to send the Image as inline/embed in message body using gsuite activity.
when i set the values using Java program, im able to see the headers. but the same is not happening while doing with UiPath… is there any other activity which can be used to send the images inline/embed in the message body… the image is displaying as Attachment and not as inline. so im trying to set these headers…
Invoke Code may look scary at first, but they actually are not, you will need to create an argument In/Out for the MailMessage, and some In arguments for whatever you will need to set dynamically in your headers…