Share via


_DDocSiteControl.SuppressAttachments Property

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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property SuppressAttachments As SByte
    Get
    Set
'Usage
Dim instance As _DDocSiteControl
Dim value As SByte

value = instance.SuppressAttachments

instance.SuppressAttachments = value
[DispIdAttribute()]
sbyte SuppressAttachments { get; set; }

Property Value

Type: System.SByte

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.

See Also

Reference

_DDocSiteControl Interface

_DDocSiteControl Members

Microsoft.Office.Interop.Outlook Namespace