Missing Header ? (General questions) by Maverick5 , Thursday, December 29, 2006, 01:59 (7194 days ago) 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 ? by Jasmine, Thursday, December 29, 2006, 02:38 (7194 days ago) @ Maverick5 You can use Headers.Exists method, or you can just try to read it and trap the error.