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...
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...