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.12102.1426

Syntax

C#
public static string GetContentId(
	string href
)
Visual Basic
Public Shared Function GetContentId ( _
	href As String _
) As String
Visual C++
public:
static String^ GetContentId(
	String^ href
)

Parameters

href
Type: System..::..String

[Missing <param name="href"/> documentation for "M:Limilabs.Mail.Headers.ContentIdHelper.GetContentId(System.String)"]

Return Value

Content-ID message header -or- null if url is NOT "cid" URL.

Remarks

Converts %hh hex- escaped characters to their ASCII equivalents.

See Also