ImpersonatedUserId Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.