You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to set the properties while moving message in single request.
publicstaticasyncTask<gModel.Message?>MoveEmail(stringmessageId){returnawait_userClient!.Users[mailBox].Messages[messageId].Move.PostAsync(newMicrosoft.Graph.Users.Item.Messages.Item.Move.MovePostRequestBody{DestinationId=GqlSetting.DestinationFolderID,AdditionalData=newDictionary<string,object>{{"Categories",newstring[]{"Resolved By ECMS Bulk_1"}}}},(config)=>{config.Headers.Add("Prefer","IdType=\"ImmutableId\"");});}
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Unable to set the properties while moving message in single request.
The text was updated successfully, but these errors were encountered: