Message.GetBytes Method

Independentsoft MSG .NET

Message GetBytes Method MSG .NET Class Library
Gets bytes to read from this message.

Namespace: Independentsoft.Msg
Assembly: 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 Message 
Dim returnValue As Byte()

returnValue = instance.GetBytes()
Dim instance As Message 
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:  OnlineByte 
Attachment as a byte array.
See Also