IMsoEnvelopeVB 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对功能的访问权限,使你可以直接从 Microsoft Office 应用程序以电子邮件的形式发送文档。
public interface class IMsoEnvelopeVB
[System.Runtime.InteropServices.Guid("000672AC-0000-0000-C000-000000000046")]
public interface IMsoEnvelopeVB
[<System.Runtime.InteropServices.Guid("000672AC-0000-0000-C000-000000000046")>]
type IMsoEnvelopeVB = interface
Public Interface IMsoEnvelopeVB
- 派生
- 属性
注解
使用 object、 Chart object 或 Worksheet object (的 MailEnvelope 属性Document,具体取决于所使用的应用程序) 返回 MsoEnvelope 对象。
属性
CommandBars |
返回集合 CommandBars 。 |
Introduction |
设置或返回使用 MsoEnvelope 对象发送的文档随附的介绍性文本。 介绍性文本包含于电子邮件中文档的顶部。 |
Item |
返回一个 MailItem 对象,该对象可用于以电子邮件形式发送文档。 |
Parent |
返回指定对象的 Parent 对象。 |