| 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
)
Public Shared Function GetContentId (
href As String
) As String
public:
static String^ GetContentId(
String^ href
)
static member GetContentId :
href : string -> string
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