[E2010] [EWSMA] [C#]: Getting the owener of a public folder
-
יום שני 27 פברואר 2012 15:03
Hi everybody!
In my Application I'm reading out a list of calendars out of the public folders on a Exchange 2010 (hosted). This part is no problem. But I need to know the owner of each calendar so I get a List of owners. I'm trying the hole day now and I couldn't find anythig about it in the net. I'm shure there must be a property I can read, when I have the folders.
I created a Exchange Service called "service" and then I try to acess the public folder, respectively the owner of the folder. There is a property called "mailbox" and I bet this is it, but it is always empty.
// Create a view FolderView view = new FolderView(int.MaxValue); // Identify the properties to return in the results set view.PropertySet = new PropertySet(BasePropertySet.FirstClassProperties); view.PropertySet.Add(FolderSchema.DisplayName); view.PropertySet.Add(FolderSchema.ChildFolderCount); view.PropertySet.Add(FolderSchema.FolderClass); view.PropertySet.Add(FolderSchema.ManagedFolderInformation); view.PropertySet.Add(FolderSchema.Id); folderResults = service.FindFolders(WellKnownFolderName.PublicFoldersRoot, view);
Thanks for help!
- נערך על-ידי Angelo1982 יום שני 27 פברואר 2012 15:08
- הועבר על-ידי Alex PituliceMicrosoft Contingent Staff, Owner יום שישי 02 מרץ 2012 09:07 Off-Topic English Sprache (aus:Exchange Server)
- שינה את הסוג Alex PituliceMicrosoft Contingent Staff, Owner יום שישי 02 מרץ 2012 09:08 Off-Topic English Sprache
כל התגובות
-
יום שני 27 פברואר 2012 16:04
Hi Angelo1982,
am Besten stellst du diese Frage einfach mal ins Development-Forum:
http://social.technet.microsoft.com/Forums/de-DE/exchangesvrdevelopment/threads?filter=general
-- Viele Grüße
Christian -
יום שלישי 28 פברואר 2012 10:11
Hi Christian, danke für die Antwort,
Habe den Thread nochmals erstellt unter dem Link den du mir gegeben hast. Man muss sich schlussendlich aber doch für ein Forum entscheiden, z.B. hald eben Exchange Server. Schnall ich da etwas nicht? Wo ist der Unterschied zu dem Forum hier, wo ich den Thread schon geposted habe?
Danke
Angelo
-
יום רביעי 29 פברואר 2012 07:08