![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() I have an app that uses redemption and mapi to access the emails in an exchange mailbox. Redemption: Dim FolderItemsREDInbox As Redemption.RDOFolder FolderItemsREDInbox = session.GetDefaultFolder(6) (loads OK) mapi: Dim Folder As Outlook.MAPIFolder = oNS.GetDefaultFolder(6) Dim FolderItems As Outlook.Items = Folder.Items (also loads OK) (note that both are pointing to the Inbox) however, then i do the following: Dim HowManyItemsREDInbox As Integer HowManyItemsREDInbox = FolderItemsRED.Items.Count i get: HowManyItemsREDInbox = 25 and Dim HowManyItemsMAPIInbox As Integer HowManyItemsMAPIInbox = FolderItems.Count i get: HowManyItemsMAPIInbox = 50 how can this be? this is really mesing up some things for me over here! ![]() ALSO: when I load 500+ items redemptions becomes unstable by errors occurring randomly. ( as per recommendations on the official redemption site i have used: I have used a global var for the redemption instance + i have MS Outlook 2003 SP3 (11.6568.6568 version) ) can anyone out there shed some light on these two issues? Regards -- mirzoni ------------------------------------------------------------------------ mirzoni's Profile: http://www.officehelp.in/member.php?userid=5392 View this thread: http://www.officehelp.in/showthread.php?t=1277781 Posted from - http://www.officehelp.in |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Redemption problem: Retrieving the COM class factory for component with CLSID {...} failed due to the following error: 80040154. | [email protected] | Outlook - Using Forms | 1 | September 18th 06 10:44 AM |
Outlook instability question for managed controls on OL homepages | [email protected] | Add-ins for Outlook | 1 | August 8th 06 03:14 PM |
Useing Redemption Object to Read an Inbox | Damian | Add-ins for Outlook | 9 | June 8th 06 07:57 AM |
Redemption - problem with Save | Martin | Outlook and VBA | 4 | January 31st 06 10:56 AM |
Problem with Sent Items/Redemption | קובץ | Outlook and VBA | 10 | January 12th 06 04:26 PM |