Item.ReadChild

Reads a child item, such as an enclosed, forwarded message.

Parameters

Item.drn (Required)

Specifies the GroupWise identifier of the current item.

Item.Attachment.id (Required)

Specifies the attachment ID of the child item to read.

Item.Child.id (Required)

Specifies the child ID of the item to read. It is possible for the child ID to contain spaces, so you must URL encode this value. For example:

{VAR urlEncode(Item.Child.id)}
User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Returns the same values as Item.Read.

Example

<A href="/servletwebacc?User.context=xyz&action=
Item.ReadChild&Item.Attachment.id=1&Item.Child.id={VAR urlEncode(Item.Child.id)}&Item.drn=434z6z">Read Fowarded Message</A>