Getting MAPI to fetch() from a different directory?

  • Thread starter Thread starter Ted
  • Start date Start date
T

Ted

I am trying to get the Fetch() to retrieve the messages from another folder
other than the "Inbox".
I would like to read the messages in the "Sent Items" or "Outbox".
I am using VB.NET version 7.0.

So far I have this and it works fine for the Inbox.

MAPISession1.SignOn()
MAPIMessages1.SessionID = MAPISession1.SessionID
MAPIMessages1.Fetch()

Thanks...
 
Ted said:
I am trying to get the Fetch() to retrieve the messages from another folder
other than the "Inbox".
I would like to read the messages in the "Sent Items" or "Outbox".
I am using VB.NET version 7.0.

So far I have this and it works fine for the Inbox.

MAPISession1.SignOn()
MAPIMessages1.SessionID = MAPISession1.SessionID
MAPIMessages1.Fetch()

http://www.mapi33.freeservers.com/
 
Back
Top