Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. "wcs_config":
  2. {
  3. "_Comment":"Enable Inbox Filer in iwWCS; default value: FALSE (disabled)",
  4. "EnableInboxFiler":"TRUE",
  5.  
  6. "_Comment":"Enable Mapped Folder processing in iwWCS; default value: FALSE (disabled)",
  7. "EnableMappedFolder":"TRUE",
  8.  
  9. "_Comment":"Email message types to ignore while processing mapped folders. Separate multiple message classes by semicolon",
  10. "ExcludedMessageClasses":"IPM.Note.WorkSite.Ems.Error",
  11.  
  12. "_Comment":"Number of emails to process per batch for mapped folders; default value: 10",
  13. "BatchSize":"10",
  14.  
  15. "_Comment":"Number of filing and marking attempts to make before ignoring an email in mapped folder; default value: 15",
  16. "RetryCount":"15",
  17.  
  18. "_Comment":"Time duration in seconds after which the inbox filer process will be invoked; default value: 120",
  19. "InboxFilerInterval":120,
  20.  
  21. "_Comment":"Time duration in seconds after which the mapped folder process will be invoked; default value: 360",
  22. "MappedFolderInterval":360,
  23.  
  24. "_Comment":"Flag to process mapped folders on iwWCS startup; default value: FALSE (disabled)",
  25. "ProcessMappedFoldersOnStartup":"TRUE",
  26.  
  27. "_Comment":"This option should be enabled only under advisement from iManage Customer Support. Valid values are TRUE and FALSE. Default value is FALSE. This option allows for reprocessing of old messages.",
  28. "EnableInboxFilerReprocessMode":"FALSE",
  29.  
  30. "_Comment":"Number of days Inbox Filer needs to regress to look for the emails; default value: 30 days (1 month)",
  31. "RegressNumOfDaysInboxFiler":30,
  32.  
  33. "_Comment":"Emails should be processed by Inbox Filer and Mailbox Sync only if the maximum number of recipients in the email is less than SyncRecipientsLimit; default value: 50",
  34. "SyncRecipientsLimit":50,
  35.  
  36. "_Comment":"Enables Send and File using client-side filing; values: 1 (enabled), or 0 (disabled); default value: 0",
  37. "ClientSideSendAndFile":0,
  38.  
  39. "_Comment":"If outlook doesn't sync email, Inbox filer waits for below configured time interval before processing. Default value: 15",
  40. "OutlookSyncWaitInterval":"15"
  41.  
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement