Proprietà ItemType.MimeContent
Aggiornamento: novembre 2007
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Ottiene o imposta il flusso MIME nativo di un oggetto rappresentato nel formato base64Binary.
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 MimeContent As MimeContentType
'Utilizzo
Dim instance As ItemType
Dim value As MimeContentType
value = instance.MimeContent
instance.MimeContent = value
public MimeContentType MimeContent { get; set; }
public:
property MimeContentType^ MimeContent {
MimeContentType^ get ();
void set (MimeContentType^ value);
}
public function get MimeContent () : MimeContentType
public function set MimeContent (value : MimeContentType)
Valore proprietà
Tipo: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MimeContentType
Oggetto che rappresenta il flusso MIME.
Note
Il valore di testo deve rappresentare un flusso MIME base64Binary. Il flusso MIME può contenere gli stessi dati contenuti dalle altre proprietà restituite con un elemento.
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