5.4 Setting GroupWise Client Options with the Driver

The GroupWise 2014 driver allows you to use Identity Manager policies to set some of the GroupWise client options on users. Normally, the client options are set by the administrator through the GroupWise Administration Console.

NOTE:Some client options cannot be set through the GroupWise driver. Only the client options that can be controlled by the driver are covered in this guide. For a list of the client options that can be set through the driver, see Section 5.5, Client Options Quick Reference.

5.4.1 Using Policies to Set Client Options

The Identity Manager policies use XML attributes and fields to set the GroupWise client options. The XML attribute and field names are different from the field names in GroupWise Administration console. However, you can access the client options in GroupWise Administration console, to see how the options are related and to decide which ones you want to edit, then use this documentation to find the corresponding XML attribute and field name to edit the in the policy.

Considerations

As you edit the policy, keep the following considerations in mind:

  • There are many fields for the client options and they are divided into attributes.

  • The structure for all attributes is the same. The policy specifies the attribute, identifies the correct field, sets the value for the field, and allows you to lock the field.

    <attr attr-name="">
      <value type="structured">
        <component name="lock-level"></component>
        <component name="value"></component>
        <component name="field"></component>
      </value>
    </attr>
  • The value and field components must be present. The lock level is optional. If the lock level is specified, it must also have a value specified. The absence of the lock level is the same as setting the lock level to 0.

  • The lock level locks the ability to modify the field. The lock level is normally set through GroupWise Administration console. It can be set at the user, post office, or domain level. If the field is locked at the post office, the field cannot be modified on users. The following lock levels are available in GroupWise Administration console:

    • 0: Not locked. Default.

    • 2: Set on the user, but not locked.

    • 3: Set on the post office, but not locked.

    • 4: Set on the domain, but not locked.

    • 5: Locked on the user.

    • 6: Locked on the post office.

    • 7: Locked on the domain.

  • You should set the lock levels through the GroupWise Administration console. If you decide to use policies to set the lock levels, the GroupWise 2014 driver has the following restrictions:

    • The driver sets lock levels only on users.

    • Some fields should not be locked at the user level, but only at the domain and post office levels. The driver cannot set these lock levels, so they must be set through GroupWise Administration console.

    • The driver can set the lock level values to either 0 or to 5. It cannot set any other value.

    • The policies must check to see what the current lock level is set to. If the value is greater than 5, the policies must not change the current lock level.

  • Lock levels can be shared by a group of fields. If you want to lock one field in the group, you must lock all fields. A value must be set (even if it is the default value) for the lock to function.

Example Procedure

The following procedure shows how to add the AdvancedSetting attribute when an Add operation occurs.

  1. In Designer or iManager, double-click the default Create policy in the Subscriber channel of the GroupWise driver.

    For more information, see Accessing the Policy Builder.

  2. Right-click the last rule.

  3. Select New > Rule > Insert Rule After.

  4. Specify a name for the new rule, then click Next.

  5. Select AND Conditions, OR Groups, then click Next.

  6. Select operation for the condition.

  7. Select equal, then set the mode to case sensitive.

  8. Select the value of add, then click Next.

  9. Select Continue, then click Next.

  10. Select the action of add destination attribute value.

  11. Specify an attribute value of AdvancedSettings in the attribute name field.

  12. Specify a class name of User in the class name field.

  13. Select the add to current operation mode.

  14. Select Current object to decide where to place the value.

  15. Specify the value type of structured.

  16. Click the Edit the components icon to specify the values of the attribute.

  17. Specify lock-level in the Name field, then specify 0 for the value.

  18. Click the Append new item icon.

  19. Specify value in the Name field, then specify 0 for the value.

  20. Click the Append new item icon.

  21. Specify field in the Name field, then specify autoSpellCheck for the value.

  22. Click Finish to save the values.

  23. Click Next.

  24. Select Continue, the click Next.

  25. Review the summary, then click Finish.

  26. Press Ctrl+S to save the new rule.

5.4.3 Environment > General

The General options determine such settings as the refresh interval for new messages, whether users can create shared folders and address books, and which types of accounts can be used while in Online mode. The General options are found in GroupWise Administration console through the GroupWise client options under Environment > General.

There are two attributes that store this information; AdvancedSettings and EnvironmentSettings.

<attr attr-name="AdvancedSettings">
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">autoSpellCheck</component>
  </value>
</attr>

Check Spelling Before Send

The autoSpellCheck field spell-checks the message text of each item before the item is sent. To enable this option, set the value to 1. To disable this option, set the value to 0. By default, this option is disabled.

<attr attr-name="EnvironmentSettings">
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">1</component>
          <component name="field">allowSharedFolders</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">1</component>
          <component name="field">allowSharedAddressBooks</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">allowPOP_IMAPAccounts</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">allowNNTPAccounts</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">1</component>
          <component name="field">showIMPresence</component>
        </value>
</attr>

Allow Shared Folder Creation

The allowSharedFolders field enables users to share folders with other users. To enable this option, set the value to 1. To disable this option, set the value to 0. By default, this option is enabled.

Allow Shared Address Book Creation

The allowSharedAddressBooks field enables users to share address books with other users. To enable this option, set the value to 1. To disable this option, set the value to 0. By default, this option is enabled.

Allow Use of POP and IMAP Accounts in the Online Mailbox

The allowPOP_IMAPAccounts field enables users to access POP and IMAP accounts while using the GroupWise client in Online mode. To enable this option, set the value to 1. To disable this option, set the value to 0. By default, this option is disabled.

If you enable this option, an Accounts menu is added to the GroupWise client, allowing users to add POP and IMAP accounts to GroupWise, set account properties, and send and retrieve items from their POP and IMAP accounts. In addition, users are allowed to upload POP and IMAP items from the Remote mailbox to the Online mailbox.

IMPORTANT:If you lock this field, the lock level must be set on a domain or post office, not on users.

Allow Use of News (NNTP) Accounts in the Online Mailbox

The allowNNTPAccounts field enables users to set up newsgroup (NNTP) accounts while using the GroupWise client in Online mode. To enable this option, set the value to 1. To disable this option, set the value to 0. By default, this option is disabled.

IMPORTANT:If you lock this field, the lock level must be set on a domain or post office, not on users.

Show Messenger Presence

The showIMPresence field displays the Messenger presence information in the GroupWise Windows client. Messenger presence enables users to easily choose instant messaging as an alternative to e-mail. Messenger presence icons appear in the From field of a received message, in the Quick Info for users specified in the To, CC, and BC fields of a new message, and in the Quick Info for users in the Address Book. To enable this option, set the value to 1. To disable this option, set the value to 0. By default, this option is enabled.

5.4.4 Environment > Client Access

The Client Access options allow you to apply a license type (full or limited) to users’ mailboxes and to enable or disable the Remote and Caching modes in the GroupWise client for Windows. The Client Access options are found in GroupWise Administration console through the GroupWise client options under Environment > Client Access.

The EnvironmentSettings attribute stores this information.

<attr attr-name="EnvironmentSettings">
  <value type="structured">
            <component name="lock-level">0</component>
            <component name="value">FULL</component>
            <component name="field">clientLicense</component>
        </value>
</attr>

Client Licensing

The clientLicense field defines whether a full client mailbox license or a limited client mailbox license is used. To enable full client mailbox licenses, set the value to FULL. To enable limited client mailbox licenses, set the value to LIMITED.

A full client mailbox license has no mailbox access restrictions; the mailbox can be accessed by any GroupWise client (Windows or WebAccess) as well as any third-party plug-in or POP/IMAP client.

A limited client mailbox license restricts mailbox access to the following:

  • The GroupWise WebAccess client (including wireless devices)

  • A GroupWise client (Windows or WebAccess) via the Proxy feature

  • A GroupWise client (Windows or WebAccess) via the Busy Search feature

  • A POP or IMAP client

You can use this option to specify the type of client license that you want applied to users’ mailboxes. This enables you to support the type of GroupWise mailbox licenses you purchase. For example, if you only purchased limited client license mailboxes for users on a specific post office, you can mark all mailboxes on that post office as being limited client license mailboxes.

5.4.5 Environment > Views

The Views options are found in GroupWise Administration console through the GroupWise client options under Environment > Views. The Views Environment options determine when items open, and whether or not users can read and compose messages in HTML.

The EnvironmentSettings attribute stores this information.

<attr attr-name="EnvironmentSettings">
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">TEXT,HTML</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">TEXT,HTML</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">HTML</component>
          <component name="field">defaultViewRead</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">HTML</component>
          <component name="field">defaultViewCompose</component>
        </value>
      </attr>

Allowable Read Views

The allowableViewRead field determines what read views you allow the clients to use. There are two read views:

  • Plain Text: Set the value to TEXT to allow users to read the items in plain text.

  • HTML: Set the value to HTML to allow users to read the items in HTML.

You can specify both types of read views so users can choose which read view they want to use. The entries are comma-separated. If you want to limit the user’s choice of read views, specify only one.

IMPORTANT:If you lock this field, the lock level must be set on a domain or post office, not on users.

Set Default

The defaultViewRead field allows you to specify which read view is the default read view the client uses. There are two read views available:

  • Plain Text: Set the value to TEXT to allow users to read the items in plain text.

  • HTML: Set the value to HTML to allow users to read the items in HTML.

For this field, you can specify only one value, unlike the allowableViewRead field. The default view must be specified in the defaultViewRead field.

Set Default

The defaultViewCompose field allows you to specify which compose view is the default compose view the client uses. There are two compose views available:

  • Plain Text: Setting the value to TEXT allows users to compose items in plain text.

  • HTML: Setting the value to HTML allows users to compose items in HTML.

For this field, you can specify only one value. The default view must be specified in the defaultViewCompose field.

5.4.6 Environment > Cleanup

The Cleanup options determine the delete and archive settings for GroupWise items. These options help control the disk space usage for the users, along with the Disk Space Management options. The cleanup settings are found in GroupWise Administration console through the GroupWise client options under Environment > Cleanup.

The DiscardSettings attribute is used for the Cleanup options as well as the Disk Space Management options. For more information, see Section 5.4.14, Send > Disk Space Management.

<attr attr-name="DiscardSettings">
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">ManualDeleteArchive</component>
          <component name="field">mailDelete</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">ManualDeleteArchive</component>
          <component name="field">appointmentDelete</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">AUTO_PURGE</component>
          <component name="field">trashPurge</component>
        </value>
</attr>

Mail and Phone

These options are not supported in this release of the driver.

Appointment, Task, and Note

These options are not supported in this release of the driver.

Empty Trash

The trashPurge field purges deleted items from the Trash folder. The items can be retrieved from the Trash until it is purged. Items in the Trash still take up disk space. Setting the following values for the trashPurge field determines how the Trash folder is emptied:

  • Manual Delete and Archive: Setting this value requires the user to delete and archive the mail and phone messages manually.

  • Auto-Delete after: Setting this value allows GroupWise to delete the mail and phone messages after the days specified in the list box is elapsed. The maximum limit is 10,000 days.

  • Auto-Archive after: Setting this value allows GroupWise to archive the mail and phone messages after the days specified in the list box is elapsed. The maximum limit is 10,000 days.

Days

If you use the AUTO_PURGE value in the trashPurge field, you must define a trashDays field to specify the number of days to wait to purge the items from the Trash. For example:

<attr attr-name="DiscardSettings">
  <value type="structured">
        <component name="lock-level">0</component>
        <component name="value">AUTO_PURGE</component>
        <component name="field">trashPurge</component>
   </value>
   <value type="structured">
        <component name="value">7</component>
        <component name="field">trashDays</component>
   </value>
</attr>

The valid range for the trashDays field is 1-9999. If you set the lock level for the trashPurge field, it is inherited by the trashDays field.

5.4.7 Environment > File Location

The File Location option determines the archive locations for the GroupWise Windows and Linux clients. The location can either be a local drive or a network drive. The File Location settings are found in GroupWise Administration console through the GroupWise client options under Environment > File Location.

For Windows:

<do-set-dest-attr-value name="LocationsSettings">
	<arg-value type="structured">
    <arg-component name="lock-level">
			<token-text xml:space="preserve">NONE</token-text>
    </arg-component>
		<arg-component name="value">
      <token-text xml:space="preserve">C:\GWARCHIVE</token-text>
		</arg-component>
    <arg-component name="field">
			<token-text xml:space="preserve">archiveLocation</token-text>
    </arg-component>
		<arg-component name="itemLocked">
      <token-text xml:space="preserve">true</token-text>
		</arg-component>
  </arg-value>
</do-set-dest-attr-value>

For Linux:

<do-set-dest-attr-value name="LocationsSettings">
	<arg-value type="structured">
    <arg-component name="lock-level">
			<token-text xml:space="preserve">NONE</token-text>
    </arg-component>
		<arg-component name="value">
      <token-text xml:space="preserve">\\sles11gw2014\archive</token-text>
		</arg-component>
    <arg-component name="field">
			<token-text xml:space="preserve">archiveLocationLinux</token-text>
    </arg-component>
		<arg-component name="itemLocked">
      <token-text xml:space="preserve">true</token-text>
		</arg-component>
  </arg-value>
</do-set-dest-attr-value>

Archive Directory

UNC Path: Specify the location where archived messages will be saved on GroupWise Windows clients.

Linux Path: Specify the location where archived messages will be saved on GroupWise Linux and Mac clients.

Custom Views

Custom Views: Specify the folder where user-created views will be saved.

5.4.8 Send > Send Options

The Send options determine general settings that apply to all GroupWise item types (mail messages, appointments, tasks, and notes). The Send options are accessed in GroupWise Administration console through the GroupWise client options under Send > Send Options.

There are two attributes that store this information: the AdvancedSettings attribute and the MailMessageSettings attribute. The MailMessage Attribute also stores information specific to mail message items. For more information, see Section 5.4.9, Send > Mail.

<attr attr-name="AdvancedSettings">
  <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">NORMAL</component>
          <component name="field">sendSecurity</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">-1</component>
          <component name="field">delayDelivery</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">itemConversions</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">LIMITED_TO_POST_OFFICE</component>
          <component name="field">asteriskSendRestriction</component>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">allowRuleReplyMoreThanOnce</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">true</component>
          <component name="field">internetStatusTracking</component>
        </value>
</attr>

Classification

The sendSecurity field allows you to set the default value for the security classification label at the top of the message box. The classifications do not provide any encryption or additional security. They are meant to alert the recipient to the relative sensitivity of the item. The values for the sendSecurity field are:

  • PROPRIETARY

  • CONFIDENTIAL

  • SECRET

  • TOP_SECRET

  • FOR_YOUR_EYES_ONLY

  • NORMAL

Delay Delivery

The delayDelivery field allows you delay to the delivery of messages for the specified number of days. For example, if you specify 3 days, a message is not delivered until 3 days after the day it is sent. Messages are delivered at 12:01 a.m. of the appropriate day. To disable this option, set the value to -1. To enable delayed delivery, set the value from 0 to 999.

Convert Attachments

The itemConversions field allows you to convert attachments in items sent to non-GroupWise e-mail systems through a GroupWise gateway. To enable this option, set the value to 1. To disable this option, set the value to 0.

Wildcard Addressing

The asteriskSendRestriction field allows you to enable wildcard addressing. Wildcard addressing lets a user send an item to all users in a post office, domain, GroupWise system, or connected GroupWise system by inserting asterisks (*) as wildcards in e-mail addresses. There are five different values to set:

  • LIMITED_TO_SYSTEM: Setting the value to LIMITED_TO_SYSTEM limits wildcard addressing to the user’s GroupWise system. This means that a user can send an item to all users in the GroupWise system by entering *.*.* in the item’s address field. A user can also send an item to all users in another domain by entering *.domain_name or to all users in another post office by entering *.post_office_name.

  • LIMITED_TO_POST_OFFICE: Setting the value to LIMITED_TO_POST_OFFICE limits wildcard addressing to the user’s post office. This means that a user can send an item to all users on the same post office by entering * in the item’s address field.

  • LIMITED_TO_DOMAIN: Setting the value to LIMITED_TO_DOMAIN limits wildcard addressing to the user’s domain. This means that a user can send an item to all users in the domain by entering *.* in the item’s address field. A user can also send an item to all users on another post office in the domain by entering *.post_office_name in the item’s address field.

  • UNLIMITED: Setting the value to UNLIMITED allows unlimited use of wildcard addressing. This means that a user can send an item to all users in another GroupWise system by entering *.post_office_name.domain_name or *.domain_name in the item’s address field.

  • NOT_ALLOWED: Setting the value to NOT_ALLOWED disables wildcard addressing.

Allow Reply Rules to Loop

By default, GroupWise does not allow a rule-generated reply to be replied to by another rule-generated reply. This situation, referred to as looping, can quickly increase message traffic. To allow reply rules to loop, set the value to 1 for the allowRuleReplyMoreThanOnce field. To disable this option, set the value to 0.

Allow Use of Internet

The internetStatusTracking field allows users’ GroupWise clients to automatically embed information in Internet-bound items. The embedded information instructs the receiving system to send back a delivery notification message (if it is supported). To enable the option, set the value to true. To disable this option, set the value to false.

IMPORTANT:The lock level must not be set on this field. This means that you should never set the value to false.

<attr attr-name="MailMessageSettings">
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">STANDARD</component>
          <component name="field">mailPriority</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">NONE</component>
          <component name="field">mailReplyRequested</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">mailExpireDays</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">1</component>
          <component name="field">notifyRecipient</component>
        </value>
</attr>

Priority

The mailPriority field determines the default priority of the item. This, in turn, determines how quickly items are delivered. High-priority items are queued ahead of normal or low-priority items. There are three values you can specify in the mailPriority field:

  • HIGH: The High value queues an item ahead of normal and low priority items.

  • STANDARD: The Standard value is the default value set for the delivery of an item.

  • LOW: The Low value places an item at the end of the queue.

Reply Requested

The mailReplyRequested field allows items to always include a reply request. By default, this option is disabled. You can specify three values for the mailReplyRequested field:

  • NONE: The NONE value disables this option for all items.

  • When Convenient: The WhenConvenient value requires a reply, but there is no time limit set.

Expiration Date

The mailExpireDays field expires unopened messages after the specified number of days. If the value is set to 0, this option is disabled. If you want to enable this option, specify the number of days to wait before expiring unopened messages. The value range for this field is 1-999. If a message expires, it is deleted.

Notify Recipients

The notifyRecipient field notifies recipients when they receive an item, if they are using GroupWise Notify. To enable this option, set the value to 1. To disable this option, set the value to 0.

5.4.9 Send > Mail

The Mail options apply to mail messages only. The Mail options are found in GroupWise Administration console through the GroupWise client options under Send > Mail. However, enabling certain options in the Mail tab enables these same options on the Appt, Task, and Note tabs.

There are two attributes that store this information: the AdvancedSettings attribute and the MailMessageSettings attribute.

<attr attr-name="AdvancedSettings">
  <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">1</component>
          <component name="field">outboxInsert</component>
        </value>
</attr>

Create a Sent Item to Track Information

The outboxInsert field allows you to insert items in the user’s Sent Items folder when a user sends an item. Disable this option if you do not want the items placed there. If items are not placed in the Sent Items folder, users cannot check the delivery status of the item. To enable this option, set the value to 1. To disable this option, set the value to 0.

The lock level for the outboxInsert field affects mail, appointment, note, and task items.

Create a Sent Item to Track Information

If you have enabled the outboxInsert field, you must use the MailMessageSettings attribute to set the status value.

<attr attr-name="MailMessageSettings">
  <value type="structured">
       <component name="value">DELIVERED_OPENED</component>
       <component name="field">mailStatusInfo</component>
  </value>
</attr>

There are three values you can use to track the status of the mail messages:

  • DELIVERED_OPENED: Setting the value to DELIVERED_OPENED tracks the delivered and opened status only. The user can open the Properties window of the sent message to view the status.

  • ALL_INFORMATION: Setting the value to ALL_INFORMATION tracks all status information (delivered, opened, deleted). The user can open the Properties window of the message to view the status.

  • DELIVERED: Setting the value to DELIVERED tracks only the delivered status. The user can open the Properties window of the message to view the status.

<attr attr-name="MailMessageSettings">
        <value type="structured">
          <component name="value">0</component>
          <component name="field">mailAutoDelete</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">NONE</component>
          <component name="field">mailReturnOpen</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">NONE</component>
          <component name="field">mailReturnDelete</component>
        </value>
</attr>

Auto-Delete Sent Item

The mailAutoDelete field automatically deletes messages from the user’s Mailbox after all the recipients have deleted the messages and emptied them from the Trash. To enable this option, set the value to 1. To disable this option, set the value to 0. The mailAutoDelete field inherits the lock level setting from the outboxInsert field.

Return Notification

In addition to status tracking information, the user can receive notification when a mail message is opened or deleted. Choose from the following notification options:

When Opened

The mailReturnOpen field allows users to be notified when a mail message is opened. There are four different notification options:

  • NONE: Set the value to NONE for the user to not receive a notification when the mail message is opened.

  • MAIL_RECEIPT: Set the value to MAIL_RECEIPT for the user to receive a mail message stating that the recipient opened the mail message.

  • NOTIFY: Set the value to NOTIFY for the user to receive notification through GroupWise Notify when the recipient opens the mail message.

  • NOTIFY_MAIL: Set the value to NOTIFY_MAIL for the user to receive notification through GroupWise Notify and a mail message when the recipient opens the mail message.

When Deleted

The mailReturnDelete field allows users to be notified when a mail message is deleted. There are four different notification options:

  • NONE: Set the value to NONE for the user to not receive a notification when the mail message is deleted.

  • MAIL_RECEIPT: Set the value to MAIL_RECEIPT for the user to receive a mail message stating that the recipient deleted the mail message.

  • NOTIFY: Set the value to NOTIFY for the user to receive notification through GroupWise Notify when the recipient deletes the mail message.

  • NOTIFY_MAIL: Set the value to NOTIFY_MAIL for the user to receive notification through GroupWise Notify and a mail message when the recipient deletes the mail message.

5.4.10 Send > Appt

The Appt option applies to appointment messages only. The appointment options are found in GroupWise Administration console through the GroupWise client options under Send > Appt.

The AppointmentMessageSettings attribute stores this information.

<attr attr-name="AppointmentMessageSettings">
  <value type="structured">
       <component name="value">ALL_INFORMATION</component>
       <component name="field">appointmentStatusInfo</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">appointmentReturnOpen</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">appointmentReturnAccept</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">appointmentReturnDelete</component>
        </value>
</attr>

Create a Sent Item to Track Information

The outboxInsert field allows you to insert items in the user’s Sent Items folder when a user sends an item. This option is set through the AdvancedSettings attribute. For more information, see Send > Mail.

If you have enabled this option, you must use the appointmentStatusInfo field to set the desired status value. The lock level is inherited from the outboxInsert field. There are three values you can use to track the status of the appointments:

  • DELIVERED_OPENED: Setting the value to DELIVERED_OPENED only tracks the delivered and opened status. The user can open the Properties window of the sent appointment to view the status.

  • ALL_INFORMATION: Setting the value to ALL_INFORMATION tracks all status information (delivered, opened, deleted, emptied). The user can open the Properties window of the appointment to view the status.

  • DELIVERED: Setting the value to DELIVERED tracks only the delivered status. The user can open the Properties window of the appointment to view the status.

Return Notification

In addition to status tracking information, the user can receive notification when an appointment is opened, accepted, or deleted. Choose from the following notification options:

When Opened

The appointmentReturnOpen field allows users to be notified when an appointment is opened. There are four different notification options:

  • NONE: Set the value to 0 for the user to not receive a notification when the appointment is opened.

  • MAIL_RECEIPT: Set the value to 1 for the user to receive a mail message stating that the recipient opened the appointment.

  • NOTIFY: Set the value to 2 for the user to receive notification through GroupWise Notify when the recipient opens the appointment.

  • NOTIFY_MAIL: Set the value to 3 for the user to receive notification through GroupWise Notify and a mail message when the recipient opens the appointment.

When Deleted

The appointmentReturnDelete field allows users to be notified when an appointment is deleted. There are four different notification options:

  • NONE: Set the value to 0 for the user to not receive a notification when the appointment is deleted.

  • MAIL_RECEIPT: Set the value to 1 for the user to receive a mail message stating that the recipient deleted the appointment.

  • NOTIFY: Set the value to 2 for the user to receive notification through GroupWise Notify when the recipient deletes the appointment.

  • NOTIFY_MAIL: Set the value to 3 for the user to receive notification through GroupWise Notify and a mail message when the recipient deletes the appointment.

When Accepted

The appointmentReturnAccept field allows users to be notified when an appointment is accepted. There are four different notification options:

  • NONE: Set the value to 0 for the user to not receive a notification when the appointment is accepted.

  • MAIL_RECEIPT: Set the value to 1 for the user to receive a mail message stating that the recipient accepted the appointment.

  • NOTIFY: Set the value to 2 for the user to receive notification through GroupWise Notify when the recipient accepts the appointment.

  • NOTIFY_MAIL: Set the value to 3 for the user to receive notification through GroupWise Notify and a mail message when the recipient accepts the appointment.

5.4.11 Send > Task

The Task option applies to task messages only. The Task options are found in GroupWise Administration console through the GroupWise client options under Send > Task.

The TaskMessageSettings attribute stores this information.

<attr attr-name="TaskMessageSettings">
  <value type="structured">
       <component name="value">ALL_INFORMATION</component>
       <component name="field">taskStatusInfo</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">taskReturnOpen</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">taskReturnAccepted</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">taskReturnDelete</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">taskReturnCompleted</component>
        </value>
</attr>

Create a Sent Item to Track Information

The outboxInsert field allows you to insert items in the user’s Sent Items folder when a user sends an item. This option is set through the AdvancedSettings attribute. For more information, see Section 5.4.9, Send > Mail.

If you have enabled this option, you must use the taskStatusInfo field to set the desire status value. The lock level is inherited from the outboxInsert field. There are three values you can use to track the status of the tasks:

  • DELIVERED_OPENED: Setting the value to DELIVERED_OPENED tracks only the delivered and opened status. The user can open the Properties window of the sent task to view the status.

  • ALL_INFORMATION: Setting the value to ALL_INFORMATION tracks all status information (delivered, opened, deleted, emptied). The user can open the Properties window of the task to view the status.

  • DELIVERED: Setting the value to DELIVERED tracks only the delivered status. The user can open the Properties window of the task to view the status.

Return Notification

In addition to status tracking information, the user can receive notification when a task is opened, accepted, completed, or deleted. Choose from the following notification options:

When Opened

The taskReturnOpen field allows users to be notified when a task is opened. There are four different notification options:

  • NONE: Set the value to 0 for the user to not receive a notification when the task is opened.

  • MAIL_RECEIPT: Set the value to 1 for the user to receive a mail message stating that the recipient opened the task.

  • NOTIFY: Set the value to 2 for the user to receive notification through GroupWise Notify when the recipient opens the task.

  • NOTIFY_MAIL: Set the value to 3 for the user to receive notification through GroupWise Notify and a mail message when the recipient opens the task.

When Deleted

The taskReturnDelete field allows users to be notified when a task is deleted. There are four different notification options:

  • NONE: Set the value to 0 for the user to not receive a notification when the task is deleted.

  • MAIL_RECEIPT: Set the value to 1 for the user to receive a mail message stating that the recipient deleted the task.

  • NOTIFY: Set the value to 2 for the user to receive notification through GroupWise Notify when the recipient deletes the task.

  • NOTIFY_MAIL: Set the value to 3 for the user to receive notification through GroupWise Notify and a mail message when the recipient deletes the task.

When Accepted

The taskReturnAccepted field allows users to be notified when a task is accepted. There are four different notification options:

  • NONE: Set the value to 0 for the user to not receive a notification when the task is accepted.

  • MAIL_RECEIPT: Set the value to 1 for the user to receive a mail message stating that the recipient accepted the task.

  • NOTIFY: Set the value to 2 for the user to receive notification through GroupWise Notify when the recipient accepted the task.

  • NOTIFY_MAIL: Set the value to 3 for the user to receive notification through GroupWise Notify and a mail message when the recipient accepts the task.

When Completed

The taskReturnCompleted field allows users to be notified when a task is completed. There are four different notification options:

  • NONE: Set the value to 0 for the user to not receive a notification when the task in completed.

  • MAIL_RECEIPT: Set the value to 1 for the user to receive a mail message stating that the recipient completed the task.

  • NOTIFY: Set the value to 2 for the user to receive notification through GroupWise Notify when the recipient completed the task.

  • NOTIFY_MAIL: Set the value to 3 for the user to receive notification through GroupWise Notify and a mail message when the recipient completes the task.

5.4.12 Send > Note

The Note option applies to note messages only. The Note options are found in GroupWise Administration console through the GroupWise client options under Send > Note.

The NoteMessageSettings attribute stores this information.

<attr attr-name="NoteMessageSettings">
  <value type="structured">
    <component name="value">DELIVERED_OPENED</component>
    <component name="field">noteStatusInfo</component>
  </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">NONE</component>
          <component name="field">noteReturnOpen</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">NONE</component>
          <component name="field">noteReturnDelete</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">NONE</component>
          <component name="field">noteReturnAccept</component>
        </value>
</attr>

Create a Sent Item to Track Information

The outboxInsert field allows you to insert items in the user’s Sent Items folder when a user sends an item. This option is set through the AdvancedSettings attribute. For more information, see Section 5.4.9, Send > Mail.

If you have enabled this option, you must use the noteStatusInfo field to set the desire status value. The lock level is inherited from the outboxInsert field. There are three values you can use to track the status of the notes:

  • DELIVERED_OPENED: Setting the value to DELIVERED_OPENED only tracks the delivered and opened status. The user can open the Properties window of the sent note to view the status.

  • ALL_INFORMATION: Setting the value to ALL_INFORMATION tracks all status information (delivered, opened, deleted, emptied). The user can open the Properties window of the note to view the status.

  • DELIVERED: Setting the value to DELIVERED tracks only the delivered status. The user can open the Properties window of the note to view the status.

Return Notification

In addition to status tracking information, the user can receive notification when a note is opened, accepted, or deleted. Choose from the following notification options:

When Opened

The noteReturnOpen field allows users to be notified when a note is opened. There are four different notification options:

  • NONE: Set the value to 0 for the user to not receive a notification when the note is opened.

  • MAIL_RECEIPT: Set the value to 1 for the user to receive a mail message stating that the recipient opened the note.

  • NOTIFY: Set the value to 2 for the user to receive notification through GroupWise Notify when the recipient opens the note.

  • NOTIFY_MAIL: Set the value to 3 for the user to receive notification through GroupWise Notify and a mail message when the recipient opens the note.

When Deleted

The noteReturnDelete field allows users to be notified when a note is deleted. There are four different notification options:

  • NONE: Set the value to NONE for the user to not receive a notification when the note is deleted.

  • MAIL_RECEIPT: Set the value to MAIL_RECEIPT for the user to receive a mail message stating that the recipient deleted the note.

  • NOTIFY: Set the value to NOTIFY for the user to receive notification through GroupWise Notify when the recipient deletes the note.

  • NOTIFY_MAIL: Set the value to NOTIFY_MAIL for the user to receive notification through GroupWise Notify and a mail message when the recipient deletes the note.

When Accepted

The noteReturnAccept field allows users to be notified when a note is accepted. There are four different notification options:

  • NONE: Set the value to NONE for the user to not receive a notification when the note is accepted.

  • MAIL_RECEIPT: Set the value to MAIL_RECEIPT for the user to receive a mail message stating that the recipient accepted the note.

  • NOTIFY: Set the value to NOTIFY for the user to receive notification through GroupWise Notify when the recipient accepted the note.

  • NOTIFY_MAIL: Set the value to NOTIFY_MAIL for the user to receive notification through GroupWise Notify and a mail message when the recipient accepts the note.

5.4.13 Send > Security

The security settings are found in GroupWise Administration console through the GroupWise client options under Send > Security. Security options apply to all GroupWise items types (mail messages, appointments, tasks, and notes).

<attr attr-name="AdvancedSettings">
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">disallowSMIME</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">encryptMessages</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">concealedSubject</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">routePasswordRequired</component>
        </value>
</attr>

Conceal Subject

The concealedSubject field allows you to conceal the item’s subject so the notification that appears on the recipient’s screen does not include the subject. The subject of the item is also concealed in the recipient’s mailbox and the sender’s Sent Items folder. It is visible only when the item is being read. To disable this option, set the value to 0. To enable this option, set the value to 1.

Require Password to Complete Routed Item

The routePasswordRequired field allows you to require a user to enter a password before completing a routed item. To disable this option, set the value to 0. To enable this option, set the value to 1.

Secure Item Options

If the users have installed security providers on their workstations, you can set the options you want the users to use.

Do Not Allow Use of S/MIME

Setting the disallowSMIME field disables S/MIME functionality. This disables the Encrypt and Digitally Sign buttons (and other related S/MIME functionality) in the GroupWise client. To allow the use of S/MIME, set the value to a boolean value of true or 1. To disallow the use of S/MIME, set the value to false or 0.

IMPORTANT:If you lock this field, the lock level must be set on a domain or post office, not on users.

Encrypt for Recipients

The encryptMessages field allows you to enable users to encrypt an outgoing item so they can ensure that the intended recipients who have an S/MIME-enabled e-mail product are the only individuals who can read the item. This setting is not a useful security measure unless you lock it as the default. To disable this option, set the value to 0. To enable this option, set the value to 1.

5.4.14 Send > Disk Space Management

The disk space management settings are found in GroupWise Administration console through the GroupWise client options under Send > Disk Space Management. Disk Space Management enforces disk space limitations for users on a post office. There are multiple settings for customizing how the disk space is limited for the user.

You can also use the Cleanup options to help control the use of disk space by users. The Disk Space Management options and the Cleanup options use the DiscardSettings attribute. For more information, see Section 5.4.6, Environment > Cleanup.

<attr attr-name="DiscardSettings">
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">userLimitSet</component>
        </value>
        <value type="structured">
          <component name="value">0</component>
          <component name="field">boxSizeLimit</component>
        </value>
        <value type="structured">
          <component name="value">0</component>
          <component name="field">boxThresholdLimit</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">boxLimitAppliesToCache</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">enableBoxThresholdNotification</component>
        </value>
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">0</component>
          <component name="field">enableBoxSizeNotification</component>
        </value>
      </attr>

User Limits

The userLimitSet field disables or enables the other Disk Space Management settings. By default, this option is disabled. To disable this option, set the value to 0. To enable this option, set the value to 1.

If you enable it, you can modify the options listed below ; otherwise, they are ignored. If you set the lock level on the userLimitSet field, the lock level is inherited by the boxSizeLimit and boxThresholdLimit fields.

IMPORTANT:If you lock this field, the lock level must be set on a domain or post office, not on users.

Mailbox Size Limit

The boxSizeLimit field controls the maximum logical amount of disk space available to users for storing messages and attachment files. The setting uses logical disk space because attachment storage space is shared by all users on the same post office. Messages in shared folders are counted as disk space only for the owner of the shared folder.

The boxSizeLimit field is set in bytes. If the value is set to 0, there is no limit on the box size. If you want to set the limit to 10 MB, enter 10485760. The maximum value is 4 GB (4,294,967,295).

Threshold for Warning Users

The boxThresholdLimit field sets a percentage value of the user’s mailbox size (specified in the Mailbox Size Limit). When this value is reached, GroupWise triggers a warning to users that the space in their mailboxes is reaching its limit. If users continue to send messages until the limit is met, they are not able to send more until they delete or archive items. The userLimitSet field must be set to 1 for this to function.

The boxThresholdLimit field is set as a percentage. Set the value to 0 or 100 if you do not want GroupWise to send a warning.

Limits Apply to Cache

The boxLimitAppliesToCache field uses the same disk space limits for users’ Caching mailboxes on local workstations as you are using for their Online mailboxes in the post office. If you impose this limit on users who have existing Caching mailboxes, their Caching mailboxes might be reduced in size in order to meet the new disk space limit. Such users should be warned in advance so that they can back up their Caching mailboxes before the size reduction takes place. Otherwise, users could lose messages that they want to keep.

The boxLimitAppliesToCache field is set to 0 or 1. 0 is No and 1 is Yes.

IMPORTANT:If you lock this field, the lock level must be set on a domain or post office, not on users.

Notify the Administrator When Threshold Limit is Exceeded

The enableBoxThresholdNotification field notifies both the administrator and the user when the user’s mailbox exceeds the size established in the Threshold for Warning Users field. The administrator who receives the notification must be defined on the Identification page of the Domain object in GroupWise Administration console. The administrator cannot be set through the driver.

The enableBoxThresholdNotification field is set to 0 or 1. 0 is No and 1 is Yes.

IMPORTANT:If you lock this field, the lock level must be set on a domain or post office, not on users.

Notify the Administrator When Size Limit is Exceeded

The enableBoxSizeNotification field notifies the administrator when the user’s mailbox exceeds the size established in the Mailbox Size Limit field. The administrator who receives the notification must be defined on the Identification page of the Domain object in GroupWise Administration console. The administrator cannot be defined through the driver.

The enableBoxSizeNotification field is set to 0 or 1. 0 is No and 1 is Yes.

IMPORTANT:If you lock this field, the lock level must be set on a domain or post office, not on users.

5.4.15 Calendar > General

The Calendar options determine basic settings for the GroupWise Calendar. The Calendar options are found in GroupWise Administration console through the GroupWise client options under Calendar> General.

The CalendarViewSettings attribute stores this information.

 <attr attr-name="CalendarViewSettings">
         <value type="structured">
           <component name="lock-level">0</component>
           <component name="value">SUNDAY</component>
           <component name="field">firstDay</component>
         </value>
         <value type="structured">
           <component name="lock-level">0</component>
           <component name="value">SUNDAY,SATURDAY</component>
           <component name="field">hilightDaysOfWeek</component>
         </value>
         <value type="structured">
           <component name="lock-level">0</component>
           <component name="value">0</component>
           <component name="field">showWeekNumber</component>
         </value>
         <value type="structured">
           <component name="lock-level">0</component>
           <component name="value">1</component>
           <component name="field">appointmentIncludeSelf</component>
         </value>
         <value type="structured">
           <component name="lock-level">0</component>
           <component name="value">08:00</component>
           <component name="field">startOfWorkday</component>
         </value>
         <value type="structured">
           <component name="lock-level">0</component>
           <component name="value">17:00</component>
           <component name="field">endOfWorkday</component>
         </value>
         <value type="structured">
           <component name="lock-level">0</component>
           <component name="value">MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY</component>
           <component name="field">workdays</component>
         </value>
</attr>

Month Display Option > First of Week

The firstDay field stores the day of the week that you want to display as the first day on the calendar. Specify the day in the value field. The options are the days of the week, with all letters of the day capitalized. The value field can store only one day.

Month Display Option > Highlight Day

The hilightDaysOfWeek field stores any days you want highlighted, such as weekends and holidays. Specify the day or days in the value field. It can store more than one day. If you list more than one day, separate the days with a comma. For example: SATURDAY, SUNDAY.

Month Display Option > Show Week Number

The showWeekNumber field displays the week number (1 through 52) at the beginning of the calendar week. To disable this option, set the value to 0. To enable this option, set the value to 1.

Appointment Options > Include Myself on New Appointments

The appointmentIncludeSelf field allows the sender to be automatically included in the appointment’s To: list. To disable this option, set the value to 0. To enable this option, set the value to 1.

Appointment Options > Default Length

The appointmentDefaultLength field is part of the AppointmentMessageSettings attribute. It sets the default length of the appointments. The value in the example below is for one hour. To set the value for 45 minutes, specify 00:45. The value for the field is HH:MM, where HH is hours and the range is 0-60. MM is minutes and the range is 0-59.

<attr attr-name="AppointmentMessageSettings">
     <value type="structured">
                <component name="lock-level">0</component>
                <component name="value">01:00</component>
                <component name="field">appointmentDefaultLength</component>
      </value>
</attr>

Work Schedule > Start Time

The startOfWorkday field allows you to specify the time that displays as the daily start time of the user’s work day. The value is specified using the 24-hour clock. For example, 8:00. The value for the field is HH:MM, where HH is hours and the range is 0-23. MM is minutes and the range is 0-59.

Work Schedule > End Time

The endOfWorkday field allows you to specify the time that displays as the daily end time of the user’s work day. The value is specified using the 24-hour clock. For example, 17:00. The value for the field is HH:MM, where HH is hours and the range is 0-23. MM is minutes and the range is 0-59.

Work Schedule > Work Days

The workdays field applies the start time and end time to each work day. Specify the desired work days in the value field. For example, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY. The value is the days of the week in English, separated by a comma.

5.4.16 Calendar > Alarm Options

The Alarm Options allow you to set how a user is notified prior to an appointment time. The options are found in GroupWise Administration console through the GroupWise client options under Calendar > Alarm Options.

The AppointmentViewSettings attribute stores the Alarm Options information.

<attr attr-name="AppointmentViewSettings">
        <value type="structured">
          <component name="lock-level">0</component>
          <component name="value">1</component>
          <component name="field">appointmentAlarmSet</component>
        </value>
        <value type="structured">
          <component name="value">5</component>
          <component name="field">appointmentAlarmMinutes</component>
        </value>
</attr>

Set Alarm When Accepted

The appointmentAlarmSet field sets an alarm when the user accepts an appointment. By default, this option is enabled. To enable the option, the value field is set to 1. To disable this options, set the value field to 0.

Default Alarm Time

The appointmentAlarmMinutes field sets the number of minutes before an appointment to notify the user. The default is 5 minutes. The valid range is 0-999. The appointmentAlarmMinutes field inherits the lock level from the appointmentAlarmSet field.

5.4.17 Calendar > Busy Search

The Busy Search options determine the amount of free time required for the appointment and the range of dates to search. The Busy Search options are found in GroupWise Administration console through the GroupWise client options under Calendar > Busy Search.

The BusySettings attribute stores this information.

<attr attr-name="BusySettings">
       <value type="structured">
         <component name="lock-level">0</component>
         <component name="value">08:00</component>
         <component name="field">busyStartTime</component>
       </value>
       <value type="structured">
         <component name="lock-level">0</component>
         <component name="value">17:00</component>
         <component name="field">busyEndTime</component>
       </value>
       <value type="structured">
         <component name="lock-level">0</component>
         <component name="value">01:30</component>
         <component name="field">busyInterval</component>
       </value>
       <value type="structured">
         <component name="lock-level">0</component>
         <component name="value">MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY</component>
         <component name="field">busyDays</component>
       </value>
</attr>

Range and Time to Search > From

The busyStartTime field stores the time when you want to start the busy search. The value is specified by using the 24-hour clock. For example, 8:00. The value for the field is HH:MM, where HH is hours and the range is 0-23. MM is minutes and the range is 0-59.

Range and Time to Search > To

The busyEndTime field stores the time when you want to end the busy search. The value is specified by using the 24-hour clock. For example, 17:00. The value for the field is HH:MM, where HH is hours and the range is 0-23. MM is minutes and the range is 0-59.

Appointment Length

The busyInterval field sets the default appointment length to search. The value for the field is HH:MM, where HH is hours and the range is 0-8. MM is minutes and the range is 0-55.

This setting is used only when the user does a busy search through the Busy Search option on the Tools menu. Otherwise, the default appointment length defined on the Calendar tab is used (see Section 5.4.15, Calendar > General).

Days to Search

The busyDays field sets the days to search. You usually specify the work days for your organization. For example, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY. The value is the days of the week in English, separated by a comma.