Attachment.IsContactPhoto Property

Independentsoft MSG .NET

Attachment IsContactPhoto Property MSG .NET Class Library
Indicates whether this attachment is a contact photo.

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

Syntax

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

value = instance.IsContactPhoto

instance.IsContactPhoto = value
Dim instance As Attachment 
Dim value As Boolean 

value = instance.IsContactPhoto

instance.IsContactPhoto = value
/** @property */
public boolean get_IsContactPhoto()
/** @property */
public void set_IsContactPhoto(boolean value)
/** @property */
public boolean get_IsContactPhoto()
/** @property */
public void set_IsContactPhoto(boolean value)
function get IsContactPhoto () : boolean 
function set IsContactPhoto (value : boolean)
function get IsContactPhoto () : boolean 
function set IsContactPhoto (value : boolean)
function get_IsContactPhoto();
function set_IsContactPhoto(value);
function get_IsContactPhoto();
function set_IsContactPhoto(value);

Property Value

Type: OnlineBoolean
true if this instance is contact photo; otherwise, false.
See Also