Attachment Data Property | MSG .NET Class Library |
Contains binary attachment data.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public byte[] Data { get; set; }
public byte[] Data { get; set; }
Public Property Data As Byte() Get Set
Public Property Data As Byte() Get Set
Dim instance As Attachment Dim value As Byte() value = instance.Data instance.Data = value
Dim instance As Attachment Dim value As Byte() value = instance.Data instance.Data = value
/** @property */ public byte[] get_Data() /** @property */ public void set_Data(byte[] value)
/** @property */ public byte[] get_Data() /** @property */ public void set_Data(byte[] value)
function get Data () : byte[] function set Data (value : byte[])
function get Data () : byte[] function set Data (value : byte[])
function get_Data(); function set_Data(value);
function get_Data(); function set_Data(value);
Property Value
Type:
The data.
See Also