Read mail

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

yes my text box is full

Hi @Yurdanur_Yusuf

image
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


how should i progress

@Yurdanur_Yusuf What you want to do

1 Like


I want to use codes separately

@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



check

@Yurdanur_Yusuf are you getting desirable output


I can not see