_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
ReadOnly Property HasAttachment As Boolean
Get
'Usage
Dim instance As _RemoteItem
Dim value As Boolean
value = instance.HasAttachment
bool HasAttachment { get; }
Property Value
Type: System.Boolean