Great info, I've personally been thinking about learn more EWS myself. Not a Dev either, if you come across any other good links where to get started with basic scripts would be great!
Great info, I've personally been thinking about learn more EWS myself. Not a Dev either, if you come across any other good links where to get started with basic scripts would be great!
Good blog item with clear examples! It seems that EWS is more for the inside operations of a user's mailbox e.g. create folder, send mail.. When it comes to creating a mailbox on the Exchange 2010 server, what would be the best approach? Via C# code or via Powershell? We have a C# service application which has to create a mailbox for new users. Any help on this appreciated!
You could list the folders with Get-MailboxFolderStatistics -id | fl folderpath > folders.txt
Martin - You are da man bro! you solved problem with just one string of command. I would give you a 5 stars on here if I could.
Martin!....Bro! You are the man! Thanks