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.23341.1754
Syntax
public static bool IsContentId(
	string href
)

Parameters

href
Type: SystemString
Address to check.

Return Value

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