次の方法で共有


ItemType.Attachments プロパティ

定義

プロパティは Attachments 、Exchange ストア内の AttachmentType アイテムに添付されているアイテムまたはファイルを含む配列を取得または設定します。

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()

プロパティ値

プロパティは Attachments 、Exchange ストア内のアイテムに添付されているアイテムまたはファイルを含む型 AttachmentType の配列を返します。

適用対象