Missing Header ? (General questions)
hey Guys,
How do we check to see if header exists in email,
before running variable = msg.header( to ).value
so the app doesn't crash when it does not exist ?
Thanks
Re: Missing Header ?
You can use Headers.Exists method, or you can just try to read it and trap the error.