Attachment Size Property | MSG .NET Class Library |
Contains attachment's size in bytes.
Namespace: Independentsoft.MsgAssembly: 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 Attachment Dim value As Long value = instance.Size instance.Size = value
Dim instance As Attachment 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:
The size.
See Also