ExchangeImpersonationType.ConnectingSID Property
The ConnectingSID property gets or sets the account to impersonate when you are using the ExchangeImpersonation SOAP header.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ConnectingSID As ConnectingSIDType
Get
Set
'Usage
Dim instance As ExchangeImpersonationType
Dim value As ConnectingSIDType
value = instance.ConnectingSID
instance.ConnectingSID = value
public ConnectingSIDType ConnectingSID { get; set; }
Property Value
Type: ExchangeWebServices.ConnectingSIDType
The ConnectingSID property returns an account to impersonate.
See Also