Edit

Share via


ImpersonatedUserId Constructors

Definition

Overloads

ImpersonatedUserId()

Initializes a new instance of the ImpersonatedUserId class.

ImpersonatedUserId(ConnectingIdType, String)

Initializes a new instance of the ImpersonatedUserId class with the specified user ID.

ImpersonatedUserId()

Initializes a new instance of the ImpersonatedUserId class.

public:
 ImpersonatedUserId();
public ImpersonatedUserId ();
Public Sub New ()

Applies to

ImpersonatedUserId(ConnectingIdType, String)

Initializes a new instance of the ImpersonatedUserId class with the specified user ID.

public:
 ImpersonatedUserId(Microsoft::Exchange::WebServices::Data::ConnectingIdType idType, System::String ^ id);
public ImpersonatedUserId (Microsoft.Exchange.WebServices.Data.ConnectingIdType idType, string id);
Public Sub New (idType As ConnectingIdType, id As String)

Parameters

idType
ConnectingIdType

One of the ConnectingIdType enumeration values.

id
String

The user ID.

Applies to