Condividi tramite


Proprietà ItemType.Importance

Aggiornamento: novembre 2007

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

Ottiene o imposta una descrizione dell'importanza 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 Importance As ImportanceChoicesType
'Utilizzo
Dim instance As ItemType
Dim value As ImportanceChoicesType

value = instance.Importance

instance.Importance = value
public ImportanceChoicesType Importance { get; set; }
public:
property ImportanceChoicesType Importance {
    ImportanceChoicesType get ();
    void set (ImportanceChoicesType value);
}
public function get Importance () : ImportanceChoicesType
public function set Importance (value : ImportanceChoicesType)

Valore proprietà

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

Valore di enumerazione che rappresenta l'importanza di un elemento.

Note

La proprietà può avere uno dei seguenti valori:

  • High

  • Low

  • Normal

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

ItemType Classe

Membri ItemType

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