G
grep
Trying to parse data out of a MailItem's body property. I was thinking
to cycle through the .body property line-by-line, and then do my parsing
on each line it cycles through. Unfortunately, there doesn't seem to be
a ReadLine method that applies to the .body property. So how do I parse
the message body?
grep
to cycle through the .body property line-by-line, and then do my parsing
on each line it cycles through. Unfortunately, there doesn't seem to be
a ReadLine method that applies to the .body property. So how do I parse
the message body?
grep