OfficeDev / ews-managed-api

Other
584 stars 318 forks source link

Is it possible to get DistinguishedFolderId archivemsgfolderroot folder name #199

Open joewutaiwan opened 6 years ago

joewutaiwan commented 6 years ago

Hi all,

I could properly to get the folder information of archivemsgfolderroot by using like:

...
<t:DisplayName>Top of Information Store</t:DisplayName>
...

but this in-place archive mail folder could be renamed on exchange admin center. How could I get the custom name?

Thanks!