LinkType

Contains an enumeration of link types.

Syntax

<LinkType>
  <enumeration value="forward"/>
  <enumeration value="reply"/>
  <enumeration value="draft"/>
  <enumeration value="resend"/>
</LinkType>

Definitions

forward

Specifies the forward link type. This LinkType is created on the server when the forwardRequest method is called.

reply

Specifies the reply link type. This LinkType is created on the server when the replyRequest method is called.

draft

Specifies the draft link type. This LinkType is used to specify using an existing draft message as the template for a item to send.

--For GroupWise 8.0 SP2 and later.

resend

Specifies the resend link type. This LinkType is created on the server when the sendItemRequest method is called.

--For GroupWise 2012 and later.