| 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
)
Public Shared Function DecodeContentId (
cid As String
) As String
public:
static String^ DecodeContentId(
String^ cid
)
static member DecodeContentId :
cid : string -> string
Parameters
- cid
- Type: SystemString
Content-ID for decoding.
Return Value
Type:
String
Decoded Content-ID value ('a%b@c').
See Also