_Application.OpenAttachmentsInFullScreen 属性

定义

返回或设置一个布尔值,该值代表 Microsoft Office Word是否在阅读模式下打开电子邮件附件。 读/写。

public:
 property bool OpenAttachmentsInFullScreen { bool get(); void set(bool value); };
public bool OpenAttachmentsInFullScreen { get; set; }
member this.OpenAttachmentsInFullScreen : bool with get, set
Public Property OpenAttachmentsInFullScreen As Boolean

属性值

Boolean

注解

此属性对应于 "Word 选项" 对话框中的 "在读取模式下打开电子邮件附件" 复选框。

适用于