Attachment GetBuffer 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[] GetBuffer()
public byte[] GetBuffer()
Public Function GetBuffer As Byte()
Public Function GetBuffer As Byte()
Dim instance As Attachment Dim returnValue As Byte() returnValue = instance.GetBuffer()
Dim instance As Attachment Dim returnValue As Byte() returnValue = instance.GetBuffer()
public byte[] GetBuffer()
public byte[] GetBuffer()
public function GetBuffer() : byte[]
public function GetBuffer() : byte[]
function GetBuffer();
function GetBuffer();
Return Value
Type:
Attachment as a byte array.
See Also