Click or drag to resize

ContentIdHelperIsContentId Method

If url is "cid" URL ('cid:a%25b@c') method returns true.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static bool IsContentId(
	string href
)

Parameters

href  String
Address to check.

Return Value

Boolean
True if href is cid url, false otherwise.
See Also