Item.Properties.ReadInfo

Reads other property information about an item, such as send options, attachments, and other relevant information.

Parameters

Item.drn (Required)

Specifies the GroupWise identifier of the item to open.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Value

Description

Item.Properties.drn

Identifier of item.

Item.Properties.type

Valid Values:

  • 1 Mail
  • 2 Note
  • 4 Task
  • 8 Appointment
  • 16 Phone

Item.Properties.boxType

Valid Values:

  • 1 The user viewing the item is a recipient. Don't show item status information or BC users.
  • 2 The user viewing the item is the owner. Show item status information and BC users.

Item.Properties.fromText

Sender of the item.

Item.Properties.subject

Subject of the item.

Item.Properties.linUserHash

User information (used for problem solving).

Item.Properties.createDate

Creation date of the item.

Item.Properties.expirationDate

Expiration date of the item.

Item.Properties.distributionDate

Distribution date of the item.

Item.Properties.scheduledDate

Scheduled date of the item.

Item.Properties.security

Security settings on the item:

  • 1 Normal
  • 2 Proprietary
  • 3 Confidential
  • 4 Secret
  • 5 Top Secret
  • 6 For your eyes only

Item.Properties.priority

Item priority:

  • Low
  • Medium
  • High

Item.Properties.autoDelete

Yes or No.

Item.Properties.concealSubject

Yes or No.

Item.Properties.notifyRecipient

Yes or No.

Item.Properties.ReplyRequested.type

Type of reply requested: WhenConvenient or ByDate.

Item.Properties.ReplyRequested.day

Number of days selected for a reply request.

Item.Properties.ReturnNotification.accepted

Type of return notification for an accepted item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

Item.Properties.ReturnNotification.completed

Type of return notification for a completed item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

Item.Properties.ReturnNotification.deleted

Type of return notification for a deleted item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

Item.Properties.ReturnNotification.declined

Type of return notification for a declined item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

Item.Properties.ReturnNotification.opened

Type of return notification for an opened item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

Item.Properties.statusTracking

Type of status tracking:

  • 1 Delivered
  • 2 Delivered and Opened
  • 3 All Information

Item.Properties.Attachment.count

Number of files attached.

Item.Properties.Attachment[n].lastModifiedDate

Last modified date for the selected attachment.

Item.Properties.Attachment[n].name

Attachment name.

Item.Properties.Attachment.size

Attachment size.

Item.Properties.Attachment[n].type

Valid attachment types are:

  • File
  • Folder
  • Message
  • Sound
  • View
  • Appointment
  • Note
  • Task
  • Mail
  • Form
  • Multimedia
  • Phone
  • Ole
  • Profile (Document)

Example

<A href="/servlet/webacc?User.context=xyz&action=Item.Action&Item.properties.ReadInfo=&Item.drn=434z6z"> Get Other Properties </A>