Condividi tramite


Proprietà ExchangeServiceBinding.ExchangeImpersonation

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene o imposta un oggetto ExchangeImpersonationType contenente l'identificatore dell'account da rappresentare.

Spazio dei nomi:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Sintassi

'Dichiarazione
Public Property ExchangeImpersonation As ExchangeImpersonationType
'Utilizzo
Dim instance As ExchangeServiceBinding
Dim value As ExchangeImpersonationType

value = instance.ExchangeImpersonation

instance.ExchangeImpersonation = value
public ExchangeImpersonationType ExchangeImpersonation { get; set; }
public:
property ExchangeImpersonationType^ ExchangeImpersonation {
    ExchangeImpersonationType^ get ();
    void set (ExchangeImpersonationType^ value);
}
public function get ExchangeImpersonation () : ExchangeImpersonationType
public function set ExchangeImpersonation (value : ExchangeImpersonationType)

Valore proprietà

Tipo: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeImpersonationType

Oggetto contenente l'identificatore dell'account da rappresentare.

Note

All'oggetto ExchangeImpersonationType è associata una proprietà ConnectingSID che contiene l'identificatore dell'account da rappresentare. Questa proprietà viene serializzata nell'intestazione SOAP al momento dell'invio a Exchange Server.

Autorizzazioni

Piattaforme

Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Compact Framework

Supportato in: 3.5

Vedere anche

Riferimenti

ExchangeServiceBinding Classe

Membri ExchangeServiceBinding

Spazio dei nomi Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007