Compartir a través de


ItemType.Attachments (Propiedad)

Actualización: noviembre 2007

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Obtiene o establece los elementos o archivos que están asociados a un elemento en el almacén de Exchange.

Espacio de nombres:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Ensamblado:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (en Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Sintaxis

'Declaración
Public Property Attachments As AttachmentType()
'Uso
Dim instance As ItemType
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[])

Valor de propiedad

Tipo: array<Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType[]
Un objeto que representa la colección de elementos.

Comentarios

Los datos adjuntos individuales tienen los mismos elementos secundarios pero están basados en tipos diferentes: ArrayOfAttachmentsType y NonEmptyArrayOfAttachmentsType. ArrayOfAttachmentsType sólo se utiliza en el mensaje de respuesta.

Permisos

Plataformas

Windows CE, Windows Mobile para Smartphone, Windows Mobile para Pocket PC

.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.

Información de versión

.NET Compact Framework

Compatible con: 3.5

Vea también

Referencia

ItemType (Clase)

ItemType (Miembros)

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007 (Espacio de nombres)