如果进行Graph调用以将PigTagAttributeHidden属性(0x10f4)设置为true,则它可以工作并且文件夹被隐藏,但意外返回错误:
PATCH https://outlook.office.com/api/v2.0/me/MailFolders/{FOLDER REST ID}
{
"SingleValueExtendedProperties":[
{
"PropertyId":"Boolean 0x10f4",
"Value": "true"
}
]
}
{
"error": {
"code": "ErrorItemNotFound",
"message": "The specified object was not found in the store.",
"innerError": {
"request-id": "69675d6c-52b5-479a-a410-173abef6c1ca",
"date": "2019-04-18T20:41:38"
}
}
}
有没有更清洁的方法?还是这是一个错误? “ ErrorItemNotFound”错误将错误地告诉开发人员该文件夹实际上不存在。