K
klwemu
Hello!
When I access with VBA (MAPI) to Outlook, and use ...
Debug.Print message.Fields(&H40001E) ' PR_RECEIVED_BY_NAME
or
Debug.Print message.Fields(&H3F0102) ' PR_RECEIVED_BY_ENTRYID
or
Debug.Print message.Fields(&H75001E) ' PR_SENDER_ADDRTYPE
all works fine and I can receive the values! But is Exchange used
instead of Outlook, I will get ERR_E_NOT_FOUND
But OutlookSpy shows the fields in Exchange too, and i.e. PR_SUBJECT
works! Why can i not access to PR_SENDER_ADDRTYPE???
Any ideas?
Regards
When I access with VBA (MAPI) to Outlook, and use ...
Debug.Print message.Fields(&H40001E) ' PR_RECEIVED_BY_NAME
or
Debug.Print message.Fields(&H3F0102) ' PR_RECEIVED_BY_ENTRYID
or
Debug.Print message.Fields(&H75001E) ' PR_SENDER_ADDRTYPE
all works fine and I can receive the values! But is Exchange used
instead of Outlook, I will get ERR_E_NOT_FOUND
But OutlookSpy shows the fields in Exchange too, and i.e. PR_SUBJECT
works! Why can i not access to PR_SENDER_ADDRTYPE???
Any ideas?
Regards