IsSubscribed method
Obsolete. Checks if the user is subscribed to a particular site.
Syntax
HRESULT retVal = object.IsSubscribed(pwszURL, pfSubscribed);
Parameters
- pwszURL [in]
-
Type: LPCWSTR
A string containing the URL to look for.
- pfSubscribed [out]
-
Type: BOOL
A pointer to a Boolean value that is TRUE if a subscription exists, or FALSE otherwise.
Remarks
Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.
Show: