Custom

Describes a GroupWise custom field. Currently, only strings are supported.

Syntax

<Custom>
<field type="string"/>
<value type="string"/>
<notify type="ReturnNotificationOptions"/>
<locked type="boolean"/>
<adminOnly type="boolean"/>

Definitions

field

Specifies the name of the field.

value

Specifies the value of the string field.

notify

Specifies the returnNotification settings for global user settings. This setting corresponds to Tools > Options > Send > Mail > Return Notification. It also applies to Appointments, Tasks, and Reminder Notes.

locked

Specifies if the value cannot be changed.

adminOnly

Returns true if a setting can only be set by the administrator. The user cannot override this setting.