_DDocSiteControl.SuppressAttachments 属性

定义

返回或 设置 C# ) 中布尔值 (bool 值,该值指定是否不应在控件中显示 Outlook 项目的附件。 读/写。

public:
 property System::SByte SuppressAttachments { System::SByte get(); void set(System::SByte value); };
public sbyte SuppressAttachments { get; set; }
Public Property SuppressAttachments As SByte

属性值

注解

此属性仅适用于附加到附件框中 Outlook 项目的文件,不适用于作为 Outlook 项目中嵌入项目内联附加的文件。

如果为 True ,则指示控件不显示项的附件; False 表示控件支持显示项的附件。

适用于