Click or drag to resize

ContentIdHelperDecodeContentId Method

Decodes Content-ID in URL format ('a%25b@c'). Converts %hh hex-escaped characters to their ASCII equivalents.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static string DecodeContentId(
	string cid
)

Parameters

cid  String
Content-ID for decoding.

Return Value

String
Decoded Content-ID value ('a%b@c').
See Also