Is your feature request related to a problem? Please describe the problem.
When listing message rules (https://learn.microsoft.com/en-us/graph/api/resources/messagerule?view=graph-rest-1.0) the returned message rule actions (https://learn.microsoft.com/en-us/graph/api/resources/messageruleactions?view=graph-rest-1.0) list the folder (copyToFolder / moveToFolder), but the value appears to be some encoded string?
what is the encoding on this string?
Describe the solution you'd like.
the SDK should automatically decode this folder string.
Additional context?
No response
Is your feature request related to a problem? Please describe the problem.
When listing message rules (https://learn.microsoft.com/en-us/graph/api/resources/messagerule?view=graph-rest-1.0) the returned message rule actions (https://learn.microsoft.com/en-us/graph/api/resources/messageruleactions?view=graph-rest-1.0) list the folder (copyToFolder / moveToFolder), but the value appears to be some encoded string?
what is the encoding on this string?
Describe the solution you'd like.
the SDK should automatically decode this folder string.
Additional context?
No response