Word) (Document.MailEnvelope 屬性
會傳回代表檔之電子郵件標題的 MsoEnvelope 物件。
語法
運算式。MailEnvelope
表達 會傳回 Document 物件的運算式。
範例
本範例會設定使用中檔的電子郵件標頭批註。
Sub HeaderComments()
ActiveDocument.MailEnvelope.Introduction = _
"Please review this document and let me know " & _
"what you think. I need your input by Friday." & _
" Thanks."
End Sub
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。