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
this is added as SetHoldOnMailboxesParameters properties. Need to use as
letparam:SetHoldOnMailboxesParameters=newSetHoldOnMailboxesParameters();param.HoldId=holdID;param.Mailboxes=<stringarray>;param.ItemHoldPeriod=<"Unlimited"|TimeSpanToStringvalue>;// see c# TimeSpan ToString() methodparam.PerformDeduplication=true;param.IncludeNonIndexableItems=false;param.Query="<query string>";param.ActionType=<HoldAction>Type;// e.g. HoldAction.Create;service.SetHoldOnMailboxes(param).then(......);
these two are listed in SetHoldOnMailboxes operation but they are missing in SetHoldOnMailboxesRequest.cs
The text was updated successfully, but these errors were encountered: