hello, I am trying forward mailmassage with aditional body, using send outlook mail message, but new mail message doesn’t apear in draft.
Are you checking in any shared folder?
If not for testing can you check by removing is draft if the mail is being sent
Cheers
I have try, but doesn’t add my body.
Hi @tomaz
Instead of forward can you try sending as new email itself by adding the required subject and body
cheers
can you please show me how to to that, I want so forward Attachments, Subject old body and new body.
Hi @tomaz
Are you not using this activity?
Needs to be used inside outlook scope
If you need more can help
cheers
No, I am using send outlook mail message activity, because I need save as draft activity
Can it be done, without using outlook scope?
This activity needs scope
If you dont want to use it
then
- Get the email required(Make sure you check isbodyHTML)
- Mail.Subject and Mail.Body will give the body and subject
- Use them in send outlook message
cheers
I have try this but activity is sending only old body. I am wondering if this got anything to do with this
(Model an If-Then-else-if-else condition.
If you send only the new html is then is it sending with correct body?
Where are you getting that?
Is it like your html is wrong?
Can you try writing both together to a text file and open as .html file to check if the format is proper
Cheers
This html is correct but when you append this with already existing mail body…that is what you have to check
cheers
Sorry I don’t quite understand, what I have to do?
For forwarding the mail…you are getting the body from an email right…say the body is mail.body…then you are actually appending the html you created with mail.Body and then passing it to the send email correct?
so now use a write text and write “Your html” + mail.Body .This combination should be valid
cheers
Sorry to bother you but, the problem still presists.
Did you write to text file and check if the html is proper? if you open as .html file are you able to see whole of the data?
cheers