I am using screen scraping and getting body of the outlook email. And now i want some of the values in email body where as its showing whole body as string how can i change string into an array so that i can get the required values by using index. and also how can i use .ToArray option
Thanks in advance