Message.IsPrivate Property

Independentsoft MSG .NET

Message IsPrivate Property MSG .NET Class Library
Contains true if message is marked as private.

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

Syntax

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

value = instance.IsPrivate

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

value = instance.IsPrivate

instance.IsPrivate = value
/** @property */
public boolean get_IsPrivate()
/** @property */
public void set_IsPrivate(boolean value)
/** @property */
public boolean get_IsPrivate()
/** @property */
public void set_IsPrivate(boolean value)
function get IsPrivate () : boolean 
function set IsPrivate (value : boolean)
function get IsPrivate () : boolean 
function set IsPrivate (value : boolean)
function get_IsPrivate();
function set_IsPrivate(value);
function get_IsPrivate();
function set_IsPrivate(value);

Property Value

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