Message.ContactHasPicture Property

Independentsoft MSG .NET

Message ContactHasPicture Property MSG .NET Class Library
Contains true if the contact has picture.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public bool ContactHasPicture { get; set; }
public bool ContactHasPicture { get; set; }
Public Property ContactHasPicture As Boolean 
	Get 
	Set
Public Property ContactHasPicture As Boolean 
	Get 
	Set
Dim instance As Message 
Dim value As Boolean 

value = instance.ContactHasPicture

instance.ContactHasPicture = value
Dim instance As Message 
Dim value As Boolean 

value = instance.ContactHasPicture

instance.ContactHasPicture = value
/** @property */
public boolean get_ContactHasPicture()
/** @property */
public void set_ContactHasPicture(boolean value)
/** @property */
public boolean get_ContactHasPicture()
/** @property */
public void set_ContactHasPicture(boolean value)
function get ContactHasPicture () : boolean 
function set ContactHasPicture (value : boolean)
function get ContactHasPicture () : boolean 
function set ContactHasPicture (value : boolean)
function get_ContactHasPicture();
function set_ContactHasPicture(value);
function get_ContactHasPicture();
function set_ContactHasPicture(value);

Property Value

Type: OnlineBoolean
true if [contact has picture]; otherwise, false.
See Also