Questions tagged [email-body]
9 questions
2
votes
1 answer
How to retrieve the body of an email from outlook using ADF
I am trying the retrieve the body of an email from outlook. if there is any connector in ADF from where I can directly retrieve the data and store in ADLS will be helpful

prakrathi shetty
- 33
- 3
1
vote
1 answer
How to fix html width rendering problem in outlook
New HTML email template for this client seems to work fine elsewhere but on Outlook it gets displayed too wide or entire screen. I understand that in MSO width rules have to be forced through conditional, but none of my "if mso" would work and it…

RDG
- 11
- 2
0
votes
0 answers
Gmail body information extract issue
I have almost no experience in coding but I've developed a simple code to extract information from tagged emails.
function getemails() {
var label = GmailApp.getUserLabelByName("Test");
var threads = label.getThreads(); // ARRAY
for…
0
votes
1 answer
Why am I not able to read the complete email body using Exchange Web Service Java API?
I am using EWS Java API to read and process emails. One such email contains few conversation and a MS Teams meeting information at the end. While reading such an email, the EmailMessage.getBody() returns only the MS Teams meeting information and all…

Anjan Baradwaj
- 1,219
- 5
- 27
- 54
0
votes
1 answer
For Loop to create a dynamic outlook email body that will have lines dependent on trades for a specific date
I am generating an email that shows trades for the day in the body of an email. Currently the only way I can do this is with an If then statement for specific numbers of trades. If we traded 10, I need an if then statement with 10 as the variable…

Tom
- 1
0
votes
2 answers
How to setup rule for emails that contains specific words in top email body only?
I created a rule that moves emails that contains a specific word in body to another folder.
It applies whenever that word is in body of older emails down the thread (when you scroll down to older emails that were replied to).
I need it to identify…

Mohamed Rizk
- 21
- 3
0
votes
1 answer
MailTo link in outlook email body not generating correct mail
I am having a href MailTo link in outlook mail body as below.
Product
When I am clicking on this link, it is generating proper mail like below.
image
How ever when some…

Kapil Parmar
- 3
- 2
0
votes
0 answers
c# winforms multiline textbox to mailto: body
I have tried to find an answer to this particular question, and I've tried replacing all \r\n with
but it didn't work. I might be doing something wrong though. What I want is to get a multiline textbox's content into a mail body after the user…
but it didn't work. I might be doing something wrong though. What I want is to get a multiline textbox's content into a mail body after the user…

Raizee
- 11
- 1
0
votes
2 answers