Message.Size Property

Independentsoft MSG .NET

Message Size Property MSG .NET Class Library
Contains the size of the body, subject, sender, and attachments.

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

Syntax

public long Size { get; set; }
public long Size { get; set; }
Public Property Size As Long 
	Get 
	Set
Public Property Size As Long 
	Get 
	Set
Dim instance As Message 
Dim value As Long 

value = instance.Size

instance.Size = value
Dim instance As Message 
Dim value As Long 

value = instance.Size

instance.Size = value
/** @property */
public long get_Size()
/** @property */
public void set_Size(long value)
/** @property */
public long get_Size()
/** @property */
public void set_Size(long value)
function get Size () : long 
function set Size (value : long)
function get Size () : long 
function set Size (value : long)
function get_Size();
function set_Size(value);
function get_Size();
function set_Size(value);

Property Value

Type: OnlineInt64
The size.
See Also