![]() |
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
|
|||
|
|||
![]()
HI every one i have coded a program can searches all our company
calendars. and looks for tags like vacation and adds them to a database. and then a project manager can view all the data in a web interface. But it seem like OOM is very unstable when using olNameSpace = olApplication.GetNamespace("MAPI"); From redemtion API Important note: if you set this property to Namespace.MAPIOBJECT property from the Outlook Object Model and your code is running outside the outlook.exe address space (i.e. it is not a COM add-in) some RDO features (RDOFolder.ACL, RDOPSTStore.PstPath, GetSharedDefaultFolder, GetSharedMailbox, etc) will not function properly due to bugs in the MAPI COM marshaling support. and i make heavy use for olMAPIFolder = olNameSpace.GetSharedDefaultFolder(olRecipient, Outlook.OlDefaultFolders.olFolderCalendar); i am now trying to use Redemtion i am trying to logon to a exchnage to search calendar data Session.LogonExchangeMailbox("OutlookCalendarSvc@t erma.com", "exch- be.terma.com"); how do i connect ? Greetings Entvex |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Redemption and MAPI props. | j | Add-ins for Outlook | 0 | February 17th 09 04:45 PM |
Redemption and MAPI props. | j | Add-ins for Outlook | 4 | February 17th 09 03:21 PM |
Access MaiItem.UserProperties using Redemption | MA[_2_] | Outlook and VBA | 10 | December 12th 07 07:00 PM |
Access using SendObject for MAPI client | David | Outlook and VBA | 0 | July 23rd 07 02:52 PM |
How to access message recipients (MAPI) | Ivan | Add-ins for Outlook | 6 | July 10th 07 06:00 PM |