EmailAuthor 接口

定义

代表电子邮件的作者。

public interface class EmailAuthor
[System.Runtime.InteropServices.Guid("000209D7-0000-0000-C000-000000000046")]
public interface EmailAuthor
type EmailAuthor = interface
Public Interface EmailAuthor
属性

注解

没有 EmailAuthors 集合;每个 Email 对象仅包含一个 EmailAuthor 对象。

CurrentEmailAuthor使用 属性可返回 EmailAuthor 对象。 EmailAuthor 对象及其属性才有效,只有活动文档是尚未发送的转发、 答复或新电子邮件。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Creator

获取一个 32 位整数,该整数指示在其中创建了指定对象的应用程序。

Parent

返回一个对象,代表指定对象的父对象。

Style

返回一个 Style 对象,该对象代表与未发送答复、转发或新电子邮件的当前电子邮件作者关联的样式。

适用于