This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 327
Async TPL methods #57
Comments
I did something like this as a proof of concept:
|
It works pretty well, do you guys think this could be a way to go about introducing async-await to the library? |
Any idea how to get a single Item's (EmailMessage) Body+Attachments by just the ID asynchronously? Item.Bind doesn't cut it. |
+1 👍 |
1 similar comment
+1 👍 |
Created a PR |
Open
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any way to use this API in the truly async-await fashion where the threads aren't being blocked? If not I think that is a great feature request. At least listing folders, opening folders and binding items. Especially for email messages.
The text was updated successfully, but these errors were encountered: