 | ContentIdHelperIsContentId Method |
If url is "cid" URL ('cid:a%25b@c') method returns true.
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static bool IsContentId(
string href
)
Public Shared Function IsContentId (
href As String
) As Boolean
public:
static bool IsContentId(
String^ href
)
static member IsContentId :
href : string -> bool Parameters
- href String
- Address to check.
Return Value
Boolean
True if href is cid url, false otherwise.
See Also