Condividi tramite


Proprietà AttachmentIdType.RootItemChangeKey

Aggiornamento: novembre 2007

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

Ottiene o imposta la nuova chiave di modifica dell'elemento radice di un allegato eliminato.

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 RootItemChangeKey As String
'Utilizzo
Dim instance As AttachmentIdType
Dim value As String

value = instance.RootItemChangeKey

instance.RootItemChangeKey = value
public string RootItemChangeKey { get; set; }
public:
property String^ RootItemChangeKey {
    String^ get ();
    void set (String^ value);
}
public function get RootItemChangeKey () : String
public function set RootItemChangeKey (value : String)

Valore proprietà

Tipo: System.String

Chiave di modifica dell'elemento radice di un allegato eliminato.

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

AttachmentIdType Classe

Membri AttachmentIdType

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