Condividi tramite


Proprietà SmartResponseType.NewBodyContent

Aggiornamento: novembre 2007

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

Ottiene o imposta il nuovo contenuto nel corpo di un messaggio.

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 NewBodyContent As BodyType
'Utilizzo
Dim instance As SmartResponseType
Dim value As BodyType

value = instance.NewBodyContent

instance.NewBodyContent = value
public BodyType NewBodyContent { get; set; }
public:
property BodyType^ NewBodyContent {
    BodyType^ get ();
    void set (BodyType^ value);
}
public function get NewBodyContent () : BodyType
public function set NewBodyContent (value : BodyType)

Valore proprietà

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

Oggetto che rappresenta il nuovo contenuto nel corpo di un messaggio.

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

SmartResponseType Classe

Membri SmartResponseType

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