Condividi tramite


Proprietà AttachmentInfoResponseMessageType.Attachments

Aggiornamento: novembre 2007

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

Ottiene o imposta gli elementi o i file allegati a un oggetto ResponseMessageType di tipo AttachmentInfoResponseMessageType nell'archivio di Exchange.

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 Attachments As AttachmentType()
'Utilizzo
Dim instance As AttachmentInfoResponseMessageType
Dim value As AttachmentType()

value = instance.Attachments

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

Valore proprietà

Tipo: array<Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType[]

Oggetto che contiene gli elementi o i file allegati alla risposta.

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

AttachmentInfoResponseMessageType Classe

Membri AttachmentInfoResponseMessageType

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