![]() |
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,
I'm trying to use outlook 2003 and access mail from public folder. storeId and mail Count is giving result but access mail mi.Subject have no any output. I am losing any scop for public folder. Outlook.NameSpace mapiNamespace = applicationObject.GetNamespace("MAPI"); Outlook.MAPIFolder inboxFolder = mapiNamespace.GetDefaultFolder(Outlook.OlDefaultFo lders.olPublicFoldersAllPublicFolders); Outlook.MAPIFolder addinboxFolder = inboxFolder.Folders["Public_folder"]; string storeId = addinboxFolder.StoreID; MessageBox.Show(addinboxFolder.Items.Count.ToStrin g(), "Count"); MessageBox.Show(storeId, "storeId "); foreach (object oitems in addinboxFolder.Items) { MailItem mi = oitems as MailItem; MessageBox.Show(mi.Subject); } |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Slow Public Folder Access if Internet is down. | Marc Seidler[_2_] | Outlook - General Queries | 3 | November 7th 07 12:20 PM |
Public folder access problem | Luuke | Outlook - General Queries | 1 | October 19th 07 10:27 AM |
Import from Access into a Public Folder | Kathryn Manning | Outlook - Using Contacts | 2 | September 13th 07 02:38 PM |
Public Folder Contacts and Outlook Web Access | Pat | Outlook - Using Contacts | 2 | August 4th 06 03:34 PM |
How do I access public contact folder when scheduling a meeting | Ralph M | Outlook - Calandaring | 1 | April 13th 06 08:29 PM |