attachmentsType 複雜類型
定義用來指定以電子郵件訊息傳送之附件的專案。
<xs:complexType name="attachmentsType">
<xs:sequence>
<xs:element name="File"
type="nonEmptyString"
minOccurs="0"
maxOccurs="8"
/>
</xs:sequence>
</xs:complexType>
子元素
元素 | 類型 | 描述 |
---|---|---|
檔案 | nonEmptyString | 指定當做電子郵件訊息附件傳送之檔案的路徑。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |