BodyPart.GetBytes Method

Independentsoft MSG .NET

BodyPart GetBytes Method MSG .NET Class Library
Gets the bytes.

Namespace: Independentsoft.Email.Mime
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 BodyPart 
Dim returnValue As Byte()

returnValue = instance.GetBytes()
Dim instance As BodyPart 
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 
System.Byte[][].
See Also