When I make item.body in get imap mail message, empty box comes up.
this is how it happens
this is how it happens
mail.Headers(“plaintext”)
I got the result I wanted when I typed
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