_DDocSiteControl.SuppressAttachments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.