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.23341.1754
Syntax
public static string DecodeContentId(
	string cid
)

Parameters

cid
Type: SystemString
Content-ID for decoding.

Return Value

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