nicolpas
Results
2
comments of
nicolpas
> @x-zempt I see the issue you're talking about. In Set-EXCContactObject.ps1, contact fields are only updated if the data passed to each field isn't null/empty. > > ``` > if...
> @nicolpas > > You can't set directly set a contact's property to null due to EWS silliness. Instead, you'd need to remove the extended property definition. If you're interested,...