| 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
)
Public Shared Function IsContentId (
href As String
) As Boolean
public:
static bool IsContentId(
String^ href
)
static member IsContentId :
href : string -> bool
Parameters
- href
- Type: SystemString
Address to check.
Return Value
Type:
Boolean
True if href is cid url, false otherwise.
See Also