ExchangeService.ImpersonatedUserId property
Gets or sets the ID of the user who Exchange Web Services (EWS) is to impersonate.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration Public Property ImpersonatedUserId As ImpersonatedUserId Get Set 'Usage Dim instance As ExchangeService Dim value As ImpersonatedUserId value = instance.ImpersonatedUserId instance.ImpersonatedUserId = value
Property value
Type: Microsoft.Exchange.WebServices.Data.ImpersonatedUserIdThe ID of the user who EWS is to impersonate.
Show: