Mail.body

hi,

I am trying to read some special string in a email. The special string is euro. I am not sure which IntelliPrompt can be used. I have tried mail.body.contains(“euro”) and its doesnot work!!. Thanks in advance :smiley: :smiley:

Do you mean € symbol? I think you can do mail.body.Contains(“€”)

Hey just euro! not with symbol. I tried with contains(“euro”) and it didn’t work :smiley :stuck_out_tongue:

@arathi Should be straight forward then. Try this way mail.body.ToLower.contains(“euro”)