 | ContentIdHelperGetContentId Method |
If url is "cid" URL ('cid:a%25b@c') method returns decoded Content-ID message header ('a%b@c').
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static string GetContentId(
string href
)
Public Shared Function GetContentId (
href As String
) As String
public:
static String^ GetContentId(
String^ href
)
static member GetContentId :
href : string -> string Parameters
- href String
- Address to extract content id from.
Return Value
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