CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    1

    Cool Help with Extended Mapi and VB.net

    Does anyone have some pointers or code on getting deep with extended mapi and vb.net?

    Specifically I am trying to get the original recipient from a returned undelivarable receipt in a outlook 2000 exchange 5.5 folder.

    I can get all the returned receipts but the original recipient is only available through extended mapi (at least as far as my research has shown) and the only tool I can find for this is redemption which is not free for business use. I have started a code class to deal with this and other objects with extended mapi but this is not a area I am great at.

    Any help would be appreciated.

    Thanks

    Dean

  2. #2
    Join Date
    Jan 2003
    Location
    London/Moscow
    Posts
    60
    As far as i know you cannot use extended mapi in vb.net or c#. we had similar need and had to get c++ programmer to write libraries for us to use.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured