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
public ConnectingSIDType ConnectingSID { get; set; }
public:
property ConnectingSIDType^ ConnectingSID {
ConnectingSIDType^ get ();
void set (ConnectingSIDType^ value);
}
/** @property */
public ConnectingSIDType get_ConnectingSID ()
/** @property */
public void set_ConnectingSID (ConnectingSIDType value)
public function get ConnectingSID () : ConnectingSIDType
public function set ConnectingSID (value : ConnectingSIDType)
Property Value
The ConnectingSID property returns an account to impersonate.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
ExchangeImpersonationType Class
ExchangeImpersonationType Members
ExchangeWebServices Namespace