Mime4.net Home | Community Edition | Order | Usage examples | Feedback
QuotedPrintableCodec Encode Method ( Byte )MIME4NET Class Library Documentation
Encodes a byte array to QuotedPrintable

Namespace: NI.Email.Mime.Decoder
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public static string Encode(
	byte[] bytes
)

Parameters

bytes
Type:  System Byte 
Byte array to encode

Return Value

Type: String
QuotedPrintable encoded string
See Also