语法
表达式.MailEnvelope
表达式 返回 Document 对象的表达式。
示例
本示例为活动文档的电子邮件标题设置批注。
function HeaderComments(){ ActiveDocument.MailEnvelope.Introduction = "Please review this document and let me know " + "what you think. I need your input by Friday." + " Thanks." }