Proprietà ItemType.Sensitivity
Aggiornamento: novembre 2007
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Ottiene o imposta il livello di riservatezza di un elemento.
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 Sensitivity As SensitivityChoicesType
'Utilizzo
Dim instance As ItemType
Dim value As SensitivityChoicesType
value = instance.Sensitivity
instance.Sensitivity = value
public SensitivityChoicesType Sensitivity { get; set; }
public:
property SensitivityChoicesType Sensitivity {
SensitivityChoicesType get ();
void set (SensitivityChoicesType value);
}
public function get Sensitivity () : SensitivityChoicesType
public function set Sensitivity (value : SensitivityChoicesType)
Valore proprietà
Tipo: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SensitivityChoicesType
Valore di enumerazione che rappresenta il livello di riservatezza di un elemento.
Note
La proprietà può avere uno dei seguenti valori:
Normal
Personal
Private
Confidential
Autorizzazioni
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
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
Spazio dei nomi Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007