Table of Contents

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 ConnectingIdType

The type of this Id.

id string

The user Id.

Properties

Id

Gets or sets the user Id.

public string Id { get; set; }

Property Value

string

IdType

Gets or sets the type of the Id.

public ConnectingIdType IdType { get; set; }

Property Value

ConnectingIdType