![]() |
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 am trying to execute the following code in cached exchange mode in a
workstation installation of Outlook 2003: Public oMapi As NameSpace Public ofFolder As MAPIFolder Sub getPartnerPrivate() Dim oFolders As Folders Dim oRecip As Recipient Set oMapi = Application.GetNamespace("MAPI") Set oRecip = oMapi.CreateRecipient("partnerprivate") oRecip.Resolve Set ofFolder = oMapi.GetSharedDefaultFolder(oRecip, olFolderInbox) ofFolder.Display End Sub Can't. I believe I need to write using Extended MAPI but have no idea. Would anybody know? -- Michael Collins |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
when using cached mode, how do i secure my inbox? | JohnM | Outlook - General Queries | 3 | June 22nd 07 07:37 PM |
Cached Exchange Mode | GovAdminGuy | Outlook - Installation | 1 | March 22nd 07 07:55 PM |
Cached Exchange Mode | Mark_Vader | Outlook - Installation | 1 | December 7th 06 07:06 PM |
Using cached exchange mode vs not using cached exchange mode | Jim in Cleveland | Outlook - Installation | 3 | September 24th 06 02:47 AM |
Cached Exchange Mode | Christine Lisi | Outlook - Installation | 1 | August 18th 06 02:21 PM |