Api 以访问 Office 365 的对话历史记录和就地保留
Api to access Conversation History and In Place Hold for Office 365
我们正在尝试访问 Office 365 中的对话历史记录以访问聊天 history.We 正在使用 https://msdn.microsoft.com/en-us/office/office365/api/API-catalog#Outlookmail 中提供的 Rest Apis。但是,我们无法获取文件夹 Conversation History 的文件夹 ID。因此,我们无法获取对话历史记录下的邮件。有没有办法访问“对话历史记录”文件夹下的聊天记录?
我们也有兴趣从对话历史记录中获取可能被用户误删除的聊天数据。因此,我们也在寻找就地保留用户的数据。
请使用 https://outlook.office365.com/api/v1.0/me/folders/ConversationHistory/Messages to get the messages in ConversationHistory folder. For well known folder names (Inbox, DeletedItems, ConversationHistory etc.), we allow you to specify the folder ID or the well known name. The response always refers to the folder using the folder ID. We will look into why https://outlook.office365.com/api/v1.0/folders/ConversationHistory 失败。
我们正在尝试访问 Office 365 中的对话历史记录以访问聊天 history.We 正在使用 https://msdn.microsoft.com/en-us/office/office365/api/API-catalog#Outlookmail 中提供的 Rest Apis。但是,我们无法获取文件夹 Conversation History 的文件夹 ID。因此,我们无法获取对话历史记录下的邮件。有没有办法访问“对话历史记录”文件夹下的聊天记录?
我们也有兴趣从对话历史记录中获取可能被用户误删除的聊天数据。因此,我们也在寻找就地保留用户的数据。
请使用 https://outlook.office365.com/api/v1.0/me/folders/ConversationHistory/Messages to get the messages in ConversationHistory folder. For well known folder names (Inbox, DeletedItems, ConversationHistory etc.), we allow you to specify the folder ID or the well known name. The response always refers to the folder using the folder ID. We will look into why https://outlook.office365.com/api/v1.0/folders/ConversationHistory 失败。