Item.Read

Reads the specified item.

Parameters

Item.drn (Required)

Specifies the GroupWise identifier of the item to be read.

User.context (Required)

Specifies the context identifier for this user’s session.

Item.Accept.ShowAs

Specifies one of the following acceptance levels for an appointment:

  • 1 Busy
  • 2 Free
  • 4 Out of office
  • 8 Tentative

NOTE:This parameter is used with GroupWise 7 SP 1 and later versions only.

Return Values

Value

Description

Item.Attachment[n].allowViewNative

1 enables native viewing for this document or attachment.

Item.Attachment[n].allowView

1 enables HTML viewing for this document or attachment.

Item.bc

List of BC recipients.

Item.bcName

Display names of the BC recipients of the enclosed item.

Item.caller

Caller of the enclosed phone item.

Item.cc

List of CC recipients.

Item.ccId

User's IDs of the CC recipients of the enclosed item.

Item.ccName

Display names of the To recipients of the enclosed item.

Item.cFullId

Full resolved IDs of the CC recipients of the enclosed item.

Item.CheckList.dueDate

CheckList due date of the selected item.

Item.Child.depth

Depth of enclosed item. Indicates how deeply nested the enclosure is. For example, if you're forwarding a forwarded item, the original item would have a depth of 2.

Item.Child.id

Enclosed ID of the item. This item is an enclosure such as a forwarded or delegated item.

Item.company

Company of the enclosed phone item.

Item.dateEnd

End date or Due date of the enclosed item.

Item.dateSent

Send date of the enclosed item.

Item.dateStart

Start date of the enclosed item.

Item.drn

GroupWise specific identifier for item.

Item.duration

Duration if the item is an appointment.

Item.durationType

Duration type for appointments:

  • 1 Minutes
  • 2 Hours
  • 3 Days

Item.Folder.newName

Used when accepting a shared folder.

Item.from

Sender of the enclosed item.

Item.fromFullId

Full ID (userid.postoffice.domain) of the sender of the enclosed item.

Item.id

Identifier of item.

Item.isAutoDate

1 specifies that the enclosed item is an auto-date item.

Item.isDraft

Specifies the item is a draft item.

Item.isOutbound

1 specifies that the item is a sent item.

Item.location

Location of the enclosed appointment item.

Item.message

Message of the enclosed item.

Item.phone

Phone of the enclosed phone item.

Item.priority

Priority of the enclosed item.

Item.Reply

(Optional) Included if the Item.Read is the result of a reply request: sender (reply only to sender) or all (reply to all).

Item.ReplyRequested.date

Date associated with the reply request of the enclosed item.

Item.ReplyRequested.day

During a compose, this value is the number of days before a reply is requested.

Item.ReplyRequested.type

Type of reply requested of the enclosed item: WhenConvenient or ByDate.

Item.security

Security of the enclosed item.

Item.Status.accepted

Accepted status of the enclosed item: Accepted or Unaccepted.

Item.Staus.completed

Completed status of the enclosed item: Completed or Uncompleted.

Item.Status.isDeleted

Deleted status of an item. 1 indicates that the item has been deleted.

Item.Status.read

Read status of the enclosed item: Read or Unread.

Item.subject

Subject of the enclosed item.

Item.subType

Sub-type of the enclosed item.

Item.Task.priority

Priority of the enclosed item.

Item.Task.startDate

Start date of the enclosed task item.

Item.to

List of To recipients.

Item.toFullId

Full resolved IDs of the To recipients of the enclosed item.

Item.toName

Display names of the To recipients of the enclosed item.

Item.toId

User's IDs of the To recipients of the enclosed item.

Item.type

Item type: Mail, Appointment, Note, Task, or Phone.

Signature.isEnabled

A signature is enabled or disabled.

Signature.isAutomatic

A signature can be automatically added or the user can be prompted to add a signature to outgoing messages.

Signature.signature

Signature text.

User.Access.HTMLDoc

1 enables viewing documents in HTML format (global).

User.Access.HTMLDocNative

1 enables viewing documents in native format (global).

User.Access.View

1 enables viewing attachments in HTML format (global).

User.Access.ViewNative

1 enables viewing attachments in native format (global).

If the message is being posted to a folder, add some information about the folder:

Value

Description

Folder.id

Identifier of folder.

Folder.drn

Folder DRN of the folder.

Folder.name

Name of the folder.

Folder.type

Specifies the type of the nth folder:

  • Folder.NORMAL
  • Folder.SENTITEMS
  • Folder.TASKLIST
  • Folder.QUERY
  • Folder.USER
  • Folder.UNIVERSAL
  • Folder.TRASH
  • Folder.CABINET
  • Folder.SHARED
  • Folder.CHECKLIST
  • Folder.UNOPENED
  • Folder.DOCUMENT Special backward compatibility case with GroupWise 5.2.
  • Folder.SHAREDREF If this is a shared folder reference, it displays the user's rights to the folder.

Folder[n].Rights.delete

Delete rights to the nth folder.

Folder[n].Rights.post

Post or create rights to the nth folder.

Example

<A href="/servlet/webacc?User.context=xyz&action=Item.Read&Item.drn=434z6z"> Read Item </A>