Accessing Outlook

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ptraj
    New Member
    • Oct 2006
    • 3

    #1

    Accessing Outlook

    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:

    Code:
    headers = messageobj.item("&H7D001E").value
    thanks,
    tduraipkt
  • Hansi65
    New Member
    • Oct 2006
    • 13

    #2
    Hi there,

    have a look at

    http://www.mapilab.com/outlook/security/

    its an excellent freeware tool helping to avoid repeated security questions...

    Hans

    Comment

    Working...