Hi all,
I want access all header information for message in my outlook(2003) from Visual Basic(6.0) , but it gives a security prompt. How can we avoid it?. Give a solution thro code.
the line:
thanks,
tduraipkt
I want access all header information for message in my outlook(2003) from Visual Basic(6.0) , but it gives a security prompt. How can we avoid it?. Give a solution thro code.
the line:
Code:
headers = messageobj.item("&H7D001E").value
tduraipkt
Comment