Attachment GetBytes Method | MSG .NET Class Library |
Gets the bytes.
Namespace: Independentsoft.Email.MimeAssembly: 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:
System.Byte[][].
See Also