共用方式為


Outlook) (Attachments 物件

包含一組 Attachment 物件,代表 Outlook 專案中的附件。

註解

使用 Attachments 屬性可傳回任何 Outlook 專案 (的 Attachments 集合,但附注) 除外。

使用 Add 方法可將附件新增至專案。

為了確保結果一致,通常需要在項目的 Attachments 集合中新增或刪除物件之前,儲存項目。

範例

下列 Visual Basic for Applications (VBA) 範例會建立新郵件,然後將 Q496.xls 做為附件貼上 (非連結),並為附件提供一個描述性標題。

Set myItem = Application.CreateItem(olMailItem) 
 
myItem.Save 
 
Set myAttachments = myItem.Attachments 
 
myAttachments.Add "C:\My Documents\Q496.xls", _ 
 
 olByValue, 1, "4th Quarter 1996 Results Chart"

方法

名稱
Add
項目
Remove

屬性

名稱
Application
Class
Count
Parent
Session

另請參閱

將檔案附加至訊息項目將 Outlook 連絡人項目附加至Email郵件限制 Outlook 的附件大小Email郵件修改 Outlook 的附件Email郵件附件物件成員Outlook 物件模型參考

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應