Condividi tramite


Proprietà AttachmentType.ContentId

Aggiornamento: novembre 2007

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

Ottiene o imposta l'identificatore del contenuto dell'allegato.

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 ContentId As String
'Utilizzo
Dim instance As AttachmentType
Dim value As String

value = instance.ContentId

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

Valore proprietà

Tipo: System.String

Identificatore del contenuto.

Note

Il valore di ContentId può essere impostato su qualsiasi valore stringa. Le applicazioni possono utilizzare la proprietà ContentId per implementare il relativo meccanismo di identificazione.

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

AttachmentType Classe

Membri AttachmentType

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