Question

Changing the Body text in outlook template
Hi Guys,
Is there any way to change the body text in the outlook template during automation.
Regards,
Balramsingh
-
Like (0)
-

The mail item in your solution has properties for body and bodyFormat. That is how you would change the text.

Thanks for the reply.... the point you mentioned for sending the new mail...
Regards the outlook template which I have already created with image and some html based text.
while sending.. it only sends the text alone other parts are get skipped...

I am not sure what you mean. Please elaborate. If possible, attach your solution or a sample.

Hi,
here i attached the whole solution.
The subject for automation is sending email using the template. Please run the attached solution. follow below steps
1. Choose the folder where the template (Choose the template path which I shared you)
2. After choosing, the form will appears with Dropdown list (choose the name of the template)
3. Then choose the excel input sheet (Before starting the automation please fill with email id)
4. It will the send an email to the listed email as per the template format.
My Question is : While sending the template with the images, it will send only the text not the image and other HTML or Picture related details.
Is there any other way to send an email using the same format (Images and Other details)
If means please forward me the project, which really help me.....

I assume you also need to attach the images from the template as well. Have you tried that?

It will be really greatful If you show or tell me the steps for utilize the template or manipulate the template (not creating new....)

It will likely take some time for me to be able to create a sample solution. In the meantime, you can try calling the AddAttachment method of the email object and attaching the images from your template to the email and see if that works. I suspect that it will, although I haven't personally worked much with any complex Outlook templates.