If I want to know how many items in inbox, I use TotalCount Property, but how do I get inbox folder first? If I use FindFoldersResults findFolders=service.FindFolders() method, what is the parentfolder name for inbox? Thank you.
Use
var folder = Folder.Bind(service, WellKnownFolderName.Inbox);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With