Change Permissions Mailbox Folder Error
description
Hello,
i connected to my Office365 Mailbox fine with ewseditor. When i want to change the permissions for a folder and add a new user this works too but when i want to assign the permission level it gets not updated and when i assign the permissions manually the following error occurs.
Can you fix this?
Exception details:
Message: A UserId was not valid.
Type: Microsoft.Exchange.WebServices.Data.ServiceResponseException
Source: Microsoft.Exchange.WebServices
ErrorCode: ErrorInvalidUserInfo
ErrorMessage: A UserId was not valid.
Stack Trace:
bei Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary()
bei Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
bei Microsoft.Exchange.WebServices.Data.Folder.Update()
bei EWSEditor.Forms.PermissionsDialog.btnOK_Click(Object sender, EventArgs e) in C:\Users\mstehle\Documents\codeplex\ewseditor\Forms\Dialogs\PermissionsDialog.cs:Zeile 190.
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)