[Use the Outlook mail REST API](https://docs.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0) - [x] [列出訊息](https://docs.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0&tabs=csharp) - [x] [建立訊息](https://docs.microsoft.com/en-us/graph/api/user-post-messages?view=graph-rest-1.0&tabs=csharp) - [x] [取得訊息](https://docs.microsoft.com/en-us/graph/api/message-get?view=graph-rest-1.0&tabs=csharp) - [x] [更新資料](https://docs.microsoft.com/en-us/graph/api/message-update?view=graph-rest-1.0&tabs=csharp) - [x] [刪除](https://docs.microsoft.com/en-us/graph/api/message-delete?view=graph-rest-1.0&tabs=csharp) - [x] [發送](https://docs.microsoft.com/en-us/graph/api/message-send?view=graph-rest-1.0&tabs=csharp)