LINKTYPE enumeration

[The LINKTYPE enumeration is supported only on Windows XP and Windows Server 2003, and should no longer be used.]

Specifies the type of link when crawling or indexing.

Syntax

typedef enum _LINKTYPE { 
  LINKTYPE_URL      = 0x00000000,
  LINKTYPE_CONTENT  = 0x00000001,
  LINKTYPE_RELATED  = 0x00000002
} LINKTYPE;

Constants

LINKTYPE_URL

Specifies whether the URLs link type should be indexed.

LINKTYPE_CONTENT

Specifies whether the link content should be indexed.

LINKTYPE_RELATED

Specifies a related link.

Remarks

To preview attachments with a third-party protocol handler on computers running Windows XP or Windows Server 2003, it may be necessary to use the LINKTYPE flags, and the following other APIs: the IItemPreviewerExt::GetLinkedContent and IItemPreviewerExt::GetRelatedPart methods, and the LINKINFO structure.

Requirements

Requirement Value
Minimum supported client
Windows XP with SP2 [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]