Class ImpersonatedUserId
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an impersonated user Id.
public sealed class ImpersonatedUserId
- Inheritance
-
ImpersonatedUserId
- Inherited Members
Constructors
ImpersonatedUserId()
Initializes a new instance of the ImpersonatedUserId class.
public ImpersonatedUserId()
ImpersonatedUserId(ConnectingIdType, string)
Initializes a new instance of the ImpersonatedUserId class.
public ImpersonatedUserId(ConnectingIdType idType, string id)
Parameters
idType
ConnectingIdTypeThe type of this Id.
id
stringThe user Id.
Properties
Id
Gets or sets the user Id.
public string Id { get; set; }
Property Value
IdType
Gets or sets the type of the Id.
public ConnectingIdType IdType { get; set; }