ISubscriptionItem interface

Obsolete. Allows a client program to access the information associated with a subscription item, and is obtained by calling ISubscriptionMgr2::GetItemFromCookie or ISubscriptionMgr2::GetItemFromURL.

Members

The ISubscriptionItem interface inherits from the IUnknown interface. ISubscriptionItem also has these types of members:

  • Methods

Methods

The ISubscriptionItem interface has these methods.

Method Description
EnumProperties

Obsolete. Creates a subscription item property enumerator.

GetCookie

Obsolete. Gets the unique identifier associated with a subscription item.

GetSubscriptionItemInfo

Obsolete. Gets the information associated with a subscription item.

NotifyChanged

Obsolete. This method is currently not implemented.

ReadProperties

Obsolete. Reads name/value pairs from the subscription item properties.

SetSubscriptionItemInfo

Obsolete. Sets the information associated with a subscription item.

WriteProperties

Obsolete. Writes name/value pairs from the subscription item properties.

 

Remarks

Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Subsmgr.h

IDL

Subsmgr.idl

DLL

Webcheck.dll

See also

Reference

ISubscriptionMgr

ISubscriptionMgr2