How to access Sharedemail Custom Folder

image.png (6.5 KB)
Please Find the Attachment.I can access Inbox,sentitem,deleteitem Folder.
But I created a Custom Folder named SurestTest.I want to access this Folder.
ExchangeMessageInfoCollection IEWSClient.ListMessages(string mailbox, string folder, bool recursive)
this method i am using to get inbox.
Please provide sample code it will helpful.

@sureshkumarg

I have shared feedback over following link for similar inquiry from you in another thread as well.

my question is not about inbox.i need to access folder outside inbox.it is custom folder outside inbox in shared email.
Dim messageInfoCol As ExchangeMessageInfoCollection = client.ListMessages(shared.email, “SureshTest”, True)

@sureshkumarg

I have shared feedback with you over following link.