Condividi tramite


Proprietà MessageType.Sender

Aggiornamento: novembre 2007

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

Ottiene o imposta il mittente 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 Sender As SingleRecipientType
'Utilizzo
Dim instance As MessageType
Dim value As SingleRecipientType

value = instance.Sender

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

Valore proprietà

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

Oggetto che rappresenta il mittente di un messaggio.

Note

Questa proprietà è facoltativa.

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

MessageType Classe

Membri MessageType

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