Namespace: Cartella.Pop3.Mime
Assembly: Pop3Client (in Pop3Client.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static byte[] DecodeBytes(
	string contents
)
Visual Basic
Public Shared Function DecodeBytes ( _
	contents As String _
) As Byte()
Visual C++
public:
static array<unsigned char>^ DecodeBytes(
	String^ contents
)

Parameters

contents
Type: System..::..String

See Also