A grand day to you all.
Please, may I trouble you for some help to use the Match function to extract email addresses. Here is my code I cannot seem to get working:
ClearCollect(collMatch, Match( "From: Sad Sack <sad@sack.org>", Match.Email).FullMatch)
I am just trying to get the email as text into a label, like this: sad@sack.org
I would really prefer not to have to wrap the Match function in an intermediate Collection only to extract it later, but there may be no other way?
Any suggestion would be greatly appreciated.
Thanks so muchely.