ItemType.Attachments Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O Attachments propriedade obtém ou define um AttachmentType matriz que contém os itens ou arquivos que estejam anexados a um item no armazenamento do Exchange.
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 da propriedade
O Attachments propriedade retorna uma matriz do tipo AttachmentType que contém os itens ou arquivos que estejam anexados a um item no armazenamento do Exchange.