In Outlook VBA, if the body of the message is something like:
================================================
STARTING THE BODY MESSAGE
This is a test
Account Type: Support
Email: first.last@domain.com
END
================================================
How do you grep the account type, which is Support and the email address, which is first.last@domain.com out of this?
I'm trying to create an outlook macro that retrieves this information
Thanks!
================================================
STARTING THE BODY MESSAGE
This is a test
Account Type: Support
Email: first.last@domain.com
END
================================================
How do you grep the account type, which is Support and the email address, which is first.last@domain.com out of this?
I'm trying to create an outlook macro that retrieves this information
Thanks!