Support large Outlook attachments via upload sessions when sending drafts (#814)
* Add Outlook large attachment upload sessions for send draft * UI thread executino of draft busy state. * Limit outlook attachment limit to max allowed per attachment.
This commit is contained in:
@@ -317,7 +317,10 @@ public partial class ComposePageViewModel : MailBaseViewModel,
|
||||
CurrentMailDraftItem.MailCopy.AssignedAccount.Preferences,
|
||||
base64EncodedMessage);
|
||||
|
||||
IsDraftBusy = true;
|
||||
await ExecuteUIThread(() =>
|
||||
{
|
||||
IsDraftBusy = true;
|
||||
});
|
||||
|
||||
await _worker.ExecuteAsync(draftSendPreparationRequest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user