ExchangeImpersonationType Class
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.
An instance of the ExchangeImpersonationType class is used as the SOAP header of a request. When this instance is present, the caller is impersonating the account that is contained within the ExchangeImpersonationType instance.
public ref class ExchangeImpersonationType : System::Web::Services::Protocols::SoapHeader
public class ExchangeImpersonationType : System.Web.Services.Protocols.SoapHeader
Public Class ExchangeImpersonationType
Inherits SoapHeader
- Inheritance
-
ExchangeImpersonationType
Remarks
The calling account must have the ms-exch-impersonation right on the Client Access server and the ms-exch-MayImpersonate right on either the mailbox database that contains the mailbox to impersonate or the Active Directory User/Contact object.
Constructors
ExchangeImpersonationType() |
The ExchangeImpersonationType constructor initializes a new instance of the ExchangeImpersonationType type. |
Properties
AnyAttr | |
ConnectingSID |
The ConnectingSID property gets or sets the account to impersonate when you are using the ExchangeImpersonation SOAP header. |