Condividi tramite


Proprietà ItemType.Categories

Aggiornamento: novembre 2007

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

Ottiene o imposta un insieme di stringhe che identificano le categorie alle quali appartiene un elemento nella cassetta postale.

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 Categories As String()
'Utilizzo
Dim instance As ItemType
Dim value As String()

value = instance.Categories

instance.Categories = value
public string[] Categories { get; set; }
public:
property array<String^>^ Categories {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
public function get Categories () : String[]
public function set Categories (value : String[])

Valore proprietà

Tipo: array<System.String[]

Insieme che identifica le categorie associate a un elemento nella cassetta postale.

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