Click or drag to resize

ContentIdHelperGetContentId Method

If url is "cid" URL ('cid:a%25b@c') method returns decoded Content-ID message header ('a%b@c').

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static string GetContentId(
	string href
)

Parameters

href
Type: SystemString
Address to extract content id from.

Return Value

Type: String
Content-ID message header -or- null if url is NOT "cid" URL.
Remarks
Converts %hh hex- escaped characters to their ASCII equivalents.
See Also