Attachment GetBytes Method | MSG .NET Class Library |
Gets bytes to read from this attachment.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public byte[] GetBytes()
public byte[] GetBytes()
Public Function GetBytes As Byte()
Public Function GetBytes As Byte()
Dim instance As Attachment Dim returnValue As Byte() returnValue = instance.GetBytes()
Dim instance As Attachment Dim returnValue As Byte() returnValue = instance.GetBytes()
public byte[] GetBytes()
public byte[] GetBytes()
public function GetBytes() : byte[]
public function GetBytes() : byte[]
function GetBytes();
function GetBytes();
Return Value
Type:
Attachment as a byte array.
See Also