When I make item.body in get imap mail message, empty box comes up.
Hi @Yurdanur_Yusuf is there any text in your mail body?
1 Like
this is how it happens
this is how it happens
@Yurdanur_Yusuf find this attachment
GetIMAP.zip (1.9 KB)
mail.Headers(“plaintext”)
I got the result I wanted when I typed
@Yurdanur_Yusuf That’s great, Its also informative for me
1 Like
@Yurdanur_Yusuf What you want to do
1 Like
@Yurdanur_Yusuf so you want to get each code separately
1 Like
yes
1.8750/305
2.8781/315
.
.
as
I will search the web separately.
@Yurdanur_Yusuf
Use Assign Activity
Left side Put String Type Array.
and right side put this one.
CurrentMail.Headers(“plainText”).Split(Environment.NewLine.TocharArray)
you will get String array where each index will give you code
can you give an example
@Yurdanur_Yusuf are you getting desirable output