Share via


_RemoteItem.HasAttachment Property

Returns a Boolean (bool in C#) that is True (default) if the remote item has an attachment associated with it. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property HasAttachment As Boolean
    Get
'Usage
Dim instance As _RemoteItem
Dim value As Boolean

value = instance.HasAttachment
[DispIdAttribute()]
bool HasAttachment { get; }

Property Value

Type: System.Boolean

See Also

Reference

_RemoteItem Interface

_RemoteItem Members

Microsoft.Office.Interop.Outlook Namespace