_DDocSiteControl.SuppressAttachments Property

Definition

Returns or sets a Boolean value (bool in C#) that specified whether attachments of the Outlook item should not be displayed in the control. Read/write.

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

Property Value

Remarks

This property applies only to files attached to the Outlook item in the attachment box and does not apply to files attached inline as embedded items in the Outlook item.

True to indicate that the control does not display attachments of the item; False to indicate that the control supports displaying of the attachments of the item.

Applies to