_ContactItem.HasPicture Property

Returns a Boolean (bool in C#) value that is True if a Contacts item has a picture 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 HasPicture As Boolean
    Get
'Usage
Dim instance As _ContactItem
Dim value As Boolean

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

Property Value

Type: System.Boolean

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace