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
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
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
@arathi Should be straight forward then. Try this way mail.body.ToLower.contains(“euro”)