PrefEnvironment()

Sets the default Environment options.

Token ID

AFTKN_SET_ENV or 611

Syntax

VOID PrefEnvironment( [ANSISTRING Language]; 
                      [ENUM AdvanceOnDelete]; 
                      [ENUM NewScreenOnSend]; 
                      [WORD UpdateRateSeconds]; 
                      [WORD UpdateRateMinutes]; 
                      [ENUM OpenItemAction]; 
                      [ENUM OpenAttachmentAction]; 
                      [ENUM Mnemonics];
                      [ENUM PromptEmptyFilter];
                      [ENUM PromptEmptyFind];
                      [ENUM AutoSpellCheck];
                      [ENUM LaunchNotify])

Parameters

Language As ANSISTRING

(Optional) The display language that affects only the interface. The desired language version must be installed. After setting, exit and re-enter GroupWise.

AdvanceOnDelete As ENUM

(Optional) Display the next Mailbox or Sent Items item after you accept, decline, or delete the current item:

  • 0 No
  • 1 Yes
NewScreenOnSend As ENUM

(Optional) Open an new item view after item is sent:

  • 0 No
  • 1 Yes
UpdateRateSeconds As WORD

(Optional) Specify in seconds how frequently GroupWise checks your mailbox for incoming items.

UpdateRateMinutes As WORD

(Optional) Specify in minutes how frequently GroupWise checks your mailbox for incoming items.

OpenItemAction As ENUM

(Optional) Specifies the action:

1

OpenItem

2

ResendItem

0

ShowProperties

OpenAttachmentAction As ENUM

(Optional) Enumerated values:

  • 1 OpenAttachment
  • 0 ViewAttachment
Mnemonics As ENUM

(Optional) Enumerated values:

  • 0 No
  • 1 Yes
PromptEmptyFilter As ENUM

(Optional) Enumerated values:

  • 0 No
  • 1 Yes
PromptEmptyFind As ENUM

(Optional) Enumerated values:

  • 0 No
  • 1 Yes
AutoSpellCheck As ENUM

(Optional) Enumerated values:

  • 0 No
  • 1 Yes
LaunchNotify As ENUM

(Optional) Enumerated values:

  • 0 No
  • 1 Yes