Message.HasAttachment Property

Independentsoft MSG .NET

Message HasAttachment Property MSG .NET Class Library
Contains true if a message contains at least one attachment.

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

Syntax

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

value = instance.HasAttachment

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

value = instance.HasAttachment

instance.HasAttachment = value
/** @property */
public boolean get_HasAttachment()
/** @property */
public void set_HasAttachment(boolean value)
/** @property */
public boolean get_HasAttachment()
/** @property */
public void set_HasAttachment(boolean value)
function get HasAttachment () : boolean 
function set HasAttachment (value : boolean)
function get HasAttachment () : boolean 
function set HasAttachment (value : boolean)
function get_HasAttachment();
function set_HasAttachment(value);
function get_HasAttachment();
function set_HasAttachment(value);

Property Value

Type: OnlineBoolean
true if this instance has attachment; otherwise, false.
See Also