Compartir a través de


CreateAttachmentType.Attachments Propiedad

Definición

La Attachments propiedad obtiene o establece los datos adjuntos que se van a crear para la operación CreateAttachment.

public:
 property cli::array <ExchangeWebServices::AttachmentType ^> ^ Attachments { cli::array <ExchangeWebServices::AttachmentType ^> ^ get(); void set(cli::array <ExchangeWebServices::AttachmentType ^> ^ value); };
public ExchangeWebServices.AttachmentType[] Attachments { get; set; }
Public Property Attachments As AttachmentType()

Valor de propiedad

La Attachments propiedad devuelve una AttachmentType matriz que contiene el conjunto de datos adjuntos.

Comentarios

La Attachments propiedad puede contener un conjunto de archivos y datos adjuntos de elementos.

Se aplica a