home *** CD-ROM | disk | FTP | other *** search
/ Computerworld: Vánoce 97 / Computerworld_1997-12_cd.bin / rocenka / notes4wm / data / mail4.ntf (.txt) < prev    next >
Encoding:
Lotus Notes Storage Facility  |  1996-04-05  |  1.0 MB  |  9,931 lines

  1. Mail (R4)
  2. #1StdR4Mail
  3. OutOfOfficeProfile
  4. FOLDER_DIRECTORY_OBJECT
  5. 0z:'n
  6. }T2wnU
  7. O9T`)#
  8. p~#Ln
  9. !X%`P
  10. Lotus Notes
  11. CN=Rob Slapikoff/O=IrisCN=Peter O'Leary/O=IrisCN=Rob Slapikoff/O=IrisCN=Peter O'Leary/O=IrisPaul DiCristinaCN=Peter O'Leary/O=IrisCN=Catherine Duffy/O=IrisCN=Peter O'Leary/O=IrisCN=Mussie Shore/O=IrisLotus Notes0
  12. #######################################
  13. $Modified
  14.     1S2S3S
  15. $TITLE$FormPrivs$FormUsers$Body$Flags$Class$Modified$Comment$AssistTrigger$AssistType$AssistFlags$UpdatedBy$$FormScript_O
  16.     0SL1S3724
  17. $TITLE
  18. CN=Catherine Duffy/O=Iris
  19. ##########################
  20. (Convert Categories to Folders)
  21. EHCN=Peter O'Leary/O=Iris4
  22. Lotus NotesfL3
  23. #######
  24. ProcessOutOfOffice
  25. Lotus NotesSfL3
  26. ####################################################
  27. Lotus NotesMail Tools\Out of Office... | Out Of Office303
  28. #####################################
  29. Lotus NotesEmpty Trash | Empty Trash303
  30. #######################################################
  31. CN=Catherine Duffy/O=Iris#############################################
  32. ooooooooooo
  33. fofoooo
  34. ffooo
  35. fffoo
  36. Paul DiCristinaCN=Rob Slapikoff/O=IrisCN=Peter O'Leary/O=IrisCN=Catherine Duffy/O=IrisLotus NotesMail (R4)
  37. #1StdR4Mail########
  38. Discussion Threads|Threads
  39. CN=Catherine Duffy/O=Iris1
  40. $25$13
  41. $13Y#######################################
  42. 0z:'n
  43. $SUBVIEW$1\:1{@special(@indexunread)};$2\Date:8{@date(@year(PostedDate);@month(PostedDate);@day(PostedDate))};From\From:15;$4\Subject:30{@if(@isavailable(Subject);Subject;"Phone call from: "+PhoneCaller)}($All)
  44. CN=Catherine Duffy/O=Iris1
  45. $90$68
  46. $68Yd##############################
  47. ##########################################################
  48. ##########################################################
  49. Lotus Notes
  50. PURSAF
  51. Debbie2 Branco
  52. F)`b"
  53. 0|wm-
  54. PURSAF
  55. TS3+v
  56. $ACLDigest
  57. DontShowTrash
  58. Empty Trash
  59. The messages in your Trash folder will be permanently deleted. Are you sure?
  60.     6S7S9S11R19S22S24S
  61. ($Inbox)
  62. ($Trash)
  63. CN=Ann Innis/O=Iris
  64. '++LotusScript Development Environment:2:5:(Options):0:66
  65. Option Public
  66. '++LotusScript Development Environment:2:5:(Forward):0:1
  67. Declare Sub Initialize
  68. '++LotusScript Development Environment:2:5:(Declarations):0:10
  69. %INCLUDE "lsconst.lss"
  70. Dim session As NotesSession
  71. Dim db As NotesDatabase
  72. Dim docs As NotesDocumentCollection
  73. Dim n, count As Long 
  74. Dim doc As NotesDocument
  75. Dim categories As Variant
  76. Dim deliveredDate As Variant
  77. Dim view As NotesView
  78. Dim profile As NotesDocument
  79. '++LotusScript Development Environment:2:2:Initialize:1:10
  80. Sub Initialize
  81.      
  82.      On Error Resume Next
  83.      
  84.      Set session = New NotesSession
  85.      Set db = session.CurrentDatabase
  86.      
  87.      Set view = sourcedb.GetView("($Profiles)")
  88.      
  89.      Set profile = view.GetDocumentByKey("Convert Profile")
  90.      If profile Is Nothing Then
  91.           Set docs = db.UnProcessedDocuments
  92.           If docs.Count > 100 Then 
  93.                If Messagebox("If you are trying to upgrade your mail file after Installing Notes Release 4, " &_
  94.                "the best way to have your categories converted to folders is for the administrator to run the " &_
  95.                "Mail Convert utility on your mail file. The Convert Categories to Folders agent can do this for you, " &_
  96.                "but may take a very long time to complete. Are you sure you want to proceed?", 4, "Conversion") = 7 Then Exit Sub
  97.           End If
  98.      Else
  99.           Set docs = db.UnProcessedSearch("@Modified > " & profile.ConvertedDate(0), Nothing, 0)
  100.      End If
  101.      
  102.      If (docs Is Nothing) Or (docs.Count = 0) Then
  103.           Exit Sub
  104.      End If
  105.      
  106.      Print "Converting Categories to Folders..."
  107.      
  108.      count = docs.Count
  109.      
  110.      Set doc = docs.GetFirstDocument
  111.      
  112.      n = 1
  113.      Do Until doc Is Nothing
  114.           Print "Moving document " + Str(n) + " of " + Str(count)
  115.           categories = doc.Categories
  116.           If categories(0) <>"" Then
  117.                Forall c In categories
  118.                     Call doc.PutInFolder(c)
  119.                End Forall
  120.           Else
  121.                If doc.HasItem("DeliveredDate") Then
  122.                     Call doc.PutInFolder("($Inbox)")
  123.                End If
  124.           End If
  125.           Call session.UpdateProcessedDoc(doc)
  126.           Set doc = docs.GetNextDocument(doc)
  127.           n = n + 1
  128.      Loop
  129.      
  130.      Print "Conversion Complete."
  131.      
  132. End Sub
  133. K`    -D
  134. Lotus Notes
  135. PURSAF
  136. Debbie2 Branco
  137. F)`b"
  138. 0|wm-
  139. PURSAF
  140. TS3+v
  141. $TITLE
  142. $AssistType
  143. $AssistLastRun
  144. $AssistDocCount
  145. $AssistFlags
  146. $MachineName
  147. $AssistInfo
  148. $AssistQuery
  149. $AssistAction
  150. $AssistAction_Ex
  151. $UpdatedBy
  152. $Flags
  153. '++LotusScript Development Environment:2:5:(Options):0:66
  154. Option Public
  155. '++LotusScript Development Environment:2:5:(Forward):0:1
  156. Declare Sub NotifySender
  157. Declare Sub Initialize
  158. Declare Sub GetProfile
  159. Declare Sub CheckName
  160. '++LotusScript Development Environment:2:5:(Declarations):0:10
  161. %INCLUDE "lsconst.lss"
  162. Dim s As NotesSession
  163. Dim db As NotesDatabase
  164. Dim view As NotesView
  165. Dim note As NotesDocument
  166. Dim profile As NotesDocument
  167. Dim maildoc As NotesDocument
  168. Dim notifieditem As NotesItem
  169. Dim startdate As NotesItem
  170. Dim enddate As NotesItem
  171. Dim rtitem As NotesRichTextItem
  172. Dim documents As NotesDocumentCollection
  173. Dim dtToday As NotesDateTime
  174. Dim dtCompare As NotesDateTime
  175. Dim deliveredDate As NotesItem
  176. Dim dtStart As NotesDateTime
  177. Dim FormName As Variant
  178. Dim AdminType As Variant
  179. Dim ProfileUser As Variant
  180. Dim FirstDayOut As Variant
  181. Dim FirstDayBack As Variant
  182. Dim DaysOut As Variant
  183. Dim GeneralSubject As Variant
  184. Dim GeneralMessage As Variant
  185. Dim SpecialSubject As Variant
  186. Dim SpecialMessage As Variant
  187. Dim SpecialPeople As Variant
  188. Dim IgnorePeople As Variant
  189. Dim AlreadyNotified As Variant
  190. Dim SenderIsSpecial As Variant
  191. Dim Sender As Variant
  192. Dim DoNotRun As Variant
  193. Dim DoNotSend As Variant
  194. Dim domainItem As Variant
  195. '++LotusScript Development Environment:2:2:NotifySender:1:8
  196. Sub NotifySender
  197.      
  198. 'Set object variables for email
  199.      
  200.      Set maildoc = New NotesDocument(db)
  201.      Set rtitem = New NotesRichTextItem(maildoc, "Body")
  202.      
  203. 'Check to see if this person is on the SpecialPeople list
  204.      SenderIsSpecial = False
  205.      Forall i In SpecialPeople
  206.           If Sender(0) = i Then
  207.                SenderIsSpecial = True
  208.                Exit Forall
  209.           End If
  210.      End Forall
  211.      
  212. 'Build and send the email
  213.      maildoc.Form = "Memo"
  214.      domainItem = note.FromDomain
  215.      maildoc.SendTo = Sender(0)
  216.      If Not (Isempty(domainItem)) And domainItem(0) <> "" Then
  217.           maildoc.SendTo = mailDoc.SendTo(0) & " @ " & domainItem(0)
  218.      End If
  219.      rtitem.AppendText(DaysOut(0))
  220.      rtitem.AddNewLine(2)
  221.      If SenderIsSpecial Then
  222.           maildoc.Subject = SpecialSubject(0)
  223.           rtitem.AppendText(SpecialMessage(0))
  224.      Else
  225.           maildoc.Subject = GeneralSubject(0)
  226.           rtitem.AppendText(GeneralMessage(0))
  227.      End If
  228.      Call maildoc.AppendItemvalue("$AutoForward", True)
  229.      
  230. 'Don't add this person to the Notified list if the message cannot be sent.
  231. 'Send may fail if an ambiguous name is supplied
  232.      On Error Goto SendError
  233.      maildoc.Send(False)
  234.      
  235. 'Add this sender to AlreadyNotified list on profile
  236.      notifieditem.AppendToTextList(Sender(0))
  237.      profile.Save True, True
  238.      
  239. SendError:
  240.      ' Maybe keep track of the people that we couldn't send to?
  241.      Exit Sub
  242.      
  243. End Sub
  244. '++LotusScript Development Environment:2:2:Initialize:1:10
  245. Sub Initialize
  246.      
  247. 'Set Object Variables
  248.      Set dtToday = New NotesDateTime("Today")    
  249.      Set s = New NotesSession
  250.      Set db = s.CurrentDatabase
  251.      Set documents = db.UnprocessedDocuments
  252.      Set view = db.GetView("($Profiles)")
  253.      Set profile = view.GetDocumentByKey("OutOfOfficeProfile")
  254.      
  255. 'Get the profile data and be sure that this agent should run today
  256.      DoNotRun = False
  257.      GetProfile
  258.      If DoNotRun Then Exit Sub
  259.      
  260.      Set dtStart = startdate.DateTimeValue
  261.      
  262. 'Get each doc, check if sender has been notified yet, if not then notify them     
  263.      For n = 1 To documents.Count
  264.           Set note = documents.GetNthDocument(n)
  265.           Sender = note.From
  266. 'Make sure that we received this message (DeliveredDate) and that it was not automatically generated by someone else' agent ($AutoForward)
  267.           If note.HasItem("DeliveredDate")  And (Not note.HasItem("$AutoForward")) And (Not note.SentByAgent) Then
  268.                Set deliveredDate = note.GetFirstItem("DeliveredDate")
  269.                If deliveredDate.Values(0) <> "" Then
  270.                     Set dtCompare = deliveredDate.DateTimeValue
  271.                     If dtStart.TimeDifference(dtCompare) <= 0 Then
  272.                          CheckName
  273.                          If Not DoNotSend Then
  274.                               NotifySender
  275.                          End If
  276.                     End If
  277.                End If
  278.           End If
  279.           Call s.UpdateProcessedDoc(note)
  280.      Next
  281.      
  282. End Sub
  283. '++LotusScript Development Environment:2:2:GetProfile:1:8
  284. Sub GetProfile
  285.      
  286. 'Get profile document and field values.  If no Profile, inform the user and exit
  287.      If profile Is Nothing Then
  288.           Set maildoc = New NotesDocument(db)
  289.           maildoc.Form = "Memo"
  290.           maildoc.SendTo = "Email User"
  291.           maildoc.From = "Your Out of Office Agent"
  292.           maildoc.Subject = "Out of Office Agent failed"
  293.           maildoc.Body = "The Out of Office Agent cannot run unless you have created an Out of Office Profile.  " & _
  294.           "Choose ""Mail Tools/Out of Office"" from the Action menu and fill in the appropriate information."
  295.           maildoc.PostedDate = dtToday.LSLocalTime
  296.           maildoc.DeliveredDate = dtToday.LSLocalTime
  297.           maildoc.Save True, True
  298.           maildoc.PutInFolder("($InBox)")
  299.           DoNotRun = True
  300.           Exit Sub
  301.      Else
  302.           Set notifieditem = profile.GetFirstItem("AlreadyNotified")
  303.           Set startdate = profile.GetFirstItem("dateFirstDayOut")
  304.           Set enddate = profile.GetFirstItem("dateFirstDayBack")
  305.           DaysOut = profile.DaysOut         
  306.           GeneralSubject = profile.GeneralSubject
  307.           GeneralMessage = Profile.GeneralMessage
  308.           SpecialSubject = profile.SpecialSubject
  309.           SpecialMessage = profile.SpecialMessage
  310.           SpecialPeople = profile.SpecialPeople
  311.           IgnorePeople = profile.IgnorePeople
  312.           ProfileUser = profile.Sender
  313.      End If
  314.      
  315. 'Be sure the agent is supposed to be running today     
  316.      Set dtCompare = startdate.DateTimeValue
  317.      If dtToday.TimeDifference(dtCompare) < 0 Then
  318.           DoNotRun = True
  319.           Exit Sub
  320.      End If
  321.      Set dtCompare = enddate.DateTimeValue
  322.      If dtToday.TimeDifference(dtCompare) >= 0 Then
  323.           Set maildoc = New NotesDocument(db)          
  324.           Set rtitem = New NotesRichTextItem(maildoc, "Body")
  325.           maildoc.Form = "Memo"
  326.           maildoc.SendTo = ProfileUser(0)
  327.           maildoc.Subject = "Welcome Back!"
  328.           rtitem.AppendText("While you were out, your Out of Office Agent " & _
  329.           "notified the following people of your absence:")
  330.           rtitem.AddNewLine(2)
  331.           AlreadyNotified = profile.AlreadyNotified
  332.           For i = 0 To Ubound(AlreadyNotified)
  333.                rtitem.AppendText(AlreadyNotified(i))
  334.                rtitem.AddNewLine(1)
  335.           Next
  336.           maildoc.BackInOffice = True
  337.           maildoc.Send(False)
  338.           DoNotRun = True
  339.           Exit Sub
  340.      End If
  341.      
  342. End Sub
  343. '++LotusScript Development Environment:2:2:CheckName:1:8
  344. Sub CheckName
  345.      DoNotSend = False
  346.      
  347. 'If the email is from yourself, don't notify sender     
  348.      If Sender(0) = ProfileUser(0) Then
  349.           DoNotSend = True
  350.           Exit Sub          
  351.      End If
  352.      
  353. 'See if sender was already notified
  354.      AlreadyNotified = profile.AlreadyNotified     
  355.      Forall a In AlreadyNotified
  356.           If Sender(0) = a Then
  357.                DoNotSend = True
  358.                Exit Sub          
  359.           End If
  360.      End Forall
  361.      
  362. 'See if sender should be ignored
  363.      Forall i In IgnorePeople
  364.           If Sender(0) = i Then
  365.                DoNotSend = True
  366.                Exit Sub          
  367.           End If
  368.      End Forall
  369.      
  370. End Sub
  371. Lotus Notes
  372. PURSAF
  373. Debbie2 Branco
  374. F)`b"
  375. 0|wm-
  376. PURSAF
  377. TS3+v
  378. $TITLE
  379. $AssistType
  380. $AssistLastRun
  381. $AssistDocCount
  382. $AssistFlags
  383. $AssistInfo
  384. $AssistQuery
  385. $AssistAction
  386. $AssistAction_Ex
  387. $UpdatedBy
  388. $Flags
  389. _Forward
  390. Categori_ze
  391. Edit Message
  392. _Move to Folder...
  393. _Remove from Folder...
  394. ----------------------
  395.  Forwarded by 
  396. ForwardedFrom
  397. ForwardedDate
  398. ---------------
  399. --------
  400. Times New Roman
  401. Using Mail
  402.     Creating a Mail Message
  403.     There are three simple forms for creating a new mail message:e
  404.     Memo 
  405.     - use this form to create a new message 
  406.     Reply 
  407.     - use this form to respond to a message that you have received. This form will work only when you have selected a document to reply to.
  408.     Reply
  409.     With History
  410.      - similar to a Reply, except that a copy of the message being responded to will be automatically copied into your new message.
  411.     Before you send a message you must fill in the following information:s
  412.     To:r
  413.      - The primary recipients of the message. The content of the message is directed to them or they must take action on this message.
  414.      - Recipients who will receive a copy of the message, but are not usually required to take action on it.
  415.     bcc:
  416.      - Recipients who will receive a blind copy of this message.
  417.     You can send a message by choosing the "Send" action.g
  418.     Other Types of Messagesu
  419.     This database can also be used to organize your time, keep a list of tasks and meetings and special kinds of information to other Mail users:n
  420.     Bookmark a
  421.     - this form is used to send another Mail user a reference to a document. It is most useful when reading documents in a database that is shared with others on a server. For example, if you are reading a Discussion database and find a document that may be of use to someone else, creating a Bookmark message will allow that person to find the document very easily.
  422.     Phone Message 
  423.     - use this form to take a message for another Mail user.
  424.     Task 
  425.     - use this form to remind yourself of something that you need to do, or to ask another person to do something for you. If you send a Task to another Mail user, or to several users, they will be able to notify you when they have completed the Task. A special view (see below) has been provided to help you organize your Tasks and Tasks that you have assigned to other people.
  426.     Folders and Views
  427.     The following views and folders are provided for you:
  428.     Inbox 
  429.     - this is where new mail messages will appear when they have been sent to you by another Mail user.
  430.     Drafts 
  431.     - this is where messages that you have created will appear if you have saved them but have not yet sent them.e
  432.     Sent A
  433.     - messages will appear here after you have sent them. You can decide whether you want messages saved here automatically or whether you should be asked before a message is saved.i
  434.     Trash 
  435.     - message that you have marked for deletion will appear here.$
  436.     To Do 
  437.     - Tasks that you have created for yourself and Tasks that you have assigned to other people, and other messages which include a Due Date will appear here. This view will also help you keep track of which Tasks have been completed and when.S
  438.     In addition, you can create your own folders and views to help organize your Mail database.
  439. DeliveredDate
  440. PostedDate
  441. PostedDateY
  442. IsMailStationeryh
  443. _ViewIcon
  444. _ViewIcon
  445. Importance
  446. Importance
  447. _ViewIcon
  448. _ViewIcon
  449. $TypeIcon
  450.     3S4S6RS4E11S12S17RS8E24RS12E26RS8E31RS12E33RS9E36RS4E42RS8E44RS4E48R49S50S52RS4E54R59RS5E61R
  451. DeliveredDate
  452. SendTo
  453. SendTo
  454.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  455. DeliveredDate
  456. SendTo
  457. SendTo
  458.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  459. DeliveredDate
  460. SendTo
  461. SendTo
  462.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  463. Person
  464.     0R1S2S5S6S8S10S11S12S13S14S
  465. Delivery Report
  466. NonDelivery Report
  467. Trace Report
  468. Mail Router
  469. Person
  470.     0R3S4S5S6S7S8S10S12S
  471. DeliveredDate
  472. DeliveredDate
  473. PostedDate
  474. PostedDate
  475.     3S4S6S8S9S10S12S14S
  476. $ContentIconh
  477. $ContentIcon
  478. $ContentIconh
  479. $ContentIcon
  480.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S
  481. NonDelivery Report
  482. DELIVERY FAILURE: 
  483. FailureReason
  484. PhoneCaller
  485. Phone Call: 
  486. PhoneCaller
  487. Delivery Report
  488. DELIVERED: 
  489. Subject
  490. Return Receipt
  491. RECEIVED: 
  492. Subject
  493. Subject
  494.     3S4S6S7S8S10S15S16S17S19S20S21S23S24S25S27S28S29S31S32S33S35S
  495. $23$25$13$10Subject$14$Conflict$REF
  496. HiddenDocument
  497. $MessageType
  498. IsMailStationeryY
  499.     L1S2S3S4S5S8S2E9S
  500. DeliveredDate
  501. PostedDate
  502. PostedDateY
  503. IsMailStationeryh
  504. _ViewIcon
  505. _ViewIcon
  506. Importance
  507. Importance
  508. _ViewIcon
  509. _ViewIcon
  510. $TypeIcon
  511.     3S4S6RS4E11S12S17RS8E24RS12E26RS8E31RS12E33RS9E36RS4E42RS8E44RS4E48R49S50S52RS4E54R59RS5E61R
  512. $25Who
  513. DeliveredDate
  514. SendTo
  515. SendTo
  516.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  517. DeliveredDate
  518. SendTo
  519. SendTo
  520.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  521. DeliveredDate
  522. SendTo
  523. SendTo
  524.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  525. Person
  526.     0R1S2S5S6S8S10S11S12S13S14S
  527. Delivery Report
  528. NonDelivery Report
  529. Trace Report
  530. Mail Router
  531. Person
  532.     0R3S4S5S6S7S8S10S12S
  533. $13Date
  534. DeliveredDate
  535. DeliveredDate
  536. PostedDate
  537. PostedDate
  538.     3S4S6S8S9S10S12S14S$10
  539. $ContentIconh
  540. $ContentIcon
  541. $ContentIconh
  542. $ContentIcon
  543.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40SSubject$14Subject~
  544. NonDelivery Report
  545. DELIVERY FAILURE: 
  546. FailureReason
  547. PhoneCaller
  548. Phone Call: 
  549. PhoneCaller
  550. Delivery Report
  551. DELIVERED: 
  552. Subject
  553. Return Receipt
  554. RECEIVED: 
  555. Subject
  556. Subject
  557.     3S4S6S7S8S10S15S16S17S19S20S21S23S24S25S27S28S29S31S32S33S35S&
  558. Categori_zeS
  559. New Memo.
  560.     0S0E
  561. Delete 
  562.     0S0E
  563. Move to Folder...
  564.     0S0E
  565. _Edit Document
  566. _Forward
  567. Reply!4
  568. Reply
  569.     0S0E
  570. Reply With History@
  571. Reply with history
  572.     0S0E
  573. Convert To Taskd
  574. ReplyDate
  575. Can't Convert To Task
  576. You cannot convert this message into a Task because it already has a due date associated with it.
  577.     3S4S6S12S18S
  578.     0R4S
  579.     0R4S
  580. _Move to Folder...
  581. _Remove from Folder...
  582. DeliveredDate
  583. PostedDate
  584. PostedDateY
  585. IsMailStationeryh
  586. _ViewIcon
  587. _ViewIcon
  588. Importance
  589. Importance
  590. _ViewIcon
  591. _ViewIcon
  592. $TypeIcon
  593.     3S4S6RS4E11S12S17RS8E24RS12E26RS8E31RS12E33RS9E36RS4E42RS8E44RS4E48R49S50S52RS4E54R59RS5E61R
  594. DeliveredDate
  595. SendTo
  596. SendTo
  597.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  598. DeliveredDate
  599. SendTo
  600. SendTo
  601.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  602. DeliveredDate
  603. SendTo
  604. SendTo
  605.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  606. Person
  607.     0R1S2S5S6S8S10S11S12S13S14S
  608. Delivery Report
  609. NonDelivery Report
  610. Trace Report
  611. Mail Router
  612. Person
  613.     0R3S4S5S6S7S8S10S12S
  614. DeliveredDate
  615. DeliveredDate
  616. PostedDate
  617. PostedDate
  618.     3S4S6S8S9S10S12S14S
  619. $ContentIconh
  620. $ContentIcon
  621. $ContentIconh
  622. $ContentIcon
  623.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S
  624. NonDelivery Report
  625. DELIVERY FAILURE: 
  626. FailureReason
  627. Delivery Report
  628. DELIVERED: 
  629. Subject
  630. Return Receipt
  631. RECEIVED: 
  632. Subject
  633. ReturnNonReceipt
  634. NOT RECEIVED: 
  635. Subject
  636. Subject
  637.     3S4S6S7S8S10S11S12S14S15S16S18S19S20S22S23S24S26S27S28S30S31S32S34S
  638. $86$90$68$61$74$Conflict
  639. DeliveredDate
  640. PostedDate
  641. PostedDateY
  642. IsMailStationeryh
  643. _ViewIcon
  644. _ViewIcon
  645. Importance
  646. Importance
  647. _ViewIcon
  648. _ViewIcon
  649. $TypeIcon
  650.     3S4S6RS4E11S12S17RS8E24RS12E26RS8E31RS12E33RS9E36RS4E42RS8E44RS4E48R49S50S52RS4E54R59RS5E61R
  651. $90Who
  652. DeliveredDate
  653. SendTo
  654. SendTo
  655.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  656. DeliveredDate
  657. SendTo
  658. SendTo
  659.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  660. DeliveredDate
  661. SendTo
  662. SendTo
  663.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  664. Person
  665.     0R1S2S5S6S8S10S11S12S13S14S
  666. Delivery Report
  667. NonDelivery Report
  668. Trace Report
  669. Mail Router
  670. Person
  671.     0R3S4S5S6S7S8S10S12S
  672. $68Date
  673. DeliveredDate
  674. DeliveredDate
  675. PostedDate
  676. PostedDate
  677.     3S4S6S8S9S10S12S14S$61
  678. $ContentIconh
  679. $ContentIcon
  680. $ContentIconh
  681. $ContentIcon
  682.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S$74Subject
  683. NonDelivery Report
  684. DELIVERY FAILURE: 
  685. FailureReason
  686. Delivery Report
  687. DELIVERED: 
  688. Subject
  689. Return Receipt
  690. RECEIVED: 
  691. Subject
  692. ReturnNonReceipt
  693. NOT RECEIVED: 
  694. Subject
  695. Subject
  696.     3S4S6S7S8S10S11S12S14S15S16S18S19S20S22S23S24S26S27S28S30S31S32S34S&
  697. New Memo.
  698.     0S0E
  699. Delete 
  700.     0S0E
  701. Move To Folder...o 
  702.     0S0E
  703. _Forward
  704. Reply
  705. Reply
  706.     0S0E
  707. Reply With History@
  708. Reply with history
  709.     0S0E
  710. Categori_zer
  711. _Edit Document
  712. Send    
  713. Resend
  714. NonDelivery Report
  715. Not a Delivery Failure Report
  716. You cannot Resend a message unless it is a Delivery Failure Report.
  717.     6S12S17S23S
  718. Convert To Task
  719. ReplyDate
  720. Can't Convert To Task
  721. You cannot convert this message into a Task because it already has a due date associated with it.
  722.     3S4S6S12S18S
  723.     0R4S
  724.     0R4S
  725. _Move To Folder...
  726. _Remove From Folder...
  727. }T2wnU
  728. $SUBVIEW$1\:1{@special(@indexunread)};$2\Date:8{@date(@year(PostedDate);@month(PostedDate);@day(PostedDate))};From\From:15;$4\Subject:30{@if(@isavailable(Subject);Subject;"Phone call from: "+PhoneCaller)}($Sent)
  729. CN=Catherine Duffy/O=Iris1
  730. $73$62
  731. $62Y##############################
  732. ($Drafts)
  733. CN=Catherine Duffy/O=Iris1$
  734. $58$59$55
  735. $61$61
  736. Y############
  737. ($Profiles)H
  738. Form$Conflict
  739. Profile
  740.     L1S5S1
  741. FormType&
  742. CN=Peter O'Leary/O=IrisLotus Notes####################
  743. ($Inbox)($Inbox)1
  744. $82$70
  745. $70Newly received mail messages.FY
  746. CN=Catherine Duffy/O=IrisLotus Notes
  747. ############################
  748. $SUBVIEW$1\:1{@special(@indexunread)};$2\Date:8{@date(@year(PostedDate);@month(PostedDate);@day(PostedDate))};From\From:15;$4\Subject:30{@if(@isavailable(Subject);Subject;"Phone call from: "+PhoneCaller)}Brian Lambert($VIM100)/P=240
  749. Paul DiCristinaB
  750. DeliveredDate
  751. DeliveredDate
  752. PostedDate
  753. PostedDatei
  754. FromDomainh
  755. FromDomain"
  756. DeliveryPriority
  757. DeliveryPriority
  758. MessageType
  759. MessageType
  760. Delivery Report
  761. VIM_DLR
  762. NonDelivery Report
  763. VIM_NDLR
  764. Return Receipt
  765. VIM_RTRC
  766. VIM_MAILJ    
  767. Subject
  768. $53$47$48$50$51$52$Conflict
  769. $MessageType
  770.     L1S1$
  771. $53$47$48################################################
  772. $SUBVIEW$1\:1{@special(@indexunread)};$2\Date:8{@date(@year(PostedDate);@month(PostedDate);@day(PostedDate))};From\From:15;$4\Subject:30{@if(@isavailable(Subject);Subject;"Phone call from: "+PhoneCaller)}Brian Lambert($VIM256)/P=240
  773. Paul DiCristina
  774. Recipients
  775. Categories
  776. Categoriesb
  777. (No Category)
  778. DeliveredDate
  779. DeliveredDate
  780. PostedDate
  781. PostedDatei
  782. FromDomainh
  783. FromDomain"
  784. DeliveryPriority
  785. DeliveryPriority
  786. MessageType
  787. MessageType
  788. Delivery Report
  789. VIM_DLR
  790. NonDelivery Report
  791. VIM_NDLR
  792. Return Receipt
  793. VIM_RTRC
  794. VIM_MAILJ    
  795. Subject
  796. $53$47$48$50$51$52$Conflict
  797. $MessageType
  798.     L1S1$
  799. $53$47$48T#######################
  800. ##########################################################
  801. ##########################################################
  802. DeliveredDate
  803. PostedDate
  804. PostedDateY
  805. Importance
  806.     6S11S12S17S19S31S
  807. DeliveredDate
  808. SendTo
  809. SendTo
  810.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  811. DeliveredDate
  812. SendTo
  813. SendTo
  814.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  815. DeliveredDate
  816. SendTo
  817. SendTo
  818.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  819.     0R3S4S6S8S9S10S11S12S
  820. DeliveredDate
  821. DeliveredDate
  822. PostedDate
  823. PostedDate
  824.     3S4S6S8S9S10S12S14S
  825. $ContentIconh
  826. $ContentIcon
  827. $ContentIconh
  828. $ContentIcon
  829.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S
  830. NonDelivery Report
  831. DELIVERY FAILURE: 
  832. FailureReason
  833. Delivery Report
  834. DELIVERED: 
  835. Subject
  836. Return Receipt
  837. RECEIVED: 
  838. Subject
  839. ReturnNonReceipt
  840. NOT RECEIVED: 
  841. Subject
  842. Subject
  843.     3S4S6S7S8S10S11S12S14S15S16S18S19S20S22S23S24S26S27S28S30S31S32S34S
  844. $71$73$62$57$65$Conflict
  845. DeliveredDate
  846. PostedDate
  847.     L1S4S5S
  848. DeliveredDate
  849. PostedDate
  850. PostedDateY
  851. Importance
  852.     6S11S12S17S19S31S$73Who
  853. DeliveredDate
  854. SendTo
  855. SendTo
  856.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  857. DeliveredDate
  858. SendTo
  859. SendTo
  860.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  861. DeliveredDate
  862. SendTo
  863. SendTo
  864.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  865.     0R3S4S6S8S9S10S11S12S$62Date
  866. DeliveredDate
  867. DeliveredDate
  868. PostedDate
  869. PostedDate
  870.     3S4S6S8S9S10S12S14S$57
  871. $ContentIconh
  872. $ContentIcon
  873. $ContentIconh
  874. $ContentIcon
  875.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S$65Subject
  876. NonDelivery Report
  877. DELIVERY FAILURE: 
  878. FailureReason
  879. Delivery Report
  880. DELIVERED: 
  881. Subject
  882. Return Receipt
  883. RECEIVED: 
  884. Subject
  885. ReturnNonReceipt
  886. NOT RECEIVED: 
  887. Subject
  888. Subject
  889.     3S4S6S7S8S10S11S12S14S15S16S18S19S20S22S23S24S26S27S28S30S31S32S34S&
  890. New Memo.
  891.     0S0E
  892. Delete 
  893.     0S0E
  894. Move To Folder...
  895.     0S0E
  896. _Forward
  897. Categori_ze
  898. Edit Document0
  899. Edit New CopyeB
  900. MailStEd
  901.     1S2S3S
  902. Convert To Task
  903. ReplyDate
  904. Can't Convert To Task
  905. You cannot convert this message into a Task because it already has a due date associated with it.
  906.     3S4S6S12S18S
  907.     0R4S
  908.     0R4S
  909. _Move To Folder...
  910. _Remove From Folder...
  911. IsMailStationeryh
  912. Stationery
  913. Drafts
  914.     7S9S
  915. IsMailStationeryh
  916.     7S9S
  917. SendTo
  918.     1S2S6S10S
  919. SendTo
  920.     0R1S2S5S6S8S12S16S20S
  921. SendTo
  922.     0R1S2S5S6S8S12S16S20S
  923.     0R3S4S6S8S9S10S11S12S
  924. $ContentIconh
  925. $ContentIcon
  926. $ContentIconh
  927. $ContentIcon
  928.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S
  929. IsMailStationeryh
  930. MailStationeryName
  931. Subject
  932.     7S9S
  933. $58$59$61$55$40$60$Conflict
  934. PostedDate
  935. $MessageType
  936. ExcludeFromView
  937.     L1S2S3S4S5S6S7S8S9S12S13S
  938. IsMailStationeryh
  939. Stationery
  940. Drafts
  941.     7S9S
  942. IsMailStationeryh
  943.     7S9S
  944. $61Who
  945. SendTo
  946.     1S2S6S10S
  947. SendTo
  948.     0R1S2S5S6S8S12S16S20S
  949. SendTo
  950.     0R1S2S5S6S8S12S16S20S
  951.     0R3S4S6S8S9S10S11S12S$55Date
  952. $ContentIconh
  953. $ContentIcon
  954. $ContentIconh
  955. $ContentIcon
  956.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S$60Subjectb
  957. IsMailStationeryh
  958. MailStationeryName
  959. Subject
  960.     7S9S
  961. New Memo.
  962.     0S0E
  963. Delete 
  964.     0S0E
  965. _Forward
  966. Categori_ze
  967. Edit Document
  968. IsMailStationeryh
  969.     7S9S
  970. MailStEd
  971. Edit Document
  972. Which would you like to do?
  973. Edit this Stationery
  974. Edit this Stationery
  975. Create a new message from this Stationery
  976. Edit this Stationery
  977.     0RR1S2S3S8S9S11S13S15S17S18S19S21S22S24S26S
  978. Use Stationery
  979. IsMailStationeryh
  980. Not Stationery
  981. This is a not a Stationery message.
  982.     7S9S
  983. Rename Stationery...
  984. IsMailStationery
  985. Rename Stationery
  986. The currently selected document is a Draft.  Only Stationery documents can be renamed.
  987.     3S4S10RS9E19RS9E
  988. MailStationeryName
  989. Rename Stationery
  990. What would you like to call this Stationery message?
  991. MailStationeryName
  992.     0R1S2S3S7S9S11S
  993. Convert To Task
  994. ReplyDate
  995. Can't Convert To Task
  996. You cannot convert this message into a Task because it already has a due date associated with it.
  997.     3S4S6S12S18S
  998.     0R4S
  999.     0R4S
  1000. _Move To Folder...
  1001. _Remove From Folder...
  1002. TemplateType
  1003. Systemol
  1004. abase...
  1005. abase...
  1006. DateReturned
  1007. SignOutDate,
  1008. forget to check your assforget to check your assAttachmentNameValidation
  1009. MailNotification
  1010. Server
  1011. Server
  1012. TemplateCheck
  1013. LastBuld
  1014. $FILE
  1015. mail4.ntf 
  1016. KitPrompt
  1017. DeliveredDate
  1018. PostedDate
  1019. PostedDateY
  1020. IsMailStationeryh
  1021. _ViewIcon
  1022. _ViewIcon
  1023. Importance
  1024. Importance
  1025. _ViewIcon
  1026. _ViewIcon
  1027. $TypeIcon
  1028.     3S4S6RS4E11S12S17RS8E24RS12E26RS8E31RS12E33RS9E36RS4E42RS8E44RS4E48R49S50S52RS4E54R59RS5E61R
  1029. DeliveredDate
  1030. SendTo
  1031. SendTo
  1032.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  1033. DeliveredDate
  1034. SendTo
  1035. SendTo
  1036.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  1037. DeliveredDate
  1038. SendTo
  1039. SendTo
  1040.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  1041. Person
  1042.     0R1S2S5S6S8S10S11S12S13S14S
  1043. Delivery Report
  1044. NonDelivery Report
  1045. Trace Report
  1046. Mail Router
  1047. Person
  1048.     0R3S4S5S6S7S8S10S12S
  1049. DeliveredDate
  1050. DeliveredDate
  1051. PostedDate
  1052. PostedDate
  1053.     3S4S6S8S9S10S12S14S
  1054. $ContentIconh
  1055. $ContentIcon
  1056. $ContentIconh
  1057. $ContentIcon
  1058.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S
  1059. NonDelivery Report
  1060. DELIVERY FAILURE: 
  1061. FailureReason
  1062. Delivery Report
  1063. DELIVERED: 
  1064. Subject
  1065. Return Receipt
  1066. RECEIVED: 
  1067. Subject
  1068. ReturnNonReceipt
  1069. NOT RECEIVED: 
  1070. Subject
  1071. Subject
  1072.     3S4S6S7S8S10S11S12S14S15S16S18S19S20S22S23S24S26S27S28S30S31S32S34S
  1073. $80$82$70$63$73$Conflict
  1074. DeliveredDate
  1075. PostedDate
  1076. PostedDateY
  1077. IsMailStationeryh
  1078. _ViewIcon
  1079. _ViewIcon
  1080. Importance
  1081. Importance
  1082. _ViewIcon
  1083. _ViewIcon
  1084. $TypeIcon
  1085.     3S4S6RS4E11S12S17RS8E24RS12E26RS8E31RS12E33RS9E36RS4E42RS8E44RS4E48R49S50S52RS4E54R59RS5E61R
  1086. $82Who
  1087. DeliveredDate
  1088. SendTo
  1089. SendTo
  1090.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  1091. DeliveredDate
  1092. SendTo
  1093. SendTo
  1094.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  1095. DeliveredDate
  1096. SendTo
  1097. SendTo
  1098.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  1099. Person
  1100.     0R1S2S5S6S8S10S11S12S13S14S
  1101. Delivery Report
  1102. NonDelivery Report
  1103. Trace Report
  1104. Mail Router
  1105. Person
  1106.     0R3S4S5S6S7S8S10S12S
  1107. $70Date
  1108. DeliveredDate
  1109. DeliveredDate
  1110. PostedDate
  1111. PostedDate
  1112.     3S4S6S8S9S10S12S14S$63
  1113. $ContentIconh
  1114. $ContentIcon
  1115. $ContentIconh
  1116. $ContentIcon
  1117.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S$73Subject
  1118. NonDelivery Report
  1119. DELIVERY FAILURE: 
  1120. FailureReason
  1121. Delivery Report
  1122. DELIVERED: 
  1123. Subject
  1124. Return Receipt
  1125. RECEIVED: 
  1126. Subject
  1127. ReturnNonReceipt
  1128. NOT RECEIVED: 
  1129. Subject
  1130. Subject
  1131.     3S4S6S7S8S10S11S12S14S15S16S18S19S20S22S23S24S26S27S28S30S31S32S34S&
  1132. New Memo.
  1133.     0S0E
  1134. Delete 
  1135.     0S0E
  1136. Move To Folder...  
  1137.     0S0E
  1138. _Forward
  1139. Replyo4
  1140. Reply
  1141.     0S0E
  1142. Reply With History@
  1143. Reply with history
  1144.     0S0E
  1145. Categori_zer
  1146. _Edit Document
  1147. Send Docu_ment    
  1148. Resend
  1149. NonDelivery Report
  1150. Not a Delivery Failure Report
  1151. You cannot Resend a message unless it is a Delivery Failure Report.
  1152.     6S12S17S23S
  1153. Convert To Task
  1154. ReplyDate
  1155. Can't Convert To Task
  1156. You cannot convert this message into a Task because it already has a due date associated with it.
  1157.     3S4S6S12S18S
  1158.     0R4S
  1159.     0R4S
  1160. _Move To Folder...
  1161. _Remove From Folder...
  1162.  $53Unique ID
  1163. $47Date^
  1164. DeliveredDate
  1165. DeliveredDate
  1166. PostedDate
  1167. PostedDatei
  1168. $48From`
  1169. FromDomainh
  1170. FromDomain"
  1171. $50PriorityD
  1172. DeliveryPriority
  1173. DeliveryPriority
  1174. $51Type
  1175. MessageType
  1176. MessageType
  1177. Delivery Report
  1178. VIM_DLR
  1179. NonDelivery Report
  1180. VIM_NDLR
  1181. Return Receipt
  1182. VIM_RTRC
  1183. VIM_MAILJ    
  1184. $52Subject
  1185. Subject
  1186. Categori_ze
  1187. _Edit Document
  1188. Send Docu_ment
  1189. _Forward
  1190.  $53Categoryj
  1191. Recipients
  1192. Categories
  1193. Categoriesb
  1194. (No Category)
  1195. $47Date^
  1196. DeliveredDate
  1197. DeliveredDate
  1198. PostedDate
  1199. PostedDatei
  1200. $48From`
  1201. FromDomainh
  1202. FromDomain"
  1203. $50PriorityD
  1204. DeliveryPriority
  1205. DeliveryPriority
  1206. $51Type
  1207. MessageType
  1208. MessageType
  1209. Delivery Report
  1210. VIM_DLR
  1211. NonDelivery Report
  1212. VIM_NDLR
  1213. Return Receipt
  1214. VIM_RTRC
  1215. VIM_MAILJ    
  1216. $52Subject
  1217. Subject
  1218. Categori_ze
  1219. _Edit Document
  1220. Send Docu_ment
  1221. _Forward
  1222. $SUBVIEW$1\:1{@special(@indexunread)};$2\Date:8{@date(@year(PostedDate);@month(PostedDate);@day(PostedDate))};From\From:15;$4\Subject:30{@if(@isavailable(Subject);Subject;"Phone call from: "+PhoneCaller)}Brian Lambert($VIM42)/P=240
  1223. Paul DiCristina
  1224. Recipients
  1225. SenderCategorized
  1226. SenderCategorized
  1227. (No Category)
  1228. DeliveredDate
  1229. DeliveredDate
  1230. PostedDate
  1231. PostedDatei
  1232. FromDomainh
  1233. FromDomain"
  1234. DeliveryPriority
  1235. DeliveryPriority
  1236. MessageType
  1237. MessageType
  1238. Delivery Report
  1239. VIM_DLR
  1240. NonDelivery Report
  1241. VIM_NDLR
  1242. Return Receipt
  1243. VIM_RTRC
  1244. VIM_MAILJ    
  1245. Subject
  1246. $53$47$48$50$51$52$Conflict
  1247. $MessageType
  1248.     L1S1$
  1249. $53$47$48#########
  1250. $SUBVIEW$1\:1{@special(@indexunread)};$2\Date:8{@date(@year(PostedDate);@month(PostedDate);@day(PostedDate))};From\From:15;$4\Subject:30{@if(@isavailable(Subject);Subject;"Phone call from: "+PhoneCaller)}Brian Lambert($VIM98)/P=240
  1251. Paul DiCristina
  1252. MessageType
  1253. MessageType
  1254. Delivery Report
  1255. VIM_DLR
  1256. NonDelivery Report
  1257. VIM_NDLR
  1258. Return Receipt
  1259. VIM_RTRC
  1260. VIM_MAILJ    
  1261. DeliveredDate
  1262. DeliveredDate
  1263. PostedDate
  1264. PostedDatei
  1265. FromDomainh
  1266. FromDomain"
  1267. DeliveryPriority
  1268. DeliveryPriority
  1269. MessageType
  1270. MessageType
  1271. Delivery Report
  1272. VIM_DLR
  1273. NonDelivery Report
  1274. VIM_NDLR
  1275. Return Receipt
  1276. VIM_RTRC
  1277. VIM_MAILJ    
  1278. Subject
  1279. $45$47$48$50$51$52$Conflict
  1280. $MessageType
  1281.     L1S1$
  1282. $45$47$48###
  1283. $SUBVIEW$1\:1{@special(@indexunread)};$2\Date:8{@date(@year(PostedDate);@month(PostedDate);@day(PostedDate))};From\From:15;$4\Subject:30{@if(@isavailable(Subject);Subject;"Phone call from: "+PhoneCaller)}Brian Lambert($VIM23)/P=240
  1284. Paul DiCristinad
  1285. PostedDateY
  1286. VIMSEL_DRAFT
  1287. DeliveredDate
  1288. DeliveredDate
  1289. PostedDate
  1290. PostedDatei
  1291. FromDomainh
  1292. FromDomain"
  1293. DeliveryPriority
  1294. DeliveryPriority
  1295. MessageType
  1296. MessageType
  1297. Delivery Report
  1298. VIM_DLR
  1299. NonDelivery Report
  1300. VIM_NDLR
  1301. Return Receipt
  1302. VIM_RTRC
  1303. VIM_MAILJ    
  1304. Subject
  1305. $53$47$48$50$51$52$Conflict
  1306. $MessageType
  1307.     L1S1$
  1308. $53$47$48###############
  1309. ($Trash)($Trash)1
  1310. $77$64
  1311. $64FY
  1312. CN=Catherine Duffy/O=IrisLotus Notes
  1313. #########################################################
  1314. CN=Catherine Duffy/O=Iris#############################################
  1315.  $53Keywordz
  1316. Recipients
  1317. SenderCategorized
  1318. SenderCategorized
  1319. (No Category)
  1320. $47Date^
  1321. DeliveredDate
  1322. DeliveredDate
  1323. PostedDate
  1324. PostedDatei
  1325. $48From`
  1326. FromDomainh
  1327. FromDomain"
  1328. $50PriorityD
  1329. DeliveryPriority
  1330. DeliveryPriority
  1331. $51Type
  1332. MessageType
  1333. MessageType
  1334. Delivery Report
  1335. VIM_DLR
  1336. NonDelivery Report
  1337. VIM_NDLR
  1338. Return Receipt
  1339. VIM_RTRC
  1340. VIM_MAILJ    
  1341. $52Subject
  1342. Subject
  1343. Categori_ze
  1344. _Edit Document
  1345. Send Docu_ment
  1346. _Forward
  1347.  $45Type
  1348. MessageType
  1349. MessageType
  1350. Delivery Report
  1351. VIM_DLR
  1352. NonDelivery Report
  1353. VIM_NDLR
  1354. Return Receipt
  1355. VIM_RTRC
  1356. VIM_MAILJ    
  1357. $47Date^
  1358. DeliveredDate
  1359. DeliveredDate
  1360. PostedDate
  1361. PostedDatei
  1362. $48From`
  1363. FromDomainh
  1364. FromDomain"
  1365. $50PriorityD
  1366. DeliveryPriority
  1367. DeliveryPriority
  1368. $51Type
  1369. MessageType
  1370. MessageType
  1371. Delivery Report
  1372. VIM_DLR
  1373. NonDelivery Report
  1374. VIM_NDLR
  1375. Return Receipt
  1376. VIM_RTRC
  1377. VIM_MAILJ    
  1378. $52Subject
  1379. Subject
  1380. Categori_ze
  1381. _Edit Document
  1382. Send Docu_ment
  1383. _Forward
  1384.  $53Draft4
  1385. PostedDateY
  1386. VIMSEL_DRAFT
  1387. $47Date^
  1388. DeliveredDate
  1389. DeliveredDate
  1390. PostedDate
  1391. PostedDatei
  1392. $48From`
  1393. FromDomainh
  1394. FromDomain"
  1395. $50PriorityD
  1396. DeliveryPriority
  1397. DeliveryPriority
  1398. $51Type
  1399. MessageType
  1400. MessageType
  1401. Delivery Report
  1402. VIM_DLR
  1403. NonDelivery Report
  1404. VIM_NDLR
  1405. Return Receipt
  1406. VIM_RTRC
  1407. VIM_MAILJ    
  1408. $52Subject
  1409. Subject
  1410. Categori_ze
  1411. _Edit Document
  1412. Send Docu_ment
  1413. _Forward
  1414. ACLNMIS s_DomainClapton ACLNMIS $DesignVersion
  1415. StartTime
  1416. Events
  1417. ly Create ACLIris De$TAB$Version
  1418. CN=Rob Slapikoff/O=Iris
  1419. $Formula
  1420. $ModifieServer
  1421. `#( 0 PM  Network:   Checking normal priority connection records only...
  1422. ype$AssistFlags$UpdatedBy$$FormScript_O
  1423. Events
  1424. 12/15/95 08:09:30 PM  Network:   Checking normal priority connection records only...
  1425. 12/15/95 08:09:30 PM  Network:   Allowing wild card connection records...
  1426. 12/15/95 08:09:30 PM  Network:   Enabling name server requests...
  1427. 12/15/95 08:09:30 PM  Network:   Requesting address of Emily/Iris from Alice over LAN0
  1428. 12/15/95 08:09:30 PM  Network:     Address found for Emily/Iris via LAN0
  1429. 12/15/95 08:09:30 PM  Network: Determining path to server Emily/Iris
  1430. 12/15/95 08:09:30 PM  Network:   Checking normal priority conn
  1431. DeliveredDate
  1432. PostedDate
  1433. PostedDateY
  1434. IsMailStationeryh
  1435. _ViewIcon
  1436. _ViewIcon
  1437. Importance
  1438. Importance
  1439. _ViewIcon
  1440. _ViewIcon
  1441. $TypeIcon
  1442.     3S4S6RS4E11S12S17RS8E24RS12E26RS8E31RS12E33RS9E36RS4E42RS8E44RS4E48R49S50S52RS4E54R59RS5E61R
  1443. DeliveredDate
  1444. SendTo
  1445. SendTo
  1446.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  1447. DeliveredDate
  1448. SendTo
  1449. SendTo
  1450.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  1451. DeliveredDate
  1452. SendTo
  1453. SendTo
  1454.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  1455. Person
  1456.     0R1S2S5S6S8S10S11S12S13S14S
  1457. Delivery Report
  1458. NonDelivery Report
  1459. Trace Report
  1460. Mail Router
  1461. Person
  1462.     0R3S4S5S6S7S8S10S12S
  1463. DeliveredDate
  1464. DeliveredDate
  1465. PostedDate
  1466. PostedDate
  1467.     3S4S6S8S9S10S12S14S
  1468. $ContentIconh
  1469. $ContentIcon
  1470. $ContentIconh
  1471. $ContentIcon
  1472.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S
  1473. IsMailStationeryh
  1474. MailStationeryName
  1475. NonDelivery Report
  1476. DELIVERY FAILURE: 
  1477. FailureReason
  1478. Delivery Report
  1479. DELIVERED: 
  1480. Subject
  1481. Return Receipt
  1482. RECEIVED: 
  1483. Subject
  1484. ReturnNonReceipt
  1485. NOT RECEIVED: 
  1486. Subject
  1487. Subject
  1488.     7S9S10S11S13S14S15S17S18S19S21S22S23S25S26S27S29S30S31S33S34S35S37S38S39S41S
  1489. $74$77$64$60$69$Conflict
  1490. DeliveredDate
  1491. PostedDate
  1492. PostedDateY
  1493. IsMailStationeryh
  1494. _ViewIcon
  1495. _ViewIcon
  1496. Importance
  1497. Importance
  1498. _ViewIcon
  1499. _ViewIcon
  1500. $TypeIcon
  1501.     3S4S6RS4E11S12S17RS8E24RS12E26RS8E31RS12E33RS9E36RS4E42RS8E44RS4E48R49S50S52RS4E54R59RS5E61R
  1502. $77Who
  1503. DeliveredDate
  1504. SendTo
  1505. SendTo
  1506.     1S2S7S8S9S10S11S12S14S18S21S25S29S
  1507. DeliveredDate
  1508. SendTo
  1509. SendTo
  1510.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  1511. DeliveredDate
  1512. SendTo
  1513. SendTo
  1514.     0R1S2S5S6S8S13S14S15S16S17S18S20S24S27S31S35S41S
  1515. Person
  1516.     0R1S2S5S6S8S10S11S12S13S14S
  1517. Delivery Report
  1518. NonDelivery Report
  1519. Trace Report
  1520. Mail Router
  1521. Person
  1522.     0R3S4S5S6S7S8S10S12S
  1523. $64Date
  1524. DeliveredDate
  1525. DeliveredDate
  1526. PostedDate
  1527. PostedDate
  1528.     3S4S6S8S9S10S12S14S$60
  1529. $ContentIconh
  1530. $ContentIcon
  1531. $ContentIconh
  1532. $ContentIcon
  1533.     2RS4E6S7S9S13S15S20S22S24S26S29RS4E34S36S38S40S$69Subject
  1534. IsMailStationeryh
  1535. MailStationeryName
  1536. NonDelivery Report
  1537. DELIVERY FAILURE: 
  1538. FailureReason
  1539. Delivery Report
  1540. DELIVERED: 
  1541. Subject
  1542. Return Receipt
  1543. RECEIVED: 
  1544. Subject
  1545. ReturnNonReceipt
  1546. NOT RECEIVED: 
  1547. Subject
  1548. Subject
  1549.     7S9S10S11S13S14S15S17S18S19S21S22S23S25S26S27S29S30S31S33S34S35S37S38S39S41S
  1550. Categori_ze
  1551. _Edit Document
  1552. Send Docu_ment
  1553. _Forward
  1554. Empty Trash
  1555. Empty Trash
  1556. The messages in your Trash folder will be permanently deleted. Are you sure you want to empty your Trash?
  1557.     11S13S
  1558. _Move to Folder...
  1559. _Remove From Trash
  1560. (Return Receipt)Return Receipt
  1561. CN=Mussie Shore/O=Iris
  1562. DeliveryDateSubject#################
  1563. D3F729BC2029D7188AE991E3D4201966CN=Michael Clark/O=Iris
  1564. (Personal Stationery)Personal Stationery
  1565. Lotus Notes
  1566. FooterBodySubjectBlindCopyToCopyToSendToHeader$KeepPrivateDefaultMailSaveOptionsEncryptSignFrom###
  1567. (Trace Report)Trace Report
  1568. CN=Peter O'Leary/O=IrisCD
  1569. DeliveryDateSubject##########
  1570. (Advanced Options)
  1571. CN=Paul DiCristina/O=Iris
  1572. MailFormatReplyToReplyDateExpireDate#####################################################
  1573. (Delivery Info)DeliveryInfo
  1574. CN=Catherine Duffy/O=IrisCD
  1575. tmpFromInfotmpPostedDateInfo######################################
  1576. BodySubjectFromCopyToSendTo
  1577. (ReturnNonReceipt)ReturnNonReceipt
  1578. CN=Mussie Shore/O=Iris###############
  1579. (NonDelivery Report)DeliveryReportNonDelivery Report
  1580. CN=Catherine Duffy/O=Iris
  1581. BodyFromIntendedRecipient##############################
  1582. (Delivery Report)Delivery Report
  1583. CN=Mussie Shore/O=Iris
  1584. BodyDeliveryDateSubject#
  1585. $MoodsMoods
  1586. CN=Catherine Duffy/O=IrisCU3
  1587. SenderTag####################################################
  1588. $FORWARDSEP
  1589. CN=Mussie Shore/O=Iris
  1590. ForwardedDateForwardedFromCU3##########################################
  1591. _Special\BookmarkBookmark
  1592. Lotus Notes
  1593. BodyDueDateTimeFlowStatusInheritedSubjectInheritedDBTitleSubjectBlindCopyToCopyToSendTo$KeepPrivateDefaultMailSaveOptionsEncryptSignFrom####
  1594. Update Tasks
  1595. Lotus NotesSfL3
  1596. ##########################################################
  1597. ##########################################################
  1598. *** Message Successfully Received ***
  1599. Return Receipt
  1600.         Your document:
  1601. Subject
  1602. Subject
  1603.         was received by:
  1604. IntendedRecipient
  1605. IntendedRecipient
  1606.         at:
  1607. DeliveryDate
  1608. Categori_ze=
  1609. Closel 
  1610.     0S0E
  1611. _Edit Document
  1612. Send Docu_ment
  1613. _Forward
  1614. _Move to Folder...
  1615. _Remove from Folder...
  1616. Times New Roman
  1617. VersionOpt|
  1618.     6S7S9S14S
  1619. $VersionOpt
  1620.     0R1S2S3S
  1621. SavedOnce
  1622.     0R1S2S3S
  1623. PostedDate(
  1624.     0R1S2S3S
  1625. DeliveredDate
  1626.     0R1S2S3S
  1627. $AutoEditMode
  1628.     0R1S2S3S
  1629. MailSaveOptions
  1630.     0R1S2S3S
  1631. VersionOpt
  1632.     0R4S
  1633. Personal Stationery
  1634. Subject
  1635. Subject
  1636. Subject
  1637.     4S6S12S13S14S15S17S21S23S25S26S28S
  1638. '++LotusScript Development Environment:2:5:(Options):0:74
  1639. Option Public
  1640. %INCLUDE "lsconst.lss"
  1641. '++LotusScript Development Environment:2:5:(Forward):0:1
  1642. Declare Sub InstantiateObjectVariables(source)
  1643. Declare Sub SaveDialog(SavedDoc)
  1644. Declare Sub CheckSecureMail
  1645. '++LotusScript Development Environment:2:5:(Declarations):0:10
  1646. Dim w As NotesUIWorkspace
  1647. Dim s As NotesSession
  1648. Dim db As NotesDatabase
  1649. Dim note As NotesDocument
  1650. Dim newnote As NotesDocument
  1651. Dim Action As Variant
  1652. Dim DoNotClose As Variant
  1653. Dim ContinueSave As Variant
  1654. Dim NewDocument As Variant
  1655. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  1656. Sub InstantiateObjectVariables(source)
  1657.      
  1658.      Set w = New NotesUIWorkspace
  1659.      Set s = New NotesSession
  1660.      Set db = s.CurrentDatabase
  1661.      Set note = source.document
  1662.      source.AutoReload = False
  1663.      
  1664. End Sub
  1665. '++LotusScript Development Environment:2:2:SaveDialog:1:8
  1666. Sub SaveDialog(SavedDoc)
  1667.      
  1668.      ContinueSave = Messagebox("Do you wish to save this " & SavedDoc & "?", MB_YESNOCANCEL, "Save " & SavedDoc) 
  1669.      Select Case ContinueSave
  1670.      Case IDCANCEL
  1671.           note.MailOptions = "0"
  1672. 'This will force us into querysave next time - this time it will set continue = false so no save will occur          
  1673.           note.SaveOptions = "1"
  1674.      Case IDNO
  1675.           note.SaveOptions = "0"
  1676.      Case IDYES
  1677.           note.SaveOptions = "1"
  1678.      End Select
  1679.      
  1680. End Sub
  1681. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  1682. Sub CheckSecureMail
  1683.      
  1684. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  1685.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  1686.      If note.SecureMail(0) = "1" Then
  1687.           Call note.ReplaceItemValue("Sign", "1")
  1688.           Call note.ReplaceItemValue("Encrypt", "1")
  1689.      End If     
  1690.      
  1691. End Sub
  1692. }X    Ih
  1693.  Personal Stationery'++LotusScript Development Environment:2:5:(Options):0:66
  1694. '++LotusScript Development Environment:2:5:(Forward):0:1
  1695. Declare Sub Postopen(Source As Notesuidocument)
  1696. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  1697. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  1698. Declare Sub Postmodechange(Source As Notesuidocument)
  1699. '++LotusScript Development Environment:2:5:(Declarations):0:2
  1700. '++LotusScript Development Environment:2:2:BindEvents:1:129
  1701. Private Sub BindEvents(Byval Objectname_ As String)
  1702.      Static Source As NOTESUIDOCUMENT
  1703.      Set Source = Bind(Objectname_)
  1704.      On Event Postopen From Source Call Postopen
  1705.      On Event Querysave From Source Call Querysave
  1706.      On Event Queryclose From Source Call Queryclose
  1707.      On Event Postmodechange From Source Call Postmodechange
  1708. End Sub
  1709. '++LotusScript Development Environment:2:2:Postopen:1:12
  1710. Sub Postopen(Source As Notesuidocument)
  1711.      
  1712.      If source.InPreviewPane Then Exit Sub
  1713.      
  1714.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  1715.      
  1716.      If (note.HasItem("PostedDate") Or note.HasItem("DeliveredDate")) Then
  1717.           If source.EditMode = False Then
  1718.                Exit Sub
  1719.           Else
  1720. 'If this is a message that was written by you, we need to remove any options fields
  1721.                If note.From(0) = s.UserName Then
  1722.                     note.RemoveItem("MailOptions")
  1723.                     note.RemoveItem("SaveOptions")
  1724.                     If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  1725. 'If this is a message that was not written by you we do not present the mail dialog
  1726. 'but we do want to force processing into QuerySave               
  1727.                Else
  1728.                     note.MailOptions = "0"
  1729.                     note.SaveOptions = "1"
  1730.                End If
  1731.           End If
  1732.      Else
  1733.           source.EditMode = True
  1734.      End If
  1735.      
  1736.      If source.IsNewDoc Then
  1737.           NewDocument = True
  1738.           CheckSecureMail
  1739.           EditType = s.GetEnvironmentValue("MailStEd")
  1740. 'EditType 1 = CreateStationery          
  1741.           If EditType = "1" Then
  1742.                note.tmpAction = "SaveAsStationery"
  1743.                note.IsMailStationery = 1
  1744.                Call s.SetEnvironmentVar("MailStEd", "0")
  1745.                note.MailOptions = "0"
  1746.                note.SaveOptions = "1"
  1747.           Else
  1748.                'If note.HasItem("ForwardedFrom") Then Call note.ReplaceItemValue("$RefOptions", "1") 
  1749.           End If
  1750.      Else
  1751.           NewDocument = False
  1752.           If note.HasItem("IsMailStationery") Then
  1753.                EditType = s.GetEnvironmentValue("MailStEd")
  1754. 'EditType 2 = EditStationery
  1755.                If EditType = "2" Then 
  1756.                     Call s.SetEnvironmentVar("MailStEd", "0")
  1757.                     note.MailOptions = "0"
  1758.                     note.SaveOptions = "1"
  1759.                Else
  1760. 'Create a doc from Stationery
  1761.                     note.RemoveItem("IsMailStationery")
  1762.                     note.RemoveItem("MailStationeryName")
  1763.                     Call note.ReplaceItemValue("$VersionOpt", "6")              
  1764.                End If
  1765.           Else
  1766.                EditType = s.GetEnvironmentValue("MailStEd")
  1767. 'EditType 5 = EditNewCopy               
  1768.                If EditType = "5" Then 
  1769.                     Call note.ReplaceItemValue("$VersionOpt", "6")
  1770.                     note.tmpAction = "ConvertNewDoc"
  1771.                     Call s.SetEnvironmentVar("MailStEd", "0")
  1772.                     source.reload
  1773.                     source.save
  1774.                End If
  1775.           End If
  1776.      End If 
  1777.      
  1778.      source.Reload
  1779.      source.RefreshHideFormulas
  1780.      
  1781. End Sub
  1782. '++LotusScript Development Environment:2:2:Querysave:1:12
  1783. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  1784.      
  1785.      DoNotClose = False
  1786.      
  1787.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  1788.      
  1789. 'Remove these because they are explicitly set in this event     
  1790.      note.RemoveItem("MailOptions")
  1791.      note.RemoveItem("SaveOptions")
  1792.      
  1793.      Action = note.tmpAction
  1794.      
  1795.      If note.HasItem("IsMailStationery") Then
  1796.           If Action(0) <> "RenameStationery" Then
  1797.                Call SaveDialog("Stationery")
  1798.                If ContinueSave = IDCANCEL Then continue = False
  1799.                If ContinueSave <> IDYES Then 
  1800.                     source.reload
  1801.                     Exit Sub
  1802.                End If
  1803.           End If
  1804.      End If
  1805.      
  1806.      Select Case Action(0)
  1807.      Case "SaveAsStationery"
  1808.           sName = Inputbox$("What would you like to call this Stationery?", "Save as Stationery", "-Untitled-")
  1809.           If sName = "" Then
  1810.                note.MailOptions = "0"
  1811.                Continue = False
  1812.                Exit Sub
  1813.           End If
  1814.           If NewDocument Then
  1815.                note.IsMailStationery = 1
  1816.                note.MailStationeryName = sName
  1817.                note.MailOptions = "0"
  1818.                note.SaveOptions = "1"
  1819.           Else
  1820.                note.SaveOptions = "0"
  1821.                Set newnote = New NotesDocument(db)
  1822.                Call note.CopyAllItems(newnote)
  1823.                ItemList = newnote.Items
  1824.                Forall i In ItemList
  1825.                     If Lcase(Left(i.Name, 3)) = "tmp" Then i.Remove
  1826.                End Forall
  1827.                newnote.IsMailStationery = 1
  1828.                newnote.MailStationeryName = sName              
  1829.                newnote.Form = "Memo"
  1830.                newnote.RemoveItem("PostedDate")
  1831.                newnote.RemoveItem("DeliveredDate")
  1832.                newnote.Save True, True
  1833.                w.ViewRefresh
  1834.           End If
  1835.           Messagebox "This Message has been saved as Stationery in your Drafts folder. A new message will be created every time you open this Stationery.", 0, "Save as Stationery"
  1836.      Case "RenameStationery"
  1837.           MailStationeryName = note.MailStationeryName
  1838.           sName = Inputbox$("What would you like to call this Stationery?", "Save as Stationery", MailStationeryName(0))
  1839.           If sName = "" Then
  1840.                note.MailOptions = "0"
  1841.                note.RemoveItem("tmpAction")
  1842.                DoNotClose = True
  1843.                Continue = False
  1844.                Exit Sub
  1845.           End If
  1846.           note.MailStationeryName = sName
  1847.           note.MailOptions = "0"
  1848.           note.SaveOptions = "1"
  1849.      Case "SaveAsDraft", "SaveAndFile", "SendAndFile", "ConvertNewDoc"
  1850.           note.MailOptions = "0"
  1851.           note.SaveOptions = "1"
  1852.      Case "Send"
  1853.           note.MailOptions = "0"
  1854.           note.SaveOptions = "0"
  1855.      Case "Mailing"
  1856. 'We do not want to do anything if mailing is in process (like from the Send button)
  1857.      Case "ConvertToTask"
  1858.           note.RemoveItem("DeliveredDate")
  1859.           note.RemoveItem("PostedDate")
  1860.           note.SendTo = ""
  1861.           note.CopyTo = ""
  1862.           note.SaveOptions ="1"
  1863.           note.MailOptions = "0"
  1864.           note.Form = "Task"
  1865.           note.AssignState = 0
  1866.           note.ExcludeFromView = "D"
  1867.           Call note.ReplaceItemValue("_ViewIcon", 168)
  1868.      Case Else
  1869. 'If this is a message that was not written by you we do not present the mail dialog          
  1870.           If note.From(0) <> s.UserName Then
  1871.                note.MailOptions = "0"
  1872.                note.SaveOptions = "1"
  1873.                Call SaveDialog("Document")
  1874.                If ContinueSave = IDCANCEL Then continue = False
  1875.                If ContinueSave <> IDYES Then 
  1876.                     source.reload
  1877.                     Exit Sub
  1878.                End If
  1879.           End If
  1880.      End Select
  1881.      
  1882.      note.RemoveItem("tmpAction")
  1883.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  1884.      
  1885.      source.Reload
  1886.      
  1887. End Sub
  1888. '++LotusScript Development Environment:2:2:Queryclose:1:12
  1889. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  1890.      
  1891.      If DoNotClose Then
  1892.           DoNotClose = False
  1893.           Continue = False
  1894.      End If
  1895.      
  1896. End Sub
  1897. '++LotusScript Development Environment:2:2:Postmodechange:1:12
  1898. Sub Postmodechange(Source As Notesuidocument)
  1899.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  1900.      
  1901. 'If this is a message that was written by you, we need to remove any options fields
  1902.      If note.From(0) = s.UserName Then
  1903.           note.RemoveItem("MailOptions")
  1904.           note.RemoveItem("SaveOptions")
  1905.           If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  1906. 'If this is a message that was not written by you we do not present the mail dialog
  1907. 'but we do want to force processing into QuerySave               
  1908.      Else
  1909.           note.MailOptions = "0"
  1910.           note.SaveOptions = "1"
  1911.      End If
  1912.      
  1913.      If source.EditMode Then source.Reload
  1914.      
  1915. End Sub
  1916. ,d    }(
  1917. ,d    }(
  1918. ,d    }(
  1919.     Always Hidden: 
  1920. FromPerson memo is from.
  1921.     0S0E
  1922.     0S0E
  1923. Encrypt
  1924.     0S0E
  1925. DefaultMailSaveOptions
  1926. $KeepPrivate
  1927. $KeepPrivate
  1928. $KeepPrivate
  1929.     3S4S5S6S8S13S15S17S18S19S21S23S$KeepPrivate
  1930. Header
  1931.     From:    
  1932. FromDomain
  1933. FromDomain
  1934. FromDomain
  1935. FromDomain
  1936.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  1937. FromName
  1938.     0RR1S2S6S
  1939. FromStops
  1940.     0R1S2S6S
  1941. FromName
  1942. FromStops
  1943. FromStops
  1944. FromStops
  1945.     0RR1S2S3S4S10S13S17S20StmpDisplayFrom
  1946.      on 
  1947. PostedDateh
  1948. PostedDate
  1949.     7S9S
  1950. tmpDisplayDateTime/date memo was created or mailed.
  1951. ReplyDate
  1952. ReplyTo
  1953.     1S2S3S4S5S6S
  1954. Please respond
  1955. ReplyTo
  1956. ReplyTo
  1957. ReplyDate
  1958. ReplyDate
  1959.     1S2S5S6S8S10S11S12S14S15S18S19S21S23S24S25StmpDisplayReplyInfo
  1960. SendTo
  1961. CopyTo
  1962.   cc:  
  1963. CopyTo
  1964.     1S2S8S13S14S2E17S18S21S22S28S31S
  1965.     To:    
  1966. SendTo}
  1967.     0S0E
  1968. SendToList of primary people to send memo.
  1969.     cc:    
  1970. CopyTo}
  1971.     0S0E
  1972. CopyToList of people to send a copy of the memo.
  1973. DeliveredDate
  1974. BlindCopyTo
  1975. (bcc: 
  1976. BlindCopyTo
  1977.     3S4S5S6S7S8S10S11S12S16S18S19S21StmpDisplayBlindCopyTo
  1978.     bcc:    
  1979. BlindCopyTo
  1980.     0S0E
  1981. BlindCopyToList of undisclosed people to send copies of memo.
  1982.     Subject:    
  1983. PhoneCaller
  1984. Phone Call: 
  1985. PhoneCaller
  1986. Subject
  1987.     7S8S9S11SSubjectSubject of memo.
  1988. PostedDate
  1989. SenderTag
  1990. Moods
  1991.     3S4S5S6S8S9S10S11S14S16S
  1992. Footer
  1993. Edit Documentu
  1994. Forward
  1995.     0S0E
  1996. New Memo.
  1997.     0S0E
  1998. Delete 
  1999.     0S0E
  2000. _Move To Folder...
  2001. Delivery Information...
  2002. DeliveryInfo
  2003. Delivery Information
  2004.     4S5S6S7S8S9S10S12S
  2005. _Forward
  2006. Reply
  2007. Reply
  2008.     0S0E
  2009. Reply With History
  2010. Reply with History
  2011. This document is truncated.
  2012.     4S8S10S13S
  2013. Reply with history
  2014. Address... 
  2015.     0S0E
  2016. PostedDateh
  2017.     5S6S7S8S
  2018. Close
  2019.     0S0E
  2020. IsMailStationeryh
  2021. PostedDateh
  2022.     6S7S
  2023. Save As Draft0j
  2024. tmpAction
  2025. SaveAsDraft
  2026.     1S2S3S
  2027. IsMailStationeryh
  2028. PostedDateh
  2029.     4S5S
  2030. Save and Filey
  2031.     7S9S
  2032. tmpAction
  2033. SaveAndFile
  2034.     0R1S2S3S
  2035. IsMailStationeryh
  2036. PostedDateY
  2037. PostedDateh
  2038.     4S5S9S10S16S17S18S19S
  2039. PromptValue
  2040. DefaultMailSaveOptions
  2041. Save when sent
  2042. Do you wish to save a copy of this Memo?
  2043. DefaultMailSaveOptions
  2044.     1S2S5S6S8S14S17S
  2045. SaveOptions
  2046. PromptValue
  2047. SaveOptions
  2048. PromptValue
  2049.     0RR1S2S5S6S9S14S
  2050. tmpAction
  2051. DefaultMailSaveOptions
  2052. Mailing
  2053.     0RR1S2S3S6S7S9S11S
  2054. MailOptions
  2055.     0R1S2S3S
  2056.     0R7S9S
  2057. tmpAction
  2058. SaveOptions
  2059. SendAndFile
  2060.     0RR1S2S3S6S7S9S11S
  2061.     0R7S9S
  2062. PostedDateh
  2063. IsMailStationeryh
  2064.     5S6S7S8S10S11S
  2065. Send And File...
  2066.     4S11S13S19S
  2067.     0RR7S9S
  2068. tmpAction
  2069. DefaultMailSaveOptions
  2070. Mailing
  2071.     0RR1S2S3S6S7S9S11S
  2072. MailOptions
  2073.     0R1S2S3S
  2074.     0R7S9S
  2075. tmpAction
  2076. SendAndFile
  2077.     0RR1S2S3S
  2078.     0R7S9S
  2079. PostedDateh
  2080. IsMailStationeryh
  2081.     5S6S7S8S10S11S
  2082. Delivery Options...
  2083. DeliveryOptions
  2084. Delivery Options
  2085.     4S8S
  2086. _ViewIcon
  2087. SenderTag
  2088. SenderTag
  2089. SenderTag
  2090. SenderTag
  2091. SenderTag
  2092. SenderTag
  2093. SenderTag
  2094. SenderTag
  2095. SenderTag
  2096. SenderTag
  2097. SenderTag
  2098.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E8
  2099. PostedDateh
  2100.     5S6S7S8S
  2101. Special Options...6
  2102. ReplyDate
  2103. ReplyDate
  2104.     1S2S3S
  2105. ReplyTo
  2106. ReplyTo
  2107.     0R1S2S3S
  2108. (Advanced Options)
  2109. Special Options
  2110.     0R6S10S13S15S
  2111. tmpDisplayReplyInfo
  2112. Please respond
  2113. ReplyTo
  2114. ReplyTo
  2115. ReplyDate
  2116. ReplyDate
  2117.     0R1S2S3S4S5S8S9S11S13S14S15S17S18S21S22S24S26S27S28S
  2118. DueDateTime
  2119. ReplyDate
  2120. ReplyDate
  2121.     0R1S2S3S6S7S9S11S
  2122. PostedDateh
  2123.     5S6S7S8S
  2124. Save As Stationery...
  2125. tmpAction
  2126. SaveAsStationery
  2127.     1S2S3S
  2128. IsMailStationeryh
  2129.     0S0E
  2130. Convert To Task
  2131. ReplyDate
  2132. Can't Convert To Task
  2133. You cannot convert this message into a Task because it already has a due date associated with it.
  2134.     3S4S6S12S18S
  2135. tmpAction
  2136. ConvertNewDoc
  2137. Unavailable
  2138.     0R1S2S3S7S9S
  2139.     0R4S9S13S
  2140.     0R4S
  2141. _Remove From Folder...
  2142. Categori_ze.
  2143. SSendw
  2144. *** Message Successfully Delivered ***
  2145. Trace Report
  2146.     Your trace:
  2147. Subject
  2148. Subject
  2149.     has reached the server:
  2150. IntendedRecipient
  2151. MailServer
  2152. DeliveryDate
  2153. Trace Information
  2154. RouteServers
  2155. RouteServers
  2156. RouteTimes
  2157. RouteTimes
  2158. Categori_ze
  2159. _Edit Document
  2160. Send Docu_ment
  2161. _Forward
  2162. _Move to Folder...
  2163. _Remove from Folder...
  2164. (Advanced Options)
  2165.     Replies to this memo should be addressed to:
  2166. Stamp message with a "Please reply by" date:
  2167. Expiration date  (after this date it is safe to archive or delete this document):
  2168. ReplyTo
  2169.     1S2S3S
  2170. Notes mail user(s) through the Internet
  2171. ExpireDate
  2172.     3S4S6S11S
  2173. pcDate
  2174. ExpireDatea
  2175.     0R1S2S
  2176. TodayInt,
  2177.     0R1S2S
  2178. ConNext
  2179. pcDate
  2180.     0R1S2S13S15S
  2181. AdjustAmount
  2182. pcDate
  2183. pcDate
  2184. pcDate
  2185. pcDate
  2186. pcDate
  2187. pcDate
  2188. pcDate
  2189.     0R1S2S4RS8E11RS13E13RS9E20RS13E22RS8E29RS13E31RS8E38RS13E40RS8E47RS13E49RS8E56RS13E58RS8E65RS13E67RS8E
  2190. AdjustAmount
  2191. pcDateW
  2192.     0R6S17S
  2193. AdjustAmount
  2194. ConNext
  2195. TodayInt#
  2196. ExpireDate
  2197. ReplyDate
  2198.     3S4S6S11S
  2199. pcDate
  2200. ReplyDate
  2201.     0R1S2S
  2202. TodayInt,
  2203.     0R1S2S
  2204. ConNext
  2205. pcDate
  2206.     0R1S2S13S15S
  2207. AdjustAmount
  2208. pcDate
  2209. pcDate
  2210. pcDate
  2211. pcDate
  2212. pcDate
  2213. pcDate
  2214. pcDate
  2215.     0R1S2S4RS8E11RS13E13RS9E20RS13E22RS8E29RS13E31RS8E38RS13E40RS8E47RS13E49RS8E56RS13E58RS8E65RS13E67RS8E
  2216. AdjustAmount
  2217. pcDateW
  2218.     0R6S17S
  2219. AdjustAmount
  2220. ConNext
  2221. TodayInt#
  2222. ReplyDate
  2223. ReplyTo
  2224. ReplyTo
  2225. MailFormat
  2226. I am sending this Notes document to other |E
  2227. Categori_zet
  2228. _Edit Document
  2229. Send Docu_ment
  2230. _Forward
  2231. _Move to Folder...
  2232. _Remove from Folder...
  2233.  DeliveryInfo
  2234. Importance:
  2235. Importance
  2236. Importance
  2237. Normal
  2238.     3S4S6S8S9S10S12S14StmpImportanceInfo
  2239. Signed:
  2240. Encrypted:
  2241. Return receipt:
  2242.     3S4S6S8S
  2243. tmpSignedInfo
  2244. Encrypt
  2245.     3S4S6S8S
  2246. tmpEncryptInfo
  2247. $KeepPrivate
  2248. Do not forward, copy or print!
  2249.     3S4S6S8S
  2250. tmpKeepPrivateInfo
  2251. ReturnReceipt
  2252.     3S4S6S8S
  2253. tmpReceiptInfo
  2254. PostedDate
  2255. Not sent yet
  2256. PostedDate
  2257. D1T1V
  2258.  Sent
  2259. DeliveredDate
  2260. DeliveredDate
  2261. D1T1V
  2262.  Delivered"
  2263. $AdditionalHeaders
  2264. -------- Additional  Header  ------
  2265. $AdditionalHeaders
  2266. SMTPHeaders
  2267. -------- Additional  Header  ------
  2268. SMTPHeaders
  2269. DeliveredDate
  2270. -------- Routing Information ------
  2271. DeliveredDate
  2272. RouteTimes
  2273. D1T1V
  2274.  at server 
  2275. RouteServers
  2276.     2R5S6S7S8RS8E10S16S17S20R23S24S26RS8E28S34S35S38R41S42S44RS8E46S49R50S51R54S55S57RS8E59S62R63S64R67S68S70RS8E72S75R78S79S81RS7E83S91S99S2E101RStmpPostedDateInfo
  2277. Delivery information:
  2278. FromDomain
  2279. FromDomain"
  2280.     1S2S5S6S8S10S11S12StmpFromInfo
  2281. From:
  2282. Categori_zem
  2283. _Edit Document
  2284. Send Docu_ment
  2285. _Forward
  2286. _Move to Folder...
  2287. _Remove from Folder...
  2288. *** Message Not Delivered ***
  2289. Return Receipt Failure
  2290.     Your document:
  2291. Subject
  2292. OriginalSubject
  2293.     was not received by:
  2294. IntendedRecipient
  2295. IntendedRecipient
  2296.     because:
  2297. FailureReason
  2298. FailureReasone
  2299. Categori_ze|
  2300. Closel 
  2301.     0S0E
  2302. Edit Document0
  2303. Resend
  2304. Resend>
  2305.     7S12S
  2306. _Forward
  2307. _Move to Folder...
  2308. _Remove from Folder...
  2309. *** Message Not Delivered ***
  2310.  NonDelivery Report
  2311. Delivery Failure Report
  2312.     Your document:
  2313. Subject
  2314. OriginalSubject
  2315.     was not delivered to
  2316. IntendedRecipient
  2317. IntendedRecipient
  2318.     0S0E
  2319. IntendedRecipient
  2320.     because:
  2321. FailureReason
  2322. FailureReason
  2323. $HideMailHeader
  2324.     0S0E
  2325.     What should you do?
  2326.     You can resend the undeliverable document to the recipients listed above by choosing the Resend button or the Resend command on the Actions menu.  
  2327.     Once you have resent the document you may delete this Delivery Failure Report.
  2328.     If resending the document is not successful you will receive a new failure report
  2329.     Unless you receive other Delivery Failure Reports, the document was successfully delivered to all other recipients.
  2330. Routing path
  2331. RouteServers
  2332. RouteServersServers along route.
  2333.     ________________________
  2334.     To:    
  2335. SendTo
  2336. SendToList of people to send document.
  2337.     cc:    
  2338. CopyTo
  2339. CopyToList of people to send copies of document.
  2340.     From:    
  2341. FromPerson document is from.
  2342.     Date:    
  2343. PostedDateY
  2344. PostedDateJ
  2345. DateTime/date memo was created or mailed.
  2346.     Subject:    
  2347. Subject
  2348. SubjectSubject of document.
  2349. BodyBody of document.
  2350. Categori_zee
  2351. Close
  2352.     0S0E
  2353. Edit Document
  2354. Resend
  2355. Resend|
  2356.     7S9S
  2357. SaveOptions
  2358.     0R1S2S3S
  2359. _Forward
  2360. _Move to Folder...
  2361. _Remove from Folder...
  2362. *** Message Successfully Delivered ***
  2363. Delivery Confirmation Report
  2364.     Your document:
  2365. Subject
  2366. Subjectn
  2367.     was delivered to:
  2368. IntendedRecipient
  2369. IntendedRecipient
  2370. DeliveryDate
  2371. BodyBody of memo.e
  2372. Categori_ze
  2373. Close
  2374.     0S0E
  2375. _Edit Document
  2376. Send Docu_ment
  2377. _Forward
  2378. _Move to Folder...
  2379. _Remove from Folder...
  2380.  Moods
  2381.     Always Hidden 
  2382. SenderTag
  2383. SenderTag
  2384. SenderTag
  2385.     1S2S3S4S5S6S
  2386. SenderTag
  2387.     0S0E
  2388. @___@
  2389. <a>7`^
  2390. `!bb!R
  2391. SenderTag
  2392.     0S0E
  2393. @___@
  2394. <a>7`^
  2395. `!bb!R
  2396. SenderTag
  2397.     0S0E
  2398. @___@
  2399. <a>7`^
  2400. `!bb!R
  2401. SenderTag
  2402.     0S0E
  2403. @___@
  2404. <a>7`^
  2405. `!bb!R
  2406. SenderTag
  2407.     0S0E
  2408. @___@
  2409. <a>7`^
  2410. `!bb!R
  2411. SenderTag
  2412.     0S0E
  2413. %12-/H
  2414. !G,$W,#I4)X6(H,4W,4G98X<6h*#x+$g9)w8(h.6u-2g<5w<4>B=YA
  2415. WC9iB.xC-iF8wH8jT>zR<rd?
  2416. 2L3;FK=Dj=C:FQ8Qp<b
  2417. GEHXHGLQLZSKEKUVKSGRYYWWgJEvIEiTHyWFfLRwKSgYWwZV[cXtfYPZjl\dWfphhhvigkqlysjhktvlsjtxyww
  2418. SenderTag
  2419.     0S0E
  2420. SenderTag
  2421.     0S0E
  2422. @___@
  2423. <a>7`^
  2424. `!bb!R
  2425. SenderTag
  2426.     0S0E
  2427. SenderTag
  2428.     0S0E
  2429. SenderTag
  2430. SenderTag
  2431. SenderTag
  2432.     4S5S8S9S10S11S
  2433. @___@
  2434. <a>7`^
  2435. `!bb!R
  2436. VersionOpt|
  2437.     6S7S9S14S
  2438. $VersionOpt
  2439.     0R1S2S3S
  2440. SavedOnce
  2441.     0R1S2S3S
  2442. PostedDate(
  2443.     0R1S2S3S
  2444. DeliveredDate
  2445.     0R1S2S3S
  2446. $AutoEditMode
  2447.     0R1S2S3S
  2448. MailSaveOptions
  2449.     0R1S2S3S
  2450. VersionOpt
  2451.     0R4S
  2452. New Bookmark
  2453. Subject
  2454. Subject
  2455. Subject
  2456.     4S6S12S13S14S15S17S21S23S25S26S28S
  2457. Times New Roman
  2458. '++LotusScript Development Environment:2:5:(Options):0:74
  2459. Option Public
  2460. '++LotusScript Development Environment:2:5:(Forward):0:1
  2461. Declare Sub InstantiateObjectVariables(source)
  2462. Declare Sub SaveDialog(SavedDoc)
  2463. Declare Sub CheckSecureMail
  2464. '++LotusScript Development Environment:2:5:(Declarations):0:10
  2465. %INCLUDE "lsconst.lss"
  2466. Dim s As NotesSession
  2467. Dim note As NotesDocument
  2468. Dim ContinueSave As Variant
  2469. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  2470. Sub InstantiateObjectVariables(source)
  2471.      
  2472.      Set s = New NotesSession    
  2473.      Set note = source.Document
  2474.      
  2475. End Sub
  2476. '++LotusScript Development Environment:2:2:SaveDialog:1:8
  2477. Sub SaveDialog(SavedDoc)
  2478.      
  2479.      SavePrompt = Messagebox("Do you wish to save this " & SavedDoc & "?", MB_YESNOCANCEL, "Save " & SavedDoc) 
  2480.      Select Case SavePrompt
  2481.      Case IDCANCEL
  2482.           note.MailOptions = "0"
  2483.           DoNotClose = True
  2484.           ContinueSave = False
  2485.           Exit Sub
  2486.      Case IDNO
  2487.           note.SaveOptions = "0"
  2488.           Exit Sub
  2489.      Case IDYES
  2490.           note.SaveOptions = "1"
  2491.      End Select
  2492.      
  2493. End Sub
  2494. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  2495. Sub CheckSecureMail
  2496.      
  2497. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  2498.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  2499.      If note.SecureMail(0) = "1" Then
  2500.           Call note.ReplaceItemValue("Sign", "1")
  2501.           Call note.ReplaceItemValue("Encrypt", "1")
  2502.      End If     
  2503.      
  2504. End Sub
  2505.     }0    #1
  2506.     }0    #1
  2507.  Bookmark'++LotusScript Development Environment:2:5:(Options):0:66
  2508. '++LotusScript Development Environment:2:5:(Forward):0:1
  2509. Declare Sub Postopen(Source As Notesuidocument)
  2510. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  2511. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  2512. Declare Sub Postmodechange(Source As Notesuidocument)
  2513. '++LotusScript Development Environment:2:5:(Declarations):0:2
  2514. '++LotusScript Development Environment:2:2:BindEvents:1:129
  2515. Private Sub BindEvents(Byval Objectname_ As String)
  2516.      Static Source As NOTESUIDOCUMENT
  2517.      Set Source = Bind(Objectname_)
  2518.      On Event Postopen From Source Call Postopen
  2519.      On Event Querysave From Source Call Querysave
  2520.      On Event Queryclose From Source Call Queryclose
  2521.      On Event Postmodechange From Source Call Postmodechange
  2522. End Sub
  2523. '++LotusScript Development Environment:2:2:Postopen:1:12
  2524. Sub Postopen(Source As Notesuidocument)
  2525.      
  2526.      If source.InPreviewPane Then Exit Sub
  2527.      
  2528.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  2529.      
  2530.      If (note.HasItem("PostedDate") Or note.HasItem("DeliveredDate")) Then
  2531.           If source.EditMode = False Then
  2532.                Exit Sub
  2533.           Else
  2534. 'If this is a message that was written by you, we need to remove any options fields
  2535.                If note.From(0) = s.UserName Then
  2536.                     note.RemoveItem("MailOptions")
  2537.                     note.RemoveItem("SaveOptions")
  2538.                     If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  2539. 'If this is a message that was not written by you we do not present the mail dialog
  2540. 'but we do want to force processing into QuerySave               
  2541.                Else
  2542.                     note.MailOptions = "0"
  2543.                     note.SaveOptions = "1"
  2544.                End If
  2545.           End If
  2546.      Else
  2547.           source.EditMode = True
  2548.      End If
  2549.      
  2550.      If source.IsNewDoc Then CheckSecureMail
  2551.      
  2552.      EditType = s.GetEnvironmentValue("MailStEd")
  2553.      If EditType = "5" Then 
  2554.           Call note.ReplaceItemValue("$VersionOpt", "6")
  2555.           note.tmpAction = "ConvertNewDoc"
  2556.           Call s.SetEnvironmentVar("MailStEd", "0")
  2557.           source.reload
  2558.           source.save
  2559.      End If
  2560.      
  2561.      source.Reload
  2562.      
  2563. End Sub
  2564. '++LotusScript Development Environment:2:2:Querysave:1:12
  2565. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  2566.      
  2567.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  2568.      
  2569.      note.RemoveItem("MailOptions")
  2570.      note.RemoveItem("SaveOptions")
  2571.      
  2572.      Action = note.tmpAction
  2573.      Select Case Action(0)
  2574.      Case "SaveAsDraft", "SaveAndFile", "SendAndFile", "ConvertNewDoc"
  2575.           note.MailOptions = "0"
  2576.           note.SaveOptions = "1"
  2577.      Case "Send"
  2578.           note.MailOptions = "0"
  2579.           note.SaveOptions = "0"
  2580.      Case "Mailing"
  2581. 'We do not want to do anything if mailing is in process (like from the Send button)
  2582.      Case Else
  2583. 'If this is a message that was not written by you we do not present the mail dialog          
  2584.           If note.From(0) <> s.UserName Then
  2585.                note.MailOptions = "0"
  2586.                note.SaveOptions = "1"
  2587.                ContinueSave = True
  2588.                Call SaveDialog("Document")
  2589.                If ContinueSave = False Then
  2590.                     Continue = False
  2591.                     Exit Sub
  2592.                End If
  2593.           End If
  2594.      End Select
  2595.      
  2596.      note.RemoveItem("tmpAction")
  2597.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  2598.      
  2599.      source.Reload
  2600.      
  2601. End Sub
  2602. '++LotusScript Development Environment:2:2:Queryclose:1:12
  2603. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  2604.      
  2605.      If DoNotClose Then
  2606.           DoNotClose = False
  2607.           Continue = False
  2608.      End If
  2609.      
  2610. End Sub
  2611. '++LotusScript Development Environment:2:2:Postmodechange:1:12
  2612. Sub Postmodechange(Source As Notesuidocument)
  2613.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  2614.      
  2615. 'If this is a message that was written by you, we need to remove any options fields
  2616.      If note.From(0) = s.UserName Then
  2617.           note.RemoveItem("MailOptions")
  2618.           note.RemoveItem("SaveOptions")
  2619.           If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  2620. 'If this is a message that was not written by you we do not present the mail dialog
  2621. 'but we do want to force processing into QuerySave               
  2622.      Else
  2623.           note.MailOptions = "0"
  2624.           note.SaveOptions = "1"
  2625.      End If
  2626.      
  2627.      If source.EditMode Then source.Reload
  2628.      
  2629. End Sub
  2630.     Always hidden: 
  2631. FromPerson memo is from.
  2632.     0S0E
  2633.     0S0E
  2634. Encrypt
  2635.     0S0E
  2636. DefaultMailSaveOptions
  2637. $KeepPrivate
  2638. $KeepPrivate
  2639. $KeepPrivate
  2640.     3S4S5S6S8S13S15S17S18S19S21S23S$KeepPrivate
  2641. $HideMailHeader
  2642.     0S0E
  2643. Bookmark
  2644.  @  @@ @` @
  2645. @@ @@@@@`@@
  2646. `@ `@@`@``@
  2647. Bookmark
  2648.     From:    
  2649. FromDomain
  2650. FromDomain
  2651. FromDomain
  2652. FromDomain
  2653.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  2654. FromName
  2655.     0RR1S2S6S
  2656. FromStops
  2657.     0R1S2S6S
  2658. FromName
  2659. FromStops
  2660.     0RR1S2S3S4S8StmpDisplayFrom
  2661.      on 
  2662. PostedDateh
  2663. PostedDate
  2664.     4S5S10S12S
  2665. tmpDisplayDateTime/date memo was created or mailed.
  2666. ReplyDate
  2667. ReplyTo
  2668. $HideMailHeader
  2669.     2S3S4S5S6S7S9S10S
  2670. Please respond
  2671. ReplyTo
  2672. ReplyTo
  2673. ReplyDate
  2674. ReplyDate
  2675.     1S2S5S6S8S10S11S12S14S15S18S19S21S23S24S25StmpDisplayReplyInfo
  2676. SendTo
  2677. CopyTo
  2678.   cc:  
  2679. CopyTo
  2680.     1S8S13S14S2E17S18S21S28S31S
  2681. MailAddress
  2682. InheritedReplyToh
  2683. InheritedReplyTo
  2684. InheritedReplyTo
  2685. InheritedFrom
  2686.     1S2S8S9S10S11S13S15S
  2687. MailAddress
  2688.     0RR 
  2689. SendTo}
  2690.     0S0E
  2691. SendToList of primary people to send memo.
  2692. CopyTo}
  2693.     0S0E
  2694. CopyToList of people to send a copy of the memo.
  2695. DeliveredDate
  2696. BlindCopyTo
  2697. (bcc: 
  2698. BlindCopyTo
  2699.     3S4S5S6S7S8S10S11S12S16S18S19S21StmpBlindCopyTo
  2700.     bcc:
  2701. BlindCopyTo
  2702.     0S0E
  2703. BlindCopyToList of undisclosed people to send copies of memo.
  2704.     Subject:
  2705. InheritedSubject
  2706. Subject
  2707. Subject
  2708. Topic
  2709. Topic
  2710. Title
  2711. Title
  2712. BriefDescriptionh
  2713. BriefDescription
  2714.     1S2S3S5R10S12R17S19R24S26R31S33R
  2715. Bookmark
  2716. InheritedSubjecth
  2717. InheritedSubject"
  2718.     0RR2S"
  2719. Subject
  2720.     0S0E
  2721. SubjectSubject of memo.
  2722.     Document Link Information:
  2723. InheritedDBTitle
  2724.     1S2S
  2725.     Database:    
  2726. InheritedDBTitle
  2727. InheritedDBTitle
  2728. InheritedSubject
  2729.     1S2S
  2730.     Document:    
  2731. InheritedSubject
  2732. InheritedSubject
  2733. FlowStatus
  2734.     1S2S
  2735.     Workflow status:    
  2736. FlowStatus
  2737. FlowStatus
  2738. DueDateTime
  2739.     1S2S
  2740.     Due date:    
  2741. DueDateTime
  2742. DueDateTime
  2743.       You may open the document by double clicking on this link.
  2744. Edit Document
  2745. Forwardi 
  2746.     0S0E
  2747. New Memo.
  2748.     0S0E
  2749. Delete 
  2750.     0S0E
  2751. _Move To Folder...
  2752. Delivery Information...
  2753. DeliveryInfo
  2754. Delivery Information
  2755.     4S5S6S7S8S9S10S12S
  2756. _Forward
  2757. Reply
  2758. Reply
  2759.     0S0E
  2760. Reply With History
  2761. Reply with History
  2762. This document is truncated.
  2763.     4S8S10S13S
  2764. Reply with history
  2765. Address... 
  2766.     0S0E
  2767. PostedDateh
  2768.     5S6S7S8S
  2769. CloseI 
  2770.     0S0E
  2771. PostedDateY
  2772.     0S0E
  2773. Save As Draft
  2774. tmpAction
  2775. SaveAsDraft
  2776.     1S2S3S
  2777. PostedDateh
  2778.     0S0E
  2779. PromptValue
  2780. DefaultMailSaveOptions
  2781. Save when sent
  2782. Do you wish to save a copy of this Memo?
  2783. DefaultMailSaveOptions
  2784.     1S2S5S6S8S14S17S
  2785. SaveOptions
  2786. PromptValue
  2787. SaveOptions
  2788. PromptValue
  2789.     0RR1S2S5S6S9S14S
  2790. tmpAction
  2791. DefaultMailSaveOptions
  2792. Mailing
  2793.     0RR1S2S3S6S7S9S11S
  2794. MailOptions
  2795.     0R1S2S3S
  2796.     0R7S9S
  2797. tmpAction
  2798. SaveOptions
  2799. SendAndFile
  2800.     0RR1S2S3S6S7S9S11S
  2801.     0R7S9S
  2802. PostedDateh
  2803.     5S6S7S8S
  2804. Send And File...
  2805.     4S11S13S19S
  2806.     0RR7S9S
  2807. tmpAction
  2808. DefaultMailSaveOptions
  2809. Mailing
  2810.     0RR1S2S3S6S7S9S11S
  2811. MailOptions
  2812.     0R1S2S3S
  2813.     0R7S9S
  2814. tmpAction
  2815. SendAndFile
  2816.     0RR1S2S3S
  2817.     0R7S9S
  2818. PostedDateh
  2819.     5S6S7S8S
  2820. Delivery Options...
  2821. DeliveryOptions
  2822. Delivery Options
  2823.     4S8S
  2824. _ViewIcon
  2825. SenderTag
  2826. SenderTag
  2827. SenderTag
  2828. SenderTag
  2829. SenderTag
  2830. SenderTag
  2831. SenderTag
  2832. SenderTag
  2833. SenderTag
  2834. SenderTag
  2835. SenderTag
  2836.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E8
  2837. PostedDateh
  2838.     5S6S7S8S
  2839. Special Options...
  2840. ReplyDate
  2841. ReplyDate
  2842.     1S2S3S
  2843. ReplyTo
  2844. ReplyTo
  2845.     0R1S2S3S
  2846. (Advanced Options)
  2847. Special Options
  2848.     0R6S10S13S15S
  2849. tmpDisplayReplyInfo
  2850. Please respond
  2851. ReplyTo
  2852. ReplyTo
  2853. ReplyDate
  2854. ReplyDate
  2855.     0R1S2S3S4S5S8S9S11S13S14S15S17S18S21S22S24S26S27S28S
  2856. DueDateTime
  2857. ReplyDate
  2858.     0R1S2S3S
  2859. PostedDateh
  2860.     5S6S7S8S
  2861. Convert To Task
  2862. ReplyDate
  2863. Can't Convert To Task
  2864. You cannot convert this message into a Task because it already has a due date associated with it.
  2865.     3S4S6S12S18S
  2866. tmpAction
  2867. ConvertNewDoc
  2868. Unavailable
  2869.     0R1S2S3S7S9S
  2870.     0R4S9S13S
  2871.     0R4S
  2872. _Remove From Folder...
  2873. Categori_ze
  2874. SSend
  2875. ##########################################################
  2876. ##########################################################
  2877. ##########################################################
  2878. ##########################################################
  2879. ##########################################################
  2880. ##########################################################
  2881. ##########################################################
  2882. ##########################################################
  2883. 255D2116B7BDFECF1769F57E5917AA29Lotus Notes
  2884. (Archive Log)Archive LogArchiveLog
  2885. CN=Mussie Shore/O=IrisCD
  2886. SubjectArchiveTrailerBodyArchiveDate$MessageType###########################################
  2887. 255D2116B7BDFECF1769F57E5917AA29Lotus Notes
  2888. Out Of Office ProfileOutOfOfficeProfile
  2889. Lotus NotesCD
  2890. dateFirstDayBackdateFirstDayOutIgnorePeopleSpecialMessageSpecialSubjectSpecialPeopleGeneralMessageDaysOutGeneralSubjectFirstDayBackFirstDayOut_ViewIconExcludeFromViewSubjectFromSenderAlreadyNotified#####################################
  2891. ReplyReply
  2892. Lotus Notes
  2893. BodySubjectBlindCopyToCopyToSendTo$KeepPrivateDefaultMailSaveOptionsEncryptSignLogoFromInheritedFromDomainInheritedFromInheritedReplyToInheritedSendTo###
  2894. TaskDocumentTask
  2895. Lotus NotesD
  2896. BodyCopyToAssignedToSendToStartDateTimeDueDateTimeImportanceSubject$KeepPrivateDefaultMailSaveOptionsEncryptSignFrom########################
  2897. $SUBVIEW$1\:1{@special(@indexunread)};$2\Date:8{@date(@year(PostedDate);@month(PostedDate);@day(PostedDate))};From\From:15;$4\Subject:30{@if(@isavailable(Subject);Subject;"Phone call from: "+PhoneCaller)}($ToDo)|Tasks
  2898. CN=Catherine Duffy/O=Iris1D
  2899. $172$176$183DueDateTime$182#
  2900. $182DueDateTimeY###########################################
  2901. _Special\Serial Route MemoRoute
  2902. Lotus Notes
  2903. NotifyBodySubjectSendToRemainingRouteListOriginalRouteListOriginatorDefaultMailSaveOptionsEncryptSignLogoFrom#####
  2904. Times New Roman
  2905. VersionOpt|
  2906.     6S7S9S14S
  2907. $VersionOpt
  2908.     0R1S2S3S
  2909. SavedOnce
  2910.     0R1S2S3S
  2911. PostedDate(
  2912.     0R1S2S3S
  2913. DeliveredDate
  2914.     0R1S2S3S
  2915. $AutoEditMode
  2916.     0R1S2S3S
  2917. MailSaveOptions
  2918.     0R1S2S3S
  2919. VersionOpt
  2920.     0R4S
  2921. New Memo
  2922. Subject
  2923. Subject
  2924. Subject
  2925.     4S6S12S13S14S15S17S21S23S25S26S28S
  2926. '++LotusScript Development Environment:2:5:(Options):0:74
  2927. Option Public
  2928. %INCLUDE "lsconst.lss"
  2929. '++LotusScript Development Environment:2:5:(Forward):0:1
  2930. Declare Sub InstantiateObjectVariables(source)
  2931. Declare Sub SaveDialog(SavedDoc)
  2932. Declare Sub CheckSecureMail
  2933. '++LotusScript Development Environment:2:5:(Declarations):0:10
  2934. Dim w As NotesUIWorkspace
  2935. Dim s As NotesSession
  2936. Dim db As NotesDatabase
  2937. Dim note As NotesDocument
  2938. Dim newnote As NotesDocument
  2939. Dim Action As Variant
  2940. Dim DoNotClose As Variant
  2941. Dim ContinueSave As Variant
  2942. Dim NewDocument As Variant
  2943. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  2944. Sub InstantiateObjectVariables(source)
  2945.      
  2946.      Set w = New NotesUIWorkspace
  2947.      Set s = New NotesSession
  2948.      Set db = s.CurrentDatabase
  2949.      Set note = source.document
  2950.      source.AutoReload = False
  2951.      
  2952. End Sub
  2953. '++LotusScript Development Environment:2:2:SaveDialog:1:8
  2954. Sub SaveDialog(SavedDoc)
  2955.      
  2956.      ContinueSave = Messagebox("Do you wish to save this " & SavedDoc & "?", MB_YESNOCANCEL, "Save " & SavedDoc) 
  2957.      Select Case ContinueSave
  2958.      Case IDCANCEL
  2959.           note.MailOptions = "0"
  2960. 'This will force us into querysave next time - this time it will set continue = false so no save will occur          
  2961.           note.SaveOptions = "1"
  2962.      Case IDNO
  2963.           note.SaveOptions = "0"
  2964.      Case IDYES
  2965.           note.SaveOptions = "1"
  2966.      End Select
  2967.      
  2968. End Sub
  2969. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  2970. Sub CheckSecureMail
  2971.      
  2972. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  2973.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  2974.      If note.SecureMail(0) = "1" Then
  2975.           Call note.ReplaceItemValue("Sign", "1")
  2976.           Call note.ReplaceItemValue("Encrypt", "1")
  2977.      End If     
  2978.      
  2979. End Sub
  2980. }X    Ih
  2981.  Memo'++LotusScript Development Environment:2:5:(Options):0:66
  2982. '++LotusScript Development Environment:2:5:(Forward):0:1
  2983. Declare Sub Postopen(Source As Notesuidocument)
  2984. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  2985. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  2986. Declare Sub Postmodechange(Source As Notesuidocument)
  2987. '++LotusScript Development Environment:2:5:(Declarations):0:2
  2988. '++LotusScript Development Environment:2:2:BindEvents:1:129
  2989. Private Sub BindEvents(Byval Objectname_ As String)
  2990.      Static Source As NOTESUIDOCUMENT
  2991.      Set Source = Bind(Objectname_)
  2992.      On Event Postopen From Source Call Postopen
  2993.      On Event Querysave From Source Call Querysave
  2994.      On Event Queryclose From Source Call Queryclose
  2995.      On Event Postmodechange From Source Call Postmodechange
  2996. End Sub
  2997. '++LotusScript Development Environment:2:2:Postopen:1:12
  2998. Sub Postopen(Source As Notesuidocument)
  2999.      
  3000.      If source.InPreviewPane Then Exit Sub
  3001.      
  3002.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  3003.      
  3004.      If (note.HasItem("PostedDate") Or note.HasItem("DeliveredDate")) Then
  3005.           If source.EditMode = False Then
  3006.                Exit Sub
  3007.           Else
  3008. 'If this is a message that was written by you, we need to remove any options fields
  3009.                If note.From(0) = s.UserName Then
  3010.                     note.RemoveItem("MailOptions")
  3011.                     note.RemoveItem("SaveOptions")
  3012.                     If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  3013. 'If this is a message that was not written by you we do not present the mail dialog
  3014. 'but we do want to force processing into QuerySave               
  3015.                Else
  3016.                     note.MailOptions = "0"
  3017.                     note.SaveOptions = "1"
  3018.                End If
  3019.           End If
  3020.      Else
  3021.           source.EditMode = True
  3022.      End If
  3023.      
  3024.      If source.IsNewDoc Then
  3025.           NewDocument = True
  3026.           CheckSecureMail
  3027.           EditType = s.GetEnvironmentValue("MailStEd")
  3028. 'EditType 1 = CreateStationery          
  3029.           If EditType = "1" Then
  3030.                note.tmpAction = "SaveAsStationery"
  3031.                note.IsMailStationery = 1
  3032.                Call s.SetEnvironmentVar("MailStEd", "0")
  3033.                note.MailOptions = "0"
  3034.                note.SaveOptions = "1"
  3035.           Else
  3036.                'If note.HasItem("ForwardedFrom") Then Call note.ReplaceItemValue("$RefOptions", "1") 
  3037.           End If
  3038.      Else
  3039.           NewDocument = False
  3040.           If note.HasItem("IsMailStationery") Then
  3041.                EditType = s.GetEnvironmentValue("MailStEd")
  3042. 'EditType 2 = EditStationery
  3043.                If EditType = "2" Then 
  3044.                     Call s.SetEnvironmentVar("MailStEd", "0")
  3045.                     note.MailOptions = "0"
  3046.                     note.SaveOptions = "1"
  3047.                Else
  3048. 'Create a doc from Stationery
  3049.                     note.RemoveItem("IsMailStationery")
  3050.                     note.RemoveItem("MailStationeryName")
  3051.                     Call note.ReplaceItemValue("$VersionOpt", "6")              
  3052.                End If
  3053.           Else
  3054.                EditType = s.GetEnvironmentValue("MailStEd")
  3055. 'EditType 5 = EditNewCopy               
  3056.                If EditType = "5" Then 
  3057.                     Call note.ReplaceItemValue("$VersionOpt", "6")
  3058.                     note.tmpAction = "ConvertNewDoc"
  3059.                     Call s.SetEnvironmentVar("MailStEd", "0")
  3060.                     source.reload
  3061.                     source.save
  3062.                End If
  3063.           End If
  3064.      End If 
  3065.      
  3066.      source.Reload
  3067.      source.RefreshHideFormulas
  3068.      
  3069. End Sub
  3070. '++LotusScript Development Environment:2:2:Querysave:1:12
  3071. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  3072.      
  3073.      DoNotClose = False
  3074.      
  3075.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  3076.      
  3077.      note.RemoveItem("MailOptions")
  3078.      note.RemoveItem("SaveOptions")
  3079.      
  3080.      Action = note.tmpAction
  3081.      
  3082.      If note.HasItem("IsMailStationery") Then
  3083.           If Action(0) <> "RenameStationery" Then
  3084.                Call SaveDialog("Stationery")
  3085.                If ContinueSave = IDCANCEL Then continue = False
  3086.                If ContinueSave <> IDYES Then 
  3087.                     source.reload
  3088.                     Exit Sub
  3089.                End If
  3090.           End If
  3091.      End If
  3092.      
  3093.      Select Case Action(0)
  3094.      Case "SaveAsStationery"
  3095.           sName = Inputbox$("What would you like to call this Stationery?", "Save as Stationery", "-Untitled-")
  3096.           If sName = "" Then
  3097.                note.MailOptions = "0"
  3098.                Continue = False
  3099.                Exit Sub
  3100.           End If
  3101.           If NewDocument Then
  3102.                note.IsMailStationery = 1
  3103.                note.MailStationeryName = sName
  3104.                note.MailOptions = "0"
  3105.                note.SaveOptions = "1"
  3106.           Else
  3107.                note.SaveOptions = "0"
  3108.                Set newnote = New NotesDocument(db)
  3109.                Call note.CopyAllItems(newnote)
  3110.                ItemList = newnote.Items
  3111.                Forall i In ItemList
  3112.                     If Lcase(Left(i.Name, 3)) = "tmp" Then i.Remove
  3113.                End Forall
  3114.                newnote.IsMailStationery = 1
  3115.                newnote.MailStationeryName = sName              
  3116.                newnote.Form = "Memo"
  3117.                newnote.RemoveItem("PostedDate")
  3118.                newnote.RemoveItem("DeliveredDate")
  3119.                newnote.Save True, True
  3120.                w.ViewRefresh
  3121.           End If
  3122.           Messagebox "This Message has been saved as Stationery in your Drafts folder. A new message will be created every time you open this Stationery.", 0, "Save as Stationery"
  3123.      Case "RenameStationery"
  3124.           MailStationeryName = note.MailStationeryName
  3125.           sName = Inputbox$("What would you like to call this Stationery?", "Save as Stationery", MailStationeryName(0))
  3126.           If sName = "" Then
  3127.                note.MailOptions = "0"
  3128.                note.RemoveItem("tmpAction")
  3129.                DoNotClose = True
  3130.                Continue = False
  3131.                Exit Sub
  3132.           End If
  3133.           note.MailStationeryName = sName
  3134.           note.MailOptions = "0"
  3135.           note.SaveOptions = "1"
  3136.      Case "SaveAsDraft", "SaveAndFile", "SendAndFile", "ConvertNewDoc"
  3137.           note.MailOptions = "0"
  3138.           note.SaveOptions = "1"
  3139.      Case "Send"
  3140.           note.MailOptions = "0"
  3141.           note.SaveOptions = "0"
  3142.      Case "Mailing"
  3143. 'We do not want to do anything if mailing is in process (like from the Send button)
  3144.      Case "ConvertToTask"
  3145.           note.RemoveItem("DeliveredDate")
  3146.           note.RemoveItem("PostedDate")
  3147.           note.SendTo = ""
  3148.           note.CopyTo = ""
  3149.           note.SaveOptions ="1"
  3150.           note.MailOptions = "0"
  3151.           note.Form = "Task"
  3152.           note.AssignState = 0
  3153.           note.ExcludeFromView = "D"
  3154.           Call note.ReplaceItemValue("_ViewIcon", 168)
  3155.      Case Else
  3156. 'If this is a message that was not written by you we do not present the mail dialog          
  3157.           If note.From(0) <> s.UserName Then
  3158.                note.MailOptions = "0"
  3159.                note.SaveOptions = "1"
  3160.                Call SaveDialog("Document")
  3161.                If ContinueSave = IDCANCEL Then continue = False
  3162.                If ContinueSave <> IDYES Then 
  3163.                     source.reload
  3164.                     Exit Sub
  3165.                End If
  3166.           End If
  3167.      End Select
  3168.      
  3169.      note.RemoveItem("tmpAction")
  3170.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  3171.      
  3172.      source.Reload
  3173.      
  3174. End Sub
  3175. '++LotusScript Development Environment:2:2:Queryclose:1:12
  3176. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  3177.      
  3178.      If DoNotClose Then
  3179.           DoNotClose = False
  3180.           Continue = False
  3181.      End If
  3182.      
  3183. End Sub
  3184. '++LotusScript Development Environment:2:2:Postmodechange:1:12
  3185. Sub Postmodechange(Source As Notesuidocument)
  3186.      
  3187.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  3188.      
  3189. 'If this is a message that was written by you, we need to remove any options fields
  3190.      If note.From(0) = s.UserName Then
  3191.           note.RemoveItem("MailOptions")
  3192.           note.RemoveItem("SaveOptions")
  3193.           If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  3194. 'If this is a message that was not written by you we do not present the mail dialog
  3195. 'but we do want to force processing into QuerySave               
  3196.      Else
  3197.           note.MailOptions = "0"
  3198.           note.SaveOptions = "1"
  3199.      End If
  3200.      
  3201.      If source.EditMode Then source.Reload
  3202.      
  3203. End Sub
  3204.     Always Hidden: 
  3205. FromPerson memo is from.
  3206. DefaultLogo
  3207. StdNotesLtrGateway
  3208.     4S9S13S16S18SLogoPerson memo is from.
  3209.     0S0E
  3210.     0S0E
  3211. Encrypt
  3212. MailSaveOptions
  3213.     1S2S3S
  3214. MailSaveOptions
  3215. DefaultMailSaveOptions
  3216. $KeepPrivate
  3217. $KeepPrivate
  3218. $KeepPrivate
  3219.     3S4S5S6S8S13S15S17S18S19S21S23S$KeepPrivate
  3220. $HideMailHeader
  3221.     0S0E
  3222.     From:    
  3223. FromDomain
  3224. FromDomain
  3225. FromDomain
  3226. FromDomain
  3227.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  3228. FromName
  3229.     0RR1S2S6S
  3230. FromStops
  3231.     0R1S2S6S
  3232. FromName
  3233. FromStops
  3234. FromStops
  3235. FromStops
  3236.     0RR1S2S3S4S10S13S17S20StmpDisplayFrom_Preview
  3237.      on 
  3238. PostedDateh
  3239. PostedDate
  3240.     7S9S
  3241. tmpDisplayDate_PreviewTime/date memo was created or mailed.
  3242. StdNotesLtr16
  3243.     3S4S6S8S
  3244. tmpDate
  3245. $HideMailHeader
  3246.     4S5S6S8S10S11S
  3247.     From:    
  3248. FromDomain
  3249. FromDomain
  3250. FromDomain
  3251. FromDomain
  3252.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  3253. FromName
  3254.     0RR1S2S6S
  3255. FromStops
  3256.     0R1S2S6S
  3257. FromName
  3258. FromStops
  3259. FromStops
  3260. FromStops
  3261.     0RR1S2S3S4S10S13S17S20StmpDisplayFrom_NoLogo
  3262.      on 
  3263. PostedDateh
  3264. PostedDate
  3265.     7S9S
  3266. tmpDisplayDate_NoLogoTime/date memo was created or mailed.
  3267. ReplyDate
  3268. ReplyTo
  3269. $HideMailHeader
  3270.     2S3S4S5S6S7S9S10S
  3271. Please respond
  3272. ReplyTo
  3273. ReplyTo
  3274. ReplyDate
  3275. ReplyDate
  3276.     1S2S5S6S8S10S11S12S14S15S18S19S21S23S24S25StmpDisplayReplyInfo
  3277. SendTo
  3278. CopyTo
  3279.   cc:  
  3280. CopyTo
  3281.     1S2S8S13S14S2E17S18S21S22S28S31S
  3282.     To:    
  3283. SendTo}
  3284.     0S0E
  3285. SendToList of primary people to send memo.
  3286.     cc:    
  3287. CopyTo}
  3288.     0S0E
  3289. CopyToList of people to send a copy of the memo.
  3290. DeliveredDate
  3291. BlindCopyTo
  3292. (bcc: 
  3293. BlindCopyTo
  3294.     3S4S5S6S7S8S10S11S12S16S18S19S21StmpDisplayBlindCopyTo
  3295.     bcc:    
  3296. BlindCopyTo
  3297.     0S0E
  3298. BlindCopyToList of undisclosed people to send copies of memo.
  3299.     Subject:    
  3300. PhoneCaller
  3301. Phone Call: 
  3302. PhoneCaller
  3303. Subject
  3304.     7S8S9S11SSubjectSubject of memo.
  3305. PostedDate
  3306. SenderTag
  3307. Moods
  3308.     3S4S5S6S8S9S10S11S14S16S
  3309. Edit Documente
  3310. Forward  
  3311.     0S0E
  3312. New Memo.
  3313.     0S0E
  3314. Delete 
  3315.     0S0E
  3316. _Move To Folder...
  3317. Delivery Information...
  3318. DeliveryInfo
  3319. Delivery Information
  3320.     4S5S6S7S8S9S10S12S
  3321. _Forward
  3322. Reply
  3323. Reply
  3324.     0S0E
  3325. Reply With History
  3326. Reply with History
  3327. This document is truncated.
  3328.     4S8S10S13S
  3329. Reply with history
  3330. Address... 
  3331.     0S0E
  3332. PostedDateh
  3333.     5S6S7S8S
  3334. Close
  3335.     0S0E
  3336. IsMailStationeryh
  3337. PostedDateh
  3338.     6S7S
  3339. Save As Draft
  3340. tmpAction
  3341. SaveAsDraft
  3342.     1S2S3S
  3343. IsMailStationeryh
  3344. PostedDateh
  3345.     4S5S
  3346. Save and File
  3347.     7S9S
  3348. tmpAction
  3349. SaveAndFile
  3350.     0R1S2S3S
  3351. IsMailStationeryh
  3352. PostedDateY
  3353. PostedDateh
  3354.     4S5S9S10S16S17S18S19S
  3355. PromptValue
  3356. DefaultMailSaveOptions
  3357. Save when sent
  3358. Do you wish to save a copy of this Memo?
  3359. DefaultMailSaveOptions
  3360.     1S2S5S6S8S14S17S
  3361. SaveOptions
  3362. PromptValue
  3363. SaveOptions
  3364. PromptValue
  3365.     0RR1S2S5S6S9S14S
  3366. tmpAction
  3367. DefaultMailSaveOptions
  3368. Mailing
  3369.     0RR1S2S3S6S7S9S11S
  3370. MailOptions
  3371.     0R1S2S3S
  3372.     0R7S9S
  3373. tmpAction
  3374. SaveOptions
  3375. SendAndFile
  3376.     0RR1S2S3S6S7S9S11S
  3377.     0R7S9S
  3378. PostedDateh
  3379. IsMailStationeryh
  3380.     5S6S7S8S10S11S
  3381. Send And File...
  3382.     4S11S13S19S
  3383.     0RR7S9S
  3384. tmpAction
  3385. DefaultMailSaveOptions
  3386. Mailing
  3387.     0RR1S2S3S6S7S9S11S
  3388. MailOptions
  3389.     0R1S2S3S
  3390.     0R7S9S
  3391. tmpAction
  3392. SendAndFile
  3393.     0RR1S2S3S
  3394.     0R7S9S
  3395. PostedDateh
  3396. IsMailStationeryh
  3397.     5S6S7S8S10S11S
  3398. Delivery Options...
  3399. DeliveryOptions
  3400. Delivery Options
  3401.     4S8S
  3402. _ViewIcon
  3403. SenderTag
  3404. SenderTag
  3405. SenderTag
  3406. SenderTag
  3407. SenderTag
  3408. SenderTag
  3409. SenderTag
  3410. SenderTag
  3411. SenderTag
  3412. SenderTag
  3413. SenderTag
  3414.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E8
  3415. PostedDateh
  3416.     5S6S7S8S
  3417. Special Options...6
  3418. ReplyDate
  3419. ReplyDate
  3420.     1S2S3S
  3421. ReplyTo
  3422. ReplyTo
  3423.     0R1S2S3S
  3424. (Advanced Options)
  3425. Special Options
  3426.     0R6S10S13S15S
  3427. tmpDisplayReplyInfo
  3428. Please respond
  3429. ReplyTo
  3430. ReplyTo
  3431. ReplyDate
  3432. ReplyDate
  3433.     0R1S2S3S4S5S8S9S11S13S14S15S17S18S21S22S24S26S27S28S
  3434. DueDateTime
  3435. ReplyDate
  3436. ReplyDate
  3437.     0R1S2S3S6S7S9S11S
  3438. PostedDateh
  3439.     5S6S7S8S
  3440. Save As Stationery...
  3441. tmpAction
  3442. SaveAsStationery
  3443.     1S2S3S
  3444. IsMailStationeryh
  3445.     0S0E
  3446. Convert To Task
  3447. ReplyDate
  3448. Can't Convert To Task
  3449. You cannot convert this message into a Task because it already has a due date associated with it.
  3450.     3S4S6S12S18S
  3451. tmpAction
  3452. ConvertNewDoc
  3453. Unavailable
  3454.     0R1S2S3S7S9S
  3455.     0R4S9S13S
  3456.     0R4S
  3457. _Remove From Folder...
  3458. Categori_ze
  3459. SSendw
  3460.  StdNotesLtr0
  3461.     From:    
  3462. tmpDisplayFrom_Preview
  3463. tmpFrom
  3464.      on 
  3465. tmpDisplayDate_Preview
  3466. tmpDateTime/date memo was created or mailed.
  3467. Archive Log
  3468. Times New Roman
  3469. $MessageType
  3470. %12-/H
  3471. !G,$W,#I4)X6(H,4W,4G98X<6h*#x+$g9)w8(h.6u-2g<5w<4>B=YA
  3472. WC9iB.xC-iF8wH8jT>zR<rd?
  3473. 2L3;FK=Dj=C:FQ8Qp<b
  3474. GEHXHGLQLZSKEKUVKSGRYYWWgJEvIEiTHyWFfLRwKSgYWwZV[cXtfYPZjl\dWfphhhvigkqlysjhktvlsjtxyww
  3475. Archive Log for 
  3476. ArchiveDateo
  3477. ArchiveTrailer
  3478. ArchiveTrailer
  3479.     Hidden:  
  3480. Archive Log for 
  3481. ArchiveDate
  3482.     1S2S
  3483. Subject
  3484. Close
  3485.     0S0E
  3486. Categori_ze
  3487. _Edit Document
  3488. Send Docu_ment
  3489. _Forward
  3490. _Move to Folder...
  3491. _Remove from Folder...
  3492. Times New Roman
  3493.  StdNotesLtr3
  3494. tmpDisplayFrom_Previewb
  3495. tmpFromFirst
  3496. tmpDisplayFrom_Previewb
  3497. tmpFromLast
  3498.        
  3499. tmpDisplayDate_Preview
  3500. tmpDate
  3501. Out of Office Profile
  3502. Times New Roman
  3503. '++LotusScript Development Environment:2:5:(Options):0:66
  3504. Option Public
  3505. '++LotusScript Development Environment:2:5:(Forward):0:1
  3506. '++LotusScript Development Environment:2:5:(Declarations):0:10
  3507. %INCLUDE "lsconst.lss"
  3508. Dim s As NotesSession
  3509. Dim w As NotesUIWorkspace
  3510. Dim db As NotesDatabase
  3511. Dim view As NotesView
  3512. Dim note As NotesDocument
  3513. Dim profile As NotesDocument
  3514. Dim doc As NotesUIDocument
  3515. Dim DocWasSaved As Integer
  3516.  OutOfOfficeProfile'++LotusScript Development Environment:2:5:(Options):0:66
  3517. '++LotusScript Development Environment:2:5:(Forward):0:1
  3518. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  3519. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  3520. Declare Sub Postopen(Source As Notesuidocument)
  3521. '++LotusScript Development Environment:2:5:(Declarations):0:2
  3522. '++LotusScript Development Environment:2:2:BindEvents:1:129
  3523. Private Sub BindEvents(Byval Objectname_ As String)
  3524.      Static Source As NOTESUIDOCUMENT
  3525.      Set Source = Bind(Objectname_)
  3526.      On Event Queryclose From Source Call Queryclose
  3527.      On Event Querysave From Source Call Querysave
  3528.      On Event Postopen From Source Call Postopen
  3529. End Sub
  3530. '++LotusScript Development Environment:2:2:Queryclose:1:12
  3531. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  3532.      
  3533.      If Not(DocWasSaved) Then Exit Sub
  3534.      
  3535.      If profile Is Nothing Then  Exit Sub
  3536.      
  3537.      ItemList = profile.Items
  3538.      Forall n In ItemList
  3539.           profile.RemoveItem(n.Name)    
  3540.      End Forall
  3541.      note.CopyAllItems profile
  3542.      profile.Action = "Profile"
  3543.      profile.SaveOptions = "1"
  3544.      profile.RemoveItem("dispDaysOut")
  3545.      profile.save True, True
  3546.      
  3547. End Sub
  3548. '++LotusScript Development Environment:2:2:Querysave:1:12
  3549. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  3550.      
  3551.      DocWasSaved = True
  3552.      
  3553.      If profile Is Nothing Then 
  3554.           Exit Sub
  3555.      Else
  3556.           note.SaveOptions = "0"
  3557.      End If
  3558.      
  3559. End Sub
  3560. '++LotusScript Development Environment:2:2:Postopen:1:12
  3561. Sub Postopen(Source As Notesuidocument)
  3562.      
  3563.      If source.InPreviewPane Then Exit Sub
  3564.      
  3565.      Set doc = source
  3566.      
  3567.      If source.IsNewDoc = False Then Exit Sub
  3568.      
  3569.      Set note = source.Document    
  3570.      Set s = New NotesSession
  3571.      Set db = s.CurrentDatabase
  3572.      Set view = db.GetView("($Profiles)")
  3573.      
  3574.      source.AutoReload = False
  3575.      
  3576.      Set profile = view.GetDocumentByKey("OutOfOfficeProfile")
  3577.      If profile Is Nothing Then Exit Sub
  3578.      
  3579. 'remove all note items and replace them with profile items - this prevents duplicate items     
  3580.      ItemList = note.Items
  3581.      Forall n In ItemList
  3582.           note.RemoveItem(n.Name)    
  3583.      End Forall
  3584.      profile.CopyAllItems note
  3585.      
  3586.      Dim agents As Variant
  3587.      agents = db.Agents
  3588.      Call note.ReplaceItemValue("AgentActive", "0")
  3589.      For i = 0 To Ubound(agents)
  3590.           If Strcompare(agents(i).name, "ProcessOutOfOffice") = 0 Then
  3591.                If agents(i).IsEnabled Then
  3592.                     Call note.ReplaceItemValue("AgentActive", "1")
  3593.                End If
  3594.                Exit For
  3595.           End If
  3596.      Next
  3597.      
  3598.      source.Reload
  3599.      source.Refresh
  3600.      source.Refresh
  3601.      
  3602. End Sub
  3603. X    x    (
  3604. JX    5h    
  3605. '++LotusScript Development Environment:2:5:(Options):0:66
  3606. '++LotusScript Development Environment:2:5:(Forward):0:1
  3607. Declare Sub Exiting(Source As Field)
  3608. '++LotusScript Development Environment:2:5:(Declarations):0:2
  3609. '++LotusScript Development Environment:2:2:BindEvents:1:129
  3610. Private Sub BindEvents(Byval Objectname_ As String)
  3611.      Static Source As FIELD
  3612.      Set Source = Bind(Objectname_)
  3613.      On Event Exiting From Source Call Exiting
  3614. End Sub
  3615. '++LotusScript Development Environment:2:2:Exiting:1:12
  3616. Sub Exiting(Source As Field)
  3617.      doc.refresh
  3618. End Sub
  3619. '++LotusScript Development Environment:2:5:(Options):0:66
  3620. '++LotusScript Development Environment:2:5:(Forward):0:1
  3621. Declare Sub Exiting(Source As Field)
  3622. '++LotusScript Development Environment:2:5:(Declarations):0:2
  3623. '++LotusScript Development Environment:2:2:BindEvents:1:129
  3624. Private Sub BindEvents(Byval Objectname_ As String)
  3625.      Static Source As FIELD
  3626.      Set Source = Bind(Objectname_)
  3627.      On Event Exiting From Source Call Exiting
  3628. End Sub
  3629. '++LotusScript Development Environment:2:2:Exiting:1:12
  3630. Sub Exiting(Source As Field)
  3631.      doc.refresh
  3632. End Sub
  3633. Normal
  3634. Action
  3635. Profile
  3636.     1S2S
  3637.     Always Hidden: 
  3638. AlreadyNotified
  3639. AlreadyNotified
  3640. Sender
  3641. System
  3642. Please do not delete - Out of Office Profile
  3643. Subject
  3644. ExcludeFromView
  3645. _ViewIcon
  3646. Out Of Office Profile 
  3647.     I will be out of the office on the following dates:
  3648.       
  3649. Leaving:
  3650. Returning:
  3651. FirstDayOut
  3652. pcDate
  3653. FirstDayOut
  3654.     1S2S
  3655. TodayInt,
  3656.     0R1S2S
  3657. ConNext
  3658. pcDate
  3659. nextG
  3660.     0R1S2S8S11S13S
  3661. AdjustAmount
  3662. pcDate
  3663. pcDate
  3664. pcDate
  3665. pcDate
  3666. pcDate
  3667. pcDate
  3668. pcDate
  3669.     0R1S2S4RS8E11RS13E13RS9E20RS13E22RS8E29RS13E31RS8E38RS13E40RS8E47RS13E49RS8E56RS13E58RS8E65RS13E67RS8E
  3670. AdjustAmount
  3671. pcDateW
  3672. AdjustAmount
  3673. ConNext
  3674. TodayInt#
  3675.     0R3S4S6S14R20S22S24S27S28S30S31S34S36S38SFirstDayOut
  3676. FirstDayBack
  3677. pcDate
  3678. FirstDayBacka
  3679.     1S2S
  3680. TodayInt,
  3681.     0R1S2S
  3682. ConNext
  3683. pcDate
  3684. nextG
  3685.     0R1S2S8S11S13S
  3686. AdjustAmount
  3687. pcDate
  3688. pcDate
  3689. pcDate
  3690. pcDate
  3691. pcDate
  3692. pcDate
  3693. pcDate
  3694.     0R1S2S4RS8E11RS13E13RS9E20RS13E22RS8E29RS13E31RS8E38RS13E40RS8E47RS13E49RS8E56RS13E58RS8E65RS13E67RS8E
  3695. AdjustAmount
  3696. pcDateW
  3697. AdjustAmount
  3698. ConNext
  3699. TodayInt#
  3700.     0R3S4S6S14R20S22S24S27S28S30S31S34S36S38SFirstDayBack
  3701. My Out of The Office message for most people/groups:
  3702.     Whomever
  3703.     Subject:
  3704.  is out of the office."
  3705.     1S2S
  3706. GeneralSubject
  3707. FirstDayOut
  3708. FirstDayBack
  3709. I will be out of the office from 
  3710. FirstDayOut
  3711.  until 
  3712. FirstDayBackV
  3713.     3S4S5S6S7S8S10S12S13S14S18S19S20S21S25S26S
  3714. DaysOut
  3715. I will respond to your message when I return.
  3716. GeneralMessage
  3717.     People/groups who should receive a special message:
  3718. SpecialPeople
  3719. SpecialPeople
  3720.     My Out of The Office message for special people/groups:
  3721.     Whomever
  3722.     Subject:
  3723.  is out of the office."
  3724.     1S2S
  3725. SpecialSubject
  3726. DaysOut
  3727. dispDaysOut
  3728. SpecialMessage
  3729. SpecialMessage
  3730.     People/groups who should not receive any messages:
  3731. IgnorePeople
  3732. IgnorePeople
  3733. FirstDayOut can be entered as a date or a day of the week.
  3734. It is then converted to a text string containing a date, which 
  3735.     0R1S
  3736. @TextToTime does not always recognize as Text so it is 
  3737.     0R1S
  3738. converted to Text then to Time
  3739.     0R1S
  3740. FirstDayOut
  3741. dateFirstDayOut
  3742. FirstDayBack can be entered as a date or a day of the week.
  3743. It is then converted to a text string containing a date, which 
  3744.     0R1S
  3745. @TextToTime does not always recognize as Text so it is 
  3746.     0R1S
  3747. converted to Text then to Time
  3748.     0R1S
  3749. FirstDayBackV
  3750. dateFirstDayBack
  3751. Closeo 
  3752.     0S0E
  3753. _Edit Document
  3754. _Forward
  3755. Enable Out of Office Agent
  3756.     0S0E
  3757. FirstDayOut
  3758. FirstDayBack
  3759. Validation Error
  3760. You must indicate when you are leaving and when you will be back.
  3761.     0RR3S4S5S6S8S14S16S20S
  3762. FirstDayBackW
  3763. Validation Error
  3764. Your First Day Back is in the Past.  The Out of Office agent will not be enabled.
  3765.     0RR6S7S8S9S11S17S19S23S
  3766. ProcessOutOfOffice
  3767. Out of Office Agent
  3768. The Out of Office agent was not enabled.
  3769.     0RR6S8S11S13S19S21S
  3770. Agent Enabled
  3771. The Out of Office agent is now enabled.  When people send you mail between 
  3772. FirstDayOut
  3773.  and 
  3774. FirstDayBackV
  3775.  it will inform them of your absence.
  3776.     0RR4S6S7S8S12S13S14S15S19S20S
  3777. AlreadyNotified
  3778.     0RR1S2S3S2E
  3779. ProcessOutOfOffice
  3780.     0S0E
  3781. I Have Returned To The Office
  3782. ProcessOutOfOffice
  3783.     4S6S
  3784. Welcome Back
  3785. No more "Out of Office" messages will be sent.
  3786.     0R4S6S
  3787. ProcessOutOfOffice
  3788.     0S0E
  3789. Categori_ze
  3790. Send Docu_ment
  3791. _Move to Folder...
  3792. _Remove from Folder...    
  3793. Times New Roman
  3794. VersionOpt|
  3795.     6S7S9S14S
  3796. $VersionOpt
  3797.     0R1S2S3S
  3798. SavedOnce
  3799.     0R1S2S3S
  3800. PostedDate(
  3801.     0R1S2S3S
  3802. DeliveredDate
  3803.     0R1S2S3S
  3804. $AutoEditMode
  3805.     0R1S2S3S
  3806. MailSaveOptions
  3807.     0R1S2S3S
  3808. VersionOpt
  3809.     0R4S
  3810. InheritedBody
  3811. New Reply
  3812. Subject
  3813. Subject
  3814. Subject
  3815.     4S6S12S13S14S15S17S21S23S25S26S28S
  3816. '++LotusScript Development Environment:2:5:(Options):0:74
  3817. Option Public
  3818. %INCLUDE "lsconst.lss"
  3819. '++LotusScript Development Environment:2:5:(Forward):0:1
  3820. Declare Sub InstantiateObjectVariables(source)
  3821. Declare Sub SaveDialog(SavedDoc)
  3822. Declare Sub CheckSecureMail
  3823. '++LotusScript Development Environment:2:5:(Declarations):0:10
  3824. Dim w As NotesUIWorkspace
  3825. Dim s As NotesSession
  3826. Dim db As NotesDatabase
  3827. Dim note As NotesDocument
  3828. Dim newnote As NotesDocument
  3829. Dim Action As Variant
  3830. Dim DoNotClose As Variant
  3831. Dim ContinueSave As Variant
  3832. Dim TaskReply As Variant
  3833. Dim NewDocument As Variant
  3834. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  3835. Sub InstantiateObjectVariables(source)
  3836.      
  3837.      Set w = New NotesUIWorkspace
  3838.      Set s = New NotesSession
  3839.      Set db = s.CurrentDatabase
  3840.      Set note = source.document
  3841.      source.AutoReload = False
  3842.      
  3843. End Sub
  3844. '++LotusScript Development Environment:2:2:SaveDialog:1:8
  3845. Sub SaveDialog(SavedDoc)
  3846.      
  3847.      ContinueSave = Messagebox("Do you wish to save this " & SavedDoc & "?", MB_YESNOCANCEL, "Save " & SavedDoc) 
  3848.      Select Case ContinueSave
  3849.      Case IDCANCEL
  3850.           note.MailOptions = "0"
  3851. 'This will force us into querysave next time - this time it will set continue = false so no save will occur          
  3852.           note.SaveOptions = "1"
  3853.      Case IDNO
  3854.           note.SaveOptions = "0"
  3855.      Case IDYES
  3856.           note.SaveOptions = "1"
  3857.      End Select
  3858.      
  3859. End Sub
  3860. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  3861. Sub CheckSecureMail
  3862.      
  3863. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  3864.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  3865.      If note.SecureMail(0) = "1" Then
  3866.           Call note.ReplaceItemValue("Sign", "1")
  3867.           Call note.ReplaceItemValue("Encrypt", "1")
  3868.      End If     
  3869.      
  3870. End Sub
  3871. }p    Ih
  3872.  Reply'++LotusScript Development Environment:2:5:(Options):0:66
  3873. '++LotusScript Development Environment:2:5:(Forward):0:1
  3874. Declare Sub Postopen(Source As Notesuidocument)
  3875. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  3876. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  3877. Declare Sub Postmodechange(Source As Notesuidocument)
  3878. '++LotusScript Development Environment:2:5:(Declarations):0:2
  3879. '++LotusScript Development Environment:2:2:BindEvents:1:129
  3880. Private Sub BindEvents(Byval Objectname_ As String)
  3881.      Static Source As NOTESUIDOCUMENT
  3882.      Set Source = Bind(Objectname_)
  3883.      On Event Postopen From Source Call Postopen
  3884.      On Event Querysave From Source Call Querysave
  3885.      On Event Queryclose From Source Call Queryclose
  3886.      On Event Postmodechange From Source Call Postmodechange
  3887. End Sub
  3888. '++LotusScript Development Environment:2:2:Postopen:1:12
  3889. Sub Postopen(Source As Notesuidocument)
  3890.      
  3891.      If source.InPreviewPane Then Exit Sub
  3892.      
  3893.      If note Is Nothing Then Call InstantiateObjectVariables(source)   
  3894.      
  3895.      If (note.HasItem("PostedDate") Or note.HasItem("DeliveredDate")) Then
  3896.           If source.EditMode = False Then
  3897.                Exit Sub
  3898.           Else
  3899. 'If this is a message that was written by you, we need to remove any options fields
  3900.                If note.From(0) = s.UserName Then
  3901.                     note.RemoveItem("MailOptions")
  3902.                     note.RemoveItem("SaveOptions")
  3903.                     If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  3904. 'If this is a message that was not written by you we do not present the mail dialog
  3905. 'but we do want to force processing into QuerySave               
  3906.                Else
  3907.                     note.MailOptions = "0"
  3908.                     note.SaveOptions = "1"
  3909.                End If
  3910.           End If
  3911.      Else
  3912.           source.EditMode = True
  3913.      End If
  3914.      
  3915.      If source.IsNewDoc Then
  3916.           NewDocument = True
  3917.           CheckSecureMail
  3918.           EditType = s.GetEnvironmentString("MailStEd")
  3919.           If EditType = "1" Then
  3920.                note.tmpAction = "SaveAsStationery"
  3921.                note.IsMailStationery = 1
  3922.                Call s.SetEnvironmentVar("MailStEd", "0")
  3923.                note.MailOptions = "0"
  3924.                note.SaveOptions = "1"
  3925.           Else
  3926.                If Len(EditType) > 1 Then
  3927.                     TaskReply = True
  3928.                     Call s.SetEnvironmentVar("MailStEd", "0")
  3929.                     note.SaveOptions = "1"
  3930.                     note.MailOptions = "1"
  3931.                     note.AssignState = 9
  3932.                     note.DueState = 9
  3933.                     Call note.ReplaceItemValue("_ViewIcon", 82)
  3934.                End If
  3935.           End If
  3936.      Else
  3937.           NewDocument = False
  3938.           If note.HasItem("IsMailStationery") Then
  3939.                EditType = s.GetEnvironmentValue("MailStEd")
  3940.                If EditType = "2" Then 
  3941.                     Call s.SetEnvironmentVar("MailStEd", "0")
  3942.                     note.MailOptions = "0"
  3943.                     note.SaveOptions = "1"
  3944.                Else
  3945.                     note.RemoveItem("IsMailStationery")
  3946.                     note.RemoveItem("MailStationeryName")
  3947.                     Call note.ReplaceItemValue("$VersionOpt", "6")              
  3948.                End If
  3949.           Else
  3950.                EditType = s.GetEnvironmentValue("MailStEd")
  3951.                If EditType = "5" Then 
  3952.                     Call note.ReplaceItemValue("$VersionOpt", "6")
  3953.                     note.tmpAction = "ConvertNewDoc"
  3954.                     Call s.SetEnvironmentVar("MailStEd", "0")
  3955.                     source.reload
  3956.                     source.save
  3957.                End If
  3958.           End If
  3959.      End If 
  3960.      
  3961.      source.Reload
  3962.      source.RefreshHideFormulas
  3963.      
  3964. End Sub
  3965. '++LotusScript Development Environment:2:2:Querysave:1:12
  3966. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  3967.      
  3968.      DoNotClose = False
  3969.      
  3970.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  3971.      
  3972.      note.RemoveItem("MailOptions")
  3973.      note.RemoveItem("SaveOptions")
  3974.      
  3975.      Action = note.tmpAction
  3976.      
  3977.      If note.HasItem("IsMailStationery") Then
  3978.           If Action(0) <> "RenameStationery" Then
  3979.                Call SaveDialog("Stationery")
  3980.                If ContinueSave = IDCANCEL Then continue = False
  3981.                If ContinueSave <> IDYES Then 
  3982.                     source.reload
  3983.                     Exit Sub
  3984.                End If
  3985.           End If
  3986.      End If
  3987.      
  3988.      Select Case Action(0)
  3989.      Case "SaveAsStationery"
  3990.           sName = Inputbox$("What would you like to call this Stationery?", "Save as Stationery", "-Untitled-")
  3991.           If sName = "" Then
  3992.                note.MailOptions = "0"
  3993.                Continue = False
  3994.                Exit Sub
  3995.           End If
  3996.           If NewDocument Then
  3997.                note.IsMailStationery = 1
  3998.                note.MailStationeryName = sName
  3999.                note.MailOptions = "0"
  4000.                note.SaveOptions = "1"
  4001.           Else
  4002.                note.SaveOptions = "0"
  4003.                Set newnote = New NotesDocument(db)
  4004.                Call note.CopyAllItems(newnote)
  4005.                ItemList = newnote.Items
  4006.                Forall i In ItemList
  4007.                     If Lcase(Left(i.Name, 3)) = "tmp" Then i.Remove
  4008.                End Forall
  4009.                newnote.IsMailStationery = 1
  4010.                newnote.MailStationeryName = sName              
  4011.                newnote.Form = "Memo"
  4012.                newnote.RemoveItem("PostedDate")
  4013.                newnote.RemoveItem("DeliveredDate")
  4014.                newnote.Save True, True
  4015.                w.ViewRefresh
  4016.           End If        
  4017.           Messagebox "This Message has been saved as Stationery in your Drafts folder. A new message will be created every time you open this Stationery.", 0, "Save as Stationery"
  4018.      Case "RenameStationery"
  4019.           MailStationeryName = note.MailStationeryName
  4020.           sName = Inputbox$("What would you like to call this Stationery?", "Save as Stationery", MailStationeryName(0))
  4021.           If sName = "" Then
  4022.                note.MailOptions = "0"
  4023.                note.RemoveItem("tmpAction")
  4024.                DoNotClose = True
  4025.                Continue = False
  4026.                Exit Sub
  4027.           End If
  4028.           note.MailStationeryName = sName
  4029.           note.MailOptions = "0"
  4030.           note.SaveOptions = "1"
  4031.      Case "SaveAsDraft", "SaveAndFile", "SendAndFile", "ConvertNewDoc"
  4032.           note.MailOptions = "0"
  4033.           note.SaveOptions = "1"
  4034.      Case "Send"
  4035.           note.MailOptions = "0"
  4036.           note.SaveOptions = "0"                  
  4037.      Case "Mailing"
  4038. 'We do not want to do anything if mailing is in process (like from the Send button)
  4039.      Case "ConvertToTask"
  4040.           note.RemoveItem("DeliveredDate")
  4041.           note.RemoveItem("PostedDate")
  4042.           note.SendTo = ""
  4043.           note.CopyTo = ""
  4044.           note.SaveOptions ="1"
  4045.           note.MailOptions = "0"
  4046.           note.Form = "Task"
  4047.           note.AssignState = 0
  4048.           note.ExcludeFromView = "D"
  4049.           Call note.ReplaceItemValue("_ViewIcon", 168)
  4050.      Case Else
  4051. 'If this is a message that was not written by you we do not present the mail dialog          
  4052.           If note.From(0) <> s.UserName Then
  4053.                note.MailOptions = "0"
  4054.                note.SaveOptions = "1"
  4055.                Call SaveDialog("Document")
  4056.                If ContinueSave = IDCANCEL Then continue = False
  4057.                If ContinueSave <> IDYES Then 
  4058.                     source.reload
  4059.                     Exit Sub
  4060.                End If
  4061.           End If
  4062.      End Select
  4063.      
  4064.      note.RemoveItem("tmpAction")
  4065.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  4066.      
  4067.      source.Reload
  4068.      
  4069. End Sub
  4070. '++LotusScript Development Environment:2:2:Queryclose:1:12
  4071. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  4072.      
  4073.      If DoNotClose Then
  4074.           DoNotClose = False
  4075.           Continue = False
  4076.      End If
  4077.      
  4078.      If TaskReply Then 
  4079.           ToName = note.SendTo
  4080.           Messagebox "Notification has been sent to " & ToName(0) & ".", 0, "Task Message"
  4081.      End If
  4082.      
  4083. End Sub
  4084. '++LotusScript Development Environment:2:2:Postmodechange:1:12
  4085. Sub Postmodechange(Source As Notesuidocument)
  4086.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  4087.      
  4088. 'If this is a message that was written by you, we need to remove any options fields
  4089.      If note.From(0) = s.UserName Then
  4090.           note.RemoveItem("MailOptions")
  4091.           note.RemoveItem("SaveOptions")
  4092.           If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  4093. 'If this is a message that was not written by you we do not present the mail dialog
  4094. 'but we do want to force processing into QuerySave               
  4095.      Else
  4096.           note.MailOptions = "0"
  4097.           note.SaveOptions = "1"
  4098.      End If
  4099.      
  4100.      If source.EditMode Then source.Reload
  4101.      
  4102. End Sub
  4103. Gl    8$
  4104.     Always hidden: 
  4105. SendTo
  4106. CopyTo
  4107.     1S2S
  4108. InheritedSendTo
  4109. ReplyTo
  4110. InheritedReplyTo
  4111. Fromh
  4112. FromDomainh
  4113. FromDomain"
  4114.     7S14S15S16S17S18S20S23SInheritedFrom
  4115. FromDomain
  4116. InheritedFromDomain
  4117. FromPerson memo is from.
  4118. DefaultLogo
  4119. StdNotesLtrGateway
  4120.     4S9S13S16S18SLogoPerson memo is from.
  4121.     0S0E
  4122.     0S0E
  4123. Encrypt
  4124.     0S0E
  4125. DefaultMailSaveOptions
  4126. $KeepPrivate
  4127. $KeepPrivate
  4128. $KeepPrivate
  4129.     3S4S5S6S8S13S15S17S18S19S21S23S$KeepPrivate
  4130. $HideMailHeader
  4131.     0S0E
  4132.     From:    
  4133. FromDomain
  4134. FromDomain
  4135. FromDomain
  4136. FromDomain
  4137.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  4138. FromName
  4139.     0RR1S2S6S
  4140. FromStops
  4141.     0R1S2S6S
  4142. FromName
  4143. FromStops
  4144.     0RR1S2S3S4S8StmpDisplayFrom_Preview
  4145.      on 
  4146. PostedDateh
  4147. PostedDate
  4148.     4S5S10S12S
  4149. tmpDisplayDate_PreviewTime/date memo was created or mailed.
  4150. StdNotesLtr16
  4151.     3S4S6S8S
  4152. tmpDate
  4153. $HideMailHeader
  4154.     4S5S6S8S10S11S
  4155.     From:    
  4156. FromDomain
  4157. FromDomain
  4158. FromDomain
  4159. FromDomain
  4160.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  4161. FromName
  4162.     0RR1S2S6S
  4163. FromStops
  4164.     0R1S2S6S
  4165. FromName
  4166. FromStops
  4167.     0RR1S2S3S4S8StmpDisplayFrom_NoLogo
  4168.      on 
  4169. PostedDateh
  4170. PostedDate
  4171.     4S5S10S12S
  4172. tmpDisplayDate_NoLogoTime/date memo was created or mailed.
  4173. ReplyDate
  4174. ReplyTo
  4175. $HideMailHeader
  4176.     2S3S4S5S6S7S9S10S
  4177. Please respond
  4178. ReplyTo
  4179. ReplyTo
  4180. ReplyDate
  4181. ReplyDate
  4182.     1S2S5S6S8S10S11S12S14S15S18S19S21S23S24S25StmpDisplayReplyInfo
  4183. SendTo
  4184. CopyTo
  4185.   cc:  
  4186. CopyTo
  4187.     1S8S13S14S2E17S18S21S28S31S
  4188. MailAddress
  4189. InheritedReplyToh
  4190. InheritedReplyTo
  4191. InheritedReplyTo
  4192. InheritedFrom
  4193.     1S2S8S9S10S11S13S15S
  4194. MailAddress
  4195.     0RR 
  4196. SendTo}
  4197.     0S0E
  4198. SendToList of primary people to send memo.
  4199. CopyTo}
  4200.     0S0E
  4201. CopyToList of people to send a copy of the memo.
  4202. DeliveredDate
  4203. BlindCopyTo
  4204. (bcc: 
  4205. BlindCopyTo
  4206.     4S5S6S7S8S9S10S11S13S14S15S19S21S22S24StmpBlindCopyTo
  4207.     bcc:
  4208. BlindCopyTo
  4209.     0S0E
  4210. BlindCopyToList of undisclosed people to send copies of memo.
  4211.     Subject:
  4212. ReplyText
  4213. MailStEd|
  4214.     1S2S
  4215. Prefix
  4216. ReplyText
  4217.     0R1S2S8S9S11S13S
  4218. Prefix
  4219. ReplyText
  4220. Subject
  4221. Topic
  4222. Subject
  4223.     0R1S2S5S6S8S10S11S12S14S16S
  4224. Prefix
  4225. Subj"
  4226.     0R10S12S16S17S19S21S22S23S
  4227. Subject
  4228.     0S0E
  4229. SubjectSubject of memo.
  4230.     Subject:
  4231. Subject
  4232. tmpDisplaySubjectSubject of memo.
  4233.     0S0E
  4234. tmpDisplayLink
  4235. Moods
  4236. PostedDate
  4237. SenderTag
  4238. Moods
  4239.     4S6S7S8S9S10S12S13S14S15S18S20S
  4240. Edit Documentl
  4241. Forwardo 
  4242.     0S0E
  4243. New Memo.
  4244.     0S0E
  4245. Delete 
  4246.     0S0E
  4247. _Move To Folder...
  4248. Delivery Information...
  4249. DeliveryInfo
  4250. Delivery Information
  4251.     4S5S6S7S8S9S10S12S
  4252. _Forward
  4253. Reply
  4254. Reply
  4255.     0S0E
  4256. Reply With History
  4257. Reply with History
  4258. This document is truncated.
  4259.     4S8S10S13S
  4260. Reply with history
  4261. Address... 
  4262.     0S0E
  4263. PostedDateh
  4264.     5S6S7S8S
  4265. Close
  4266.     0S0E
  4267. PostedDateY
  4268.     0S0E
  4269. Reply To AllP
  4270. CanonicalName
  4271.     1S2S6S
  4272. Names
  4273. InheritedSendTo
  4274.     0R1S2S
  4275. Try 4 different ways of removing the current sender from the new recipient list
  4276.     0RR1S
  4277. Names1
  4278. Names
  4279. CanonicalName
  4280. Names
  4281. CanonicalName
  4282.     0R1S2S6S7S8S12S15S
  4283. Names2
  4284. Names1
  4285. CanonicalName
  4286. Names1
  4287. CanonicalName
  4288.     0R1S2S6S10S12S13S17S21S25S
  4289. Names3
  4290. Names2
  4291. CanonicalName
  4292. Names2
  4293. CanonicalName
  4294.     0R1S2S6S12S15S16S20S26S31S
  4295. Names4
  4296. Names3
  4297. CanonicalName
  4298.     0R1S2S10S16S20S
  4299. Look for all addresses whose last domain is the same as the sender's domain - tack on the whole FromDomain
  4300.     0RR1S
  4301. Names5
  4302. Names4a
  4303. Names4
  4304. InheritedFromDomain
  4305. Names4
  4306. InheritedFromDomain
  4307.     0R1S2S9S15S17S18S19S20S26S31S35S37S38S39S40S41S
  4308. Find all the addresses without a domain and attach FromDomain
  4309.     0RR1S
  4310. Names6
  4311. Names5
  4312. Names5
  4313. Names5
  4314.     0R1S2S6S10S12S13S14S15S19S22S
  4315. Names7
  4316. Names5
  4317. Names6
  4318. Names6
  4319. InheritedFromDomain
  4320.     0R1S2S6S8S9S10S11S12S
  4321. Names8
  4322. Names7
  4323. Names7
  4324.     0RR1S2S8S9S11S13S17S18S19S21S
  4325. CopyTo
  4326. CopyTo
  4327. InheritedFromDomain
  4328. Names5
  4329. Names5
  4330. Names8
  4331.     0R1S2S3S10S11S14S15S16S17S18S19S21S23S
  4332. PostedDateh
  4333.     0S0E
  4334. Save As Draft
  4335. MailOptions
  4336.     1S2S3S
  4337. SaveOptions
  4338.     0R1S2S3S
  4339. PostedDateh
  4340.     0S0E
  4341. Save and Files
  4342.     7S9S
  4343. tmpAction
  4344. SaveAndFile
  4345.     0R1S2S3S
  4346. IsMailStationeryh
  4347. PostedDateY
  4348. PostedDateh
  4349.     4S5S9S10S16S17S18S19S
  4350. PromptValue
  4351. DefaultMailSaveOptions
  4352. Save when sent
  4353. Do you wish to save a copy of this Memo?
  4354. DefaultMailSaveOptions
  4355.     1S2S5S6S8S14S17S
  4356. SaveOptions
  4357. PromptValue
  4358. SaveOptions
  4359. PromptValue
  4360.     0RR1S2S5S6S9S14S
  4361. tmpAction
  4362. DefaultMailSaveOptions
  4363. Mailing
  4364.     0RR1S2S3S6S7S9S11S
  4365. MailOptions
  4366.     0R1S2S3S
  4367.     0R7S9S
  4368. tmpAction
  4369. SaveOptions
  4370. SendAndFile
  4371.     0RR1S2S3S6S7S9S11S
  4372.     0R7S9S
  4373. PostedDateh
  4374.     5S6S7S8S
  4375. Send And File...
  4376.     4S11S13S19S
  4377.     0RR7S9S
  4378. tmpAction
  4379. DefaultMailSaveOptions
  4380. Mailing
  4381.     0RR1S2S3S6S7S9S11S
  4382. MailOptions
  4383.     0R1S2S3S
  4384.     0R7S9S
  4385. tmpAction
  4386. SendAndFile
  4387.     0RR1S2S3S
  4388.     0R7S9S
  4389. PostedDateh
  4390.     5S6S7S8S
  4391. Delivery Options...
  4392. DeliveryOptions
  4393. Delivery Options
  4394.     4S8S
  4395. _ViewIcon
  4396. SenderTag
  4397. SenderTag
  4398. SenderTag
  4399. SenderTag
  4400. SenderTag
  4401. SenderTag
  4402. SenderTag
  4403. SenderTag
  4404. SenderTag
  4405. SenderTag
  4406. SenderTag
  4407.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E8
  4408. PostedDateh
  4409.     5S6S7S8S
  4410. Special Options...
  4411. ReplyDate
  4412. ReplyDate
  4413.     1S2S3S
  4414. ReplyTo
  4415. ReplyTo
  4416.     0R1S2S3S
  4417. (Advanced Options)
  4418. Special Options
  4419.     0R6S10S13S15S
  4420. tmpDisplayReplyInfo
  4421. Please respond
  4422. ReplyTo
  4423. ReplyTo
  4424. ReplyDate
  4425. ReplyDate
  4426.     0R1S2S3S4S5S8S9S11S13S14S15S17S18S21S22S24S26S27S28S
  4427. DueDateTime
  4428. ReplyDate
  4429.     0R1S2S3S
  4430. PostedDateh
  4431.     5S6S7S8S
  4432. Save As Stationery...Sn
  4433. tmpAction
  4434. SaveAsStationery
  4435.     1S2S3S
  4436. IsMailStationeryh
  4437.     0S0E
  4438. Convert To Task
  4439. ReplyDate
  4440. Can't Convert To Task
  4441. You cannot convert this message into a Task because it already has a due date associated with it.
  4442.     3S4S6S12S18S
  4443. tmpAction
  4444. ConvertNewDoc
  4445. Unavailable
  4446.     0R1S2S3S7S9S
  4447.     0R4S9S13S
  4448.     0R4S
  4449. _Remove From Folder...
  4450. Categori_ze
  4451. SSend
  4452. Times New Roman
  4453. About Mail
  4454.     The Mail template is used to create a database to send and receive electronic mail using Notes. The template can be used to create a mail database either on a local workstation or on a server. The Mail template also contains Task management features which can be used for personal time management or to delegate work to other people. Please consult Help/Help Topics for more information on how to use the features of the Mail template.
  4455. &Arial
  4456.  StdNotesLtr4
  4457. tmpDisplayFrom_Preview
  4458. tmpFrom
  4459. tmpDisplayDate_Preview
  4460. tmpDate
  4461. VersionOpt|
  4462.     6S7S9S14S
  4463. $VersionOpt
  4464.     0R1S2S3S
  4465. SavedOnce
  4466.     0R1S2S3S
  4467. PostedDate(
  4468.     0R1S2S3S
  4469. DeliveredDate
  4470.     0R1S2S3S
  4471. $AutoEditMode
  4472.     0R1S2S3S
  4473. MailSaveOptions
  4474.     0R1S2S3S
  4475. VersionOpt
  4476.     0R4S
  4477. "Small Fonts
  4478. New Task
  4479. Subject
  4480. Subject
  4481. Subject
  4482.     4S6S12S13S14S15S17S21S23S25S26S28S
  4483. '++LotusScript Development Environment:2:5:(Options):0:74
  4484. Option Public
  4485. %INCLUDE "lsconst.lss"
  4486. '++LotusScript Development Environment:2:5:(Forward):0:1
  4487. Declare Sub InstantiateObjectVariables(source)
  4488. Declare Sub CheckDueDate
  4489. Declare Sub CheckStartDate
  4490. Declare Function SendNotification(ReplyType, MessageText, NewState, ViewIcon) As Variant
  4491. Declare Sub CheckSecureMail
  4492. '++LotusScript Development Environment:2:5:(Declarations):0:10
  4493. Dim w As NotesUIWorkspace
  4494. Dim s As NotesSession
  4495. Dim db As NotesDatabase
  4496. Dim note As NotesDocument
  4497. Dim maildoc As NotesDocument
  4498. Dim rtitem As NotesRichTextItem
  4499. Dim item As NotesItem
  4500. Dim dt As NotesDateTime
  4501. Dim dt2 As NotesDateTime
  4502. Dim Action As Variant
  4503. Dim DocWasSaved As Variant
  4504. Dim FinalSave As Variant
  4505. Dim CommentQuery As Variant
  4506. Dim StartDate As Variant
  4507. Dim DueDate As Variant
  4508. Dim Subject As Variant
  4509. Dim NewSubject As String
  4510. Dim ComposeReply As Variant
  4511. Dim ConvertedTask As Variant
  4512. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  4513. Sub InstantiateObjectVariables(source)
  4514.      
  4515.      Set w = New NotesUIWorkspace
  4516.      Set s = New NotesSession
  4517.      Set db = s.CurrentDatabase
  4518.      Set note = source.document
  4519.      source.AutoReload = False
  4520.      
  4521. End Sub
  4522. '++LotusScript Development Environment:2:2:CheckDueDate:1:8
  4523. Sub CheckDueDate
  4524.      
  4525. 'DueState causes the view to sort correctly:  0=Overdue, 1=Current, 2=Future               
  4526.      Set dt2 = New NotesDateTime(DueDate(0))
  4527.      If dt.TimeDifference(dt2) > 0 Then 
  4528.           note.DueState = 0
  4529.      Else
  4530.           note.DueState = 1
  4531.      End If
  4532.      
  4533. End Sub
  4534. '++LotusScript Development Environment:2:2:CheckStartDate:1:8
  4535. Sub CheckStartDate
  4536.      
  4537. 'DueState causes the view to sort correctly:  0=Overdue, 1=Current, 2=Future               
  4538.      Set dt2 = New NotesDateTime(StartDate(0))
  4539.      If dt.TimeDifference(dt2) < 0 Then 
  4540.           note.DueState = 2
  4541.      Else
  4542.           note.DueState = 1
  4543.      End If
  4544.      
  4545. End Sub
  4546. '++LotusScript Development Environment:2:1:SendNotification:1:8
  4547. Function SendNotification(ReplyType, MessageText, NewState, ViewIcon) As Variant
  4548.      
  4549.      SendNotification = True
  4550.      
  4551.      FromCommonName = Evaluate("@Name([CN]; From)", note)
  4552.      CommentQuery = Messagebox("A " & ReplyType & " notice will be sent to " & FromCommonName(0) &_
  4553.      ".  Do you wish to send additional comments?", MB_YESNOCANCEL, "Task " & Action(0))
  4554.      Select Case CommentQuery
  4555.      Case IDYES
  4556.           Call s.SetEnvironmentVar("MailStEd", Cstr(NewSubject))
  4557.           ComposeReply = True
  4558.      Case IDNO
  4559.           Set maildoc = New NotesDocument(db)
  4560.           Set rtitem = New NotesRichTextItem(maildoc, "Body")
  4561.           maildoc.SendTo = note.From
  4562.           maildoc.Subject = NewSubject
  4563.           rtitem.AppendText(MessageText & Subject(0) & ".  ")
  4564.           Call rtitem.AppendDocLink(note, "DocLink to " & Subject(0))
  4565.           maildoc.Form = "Reply"
  4566.           maildoc.AssignState = NewState
  4567.           maildoc.DueState = NewState
  4568.           Call maildoc.AppendItemValue("_ViewIcon", ViewIcon)
  4569.           Call maildoc.Save (True, True)
  4570.           Call maildoc.MakeResponse(note)
  4571.           On Error Goto SendError
  4572.           Call maildoc.Send (False)
  4573.           Call maildoc.Save (True, True)
  4574.           w.ViewRefresh
  4575.      Case IDCANCEL
  4576.           note.SaveOptions = "0"
  4577.           note.MailOptions = "0"
  4578.           CommentQuery = "Cancel"
  4579.           SendNotification = False
  4580.           Exit Function
  4581.      End Select
  4582.      
  4583.      note.SaveOptions = "1"          
  4584.      note.AssignState = NewState
  4585.      note.DueState = NewState
  4586.      Call note.ReplaceItemValue("_ViewIcon", ViewIcon)
  4587.      
  4588.      Exit Function
  4589.      
  4590. SendError:
  4591.      Messagebox ReplyType & " reply document could not be sent to " & FromName & " at this time.  Please retry", MB_OK, "Task Completion"
  4592.      SendNotification = False
  4593.      maildoc.Remove(True)
  4594.      Exit Function
  4595.      
  4596. End Function
  4597. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  4598. Sub CheckSecureMail
  4599.      
  4600. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  4601.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  4602.      If note.SecureMail(0) = "1" Then
  4603.           Call note.ReplaceItemValue("Sign", "1")
  4604.           Call note.ReplaceItemValue("Encrypt", "1")
  4605.      End If     
  4606.      
  4607. End Sub
  4608.  Task'++LotusScript Development Environment:2:5:(Options):0:66
  4609. '++LotusScript Development Environment:2:5:(Forward):0:1
  4610. Declare Sub Postopen(Source As Notesuidocument)
  4611. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  4612. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  4613. Declare Sub Querymodechange(Source As Notesuidocument, Continue As Variant)
  4614. '++LotusScript Development Environment:2:5:(Declarations):0:2
  4615. '++LotusScript Development Environment:2:2:BindEvents:1:129
  4616. Private Sub BindEvents(Byval Objectname_ As String)
  4617.      Static Source As NOTESUIDOCUMENT
  4618.      Set Source = Bind(Objectname_)
  4619.      On Event Postopen From Source Call Postopen
  4620.      On Event Querysave From Source Call Querysave
  4621.      On Event Queryclose From Source Call Queryclose
  4622.      On Event Querymodechange From Source Call Querymodechange
  4623. End Sub
  4624. '++LotusScript Development Environment:2:2:Postopen:1:12
  4625. Sub Postopen(Source As Notesuidocument)
  4626.      
  4627.      If source.InPreviewPane Then Exit Sub
  4628.      
  4629.      DocWasSaved = False
  4630.      FinalSave = False
  4631.      
  4632.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  4633.      
  4634.      If source.IsNewDoc Then
  4635.           Call note.ReplaceItemValue("_ViewIcon", 168)
  4636.           note.AssignState = 0
  4637.           note.ExcludeFromView = "D"
  4638.      Else
  4639.           FormName = note.Form
  4640.           If FormName(0) = "Task" Then
  4641.                EditType = s.GetEnvironmentValue("MailStEd")
  4642. 'EditType 5 = EditNewCopy               
  4643.                If EditType = "5" Then 
  4644.                     Call note.ReplaceItemValue("$VersionOpt", "6")
  4645.                     note.tmpAction = "ConvertNewDoc"
  4646.                     Call s.SetEnvironmentVar("MailStEd", "0")
  4647.                     source.reload
  4648.                     source.save
  4649.                End If
  4650.           Else
  4651.                note.Form = "Task"              
  4652.                note.RemoveItem("SendTo")
  4653.                note.RemoveItem("CopyTo")
  4654.                note.RemoveItem("MailOptions")
  4655.                note.RemoveItem("SaveOptions")
  4656.                Call note.ReplaceItemValue("_ViewIcon", 168)
  4657.                note.AssignState = 0
  4658.                note.ExcludeFromView = "D"
  4659.                ConvertedTask = True
  4660.           End If
  4661.      End If
  4662.      
  4663.      If source.EditMode Then
  4664.           If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  4665.           source.Reload
  4666.           source.RefreshHideFormulas 
  4667.      End If
  4668.      
  4669. End Sub
  4670. '++LotusScript Development Environment:2:2:Querysave:1:12
  4671. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  4672.      
  4673.      If FinalSave Then Exit Sub
  4674.      
  4675.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  4676.      
  4677.      Due = note.DueDateTime
  4678.      Start = note.StartDateTime
  4679.      If Due(0) <> "" Or Start(0) <> "" Then source.Refresh
  4680.      
  4681.      Set dt = New NotesDateTime("today")
  4682.      dt.SetNow         
  4683.      
  4684.      Action = note.tmpAction
  4685.      Select Case Action(0)
  4686.      Case "Complete"
  4687. 'AssignState = 0 if assigned to self, 1 if assigned to others but not sent, 2 if assigned and sent, and 9 if complete.          
  4688.           oldAssignState = note.AssignState
  4689.           Subject = note.Subject
  4690.           NewSubject = "Task:  " & Subject(0) & " is complete as of " & dt.LSLocalTime
  4691.           If oldAssignState(0) = 0 Then
  4692.                note.SaveOptions = "1"          
  4693.                note.AssignState = 9
  4694.                note.DueState = 9
  4695.                Call note.ReplaceItemValue("_ViewIcon", 82)
  4696.           Else
  4697.                If SendNotification("completion", "I have completed task: ", 9, 82) = False Then
  4698.                     source.Reload
  4699.                     continue = False
  4700.                     Exit Sub
  4701.                End If
  4702.           End If
  4703.           note.CompletedDateTime = dt.LSLocalTime
  4704.           CloseDoc = True
  4705.      Case "Reassign"
  4706.           Subject = note.Subject
  4707.           NewSubject = "Please reassign Task:  " & Subject(0)
  4708.           If SendNotification("reassignment", "Please reassign this task: ", 8, 81) = False Then
  4709.                source.Reload
  4710.                continue = False
  4711.                Exit Sub
  4712.           End If
  4713.           CloseDoc = True
  4714.      Case "Reply"
  4715.           ComposeReply = True
  4716.           CloseDoc = True
  4717.      Case "ConvertNewDoc"
  4718.           note.MailOptions = "0"
  4719.           note.SaveOptions = "1"
  4720.      Case Else
  4721.           If Action(0) = "Send" Then
  4722.                note.SaveOptions = "1"
  4723.                note.MailOptions = "0"
  4724.           End If
  4725. 'DueState causes the view to sort correctly:  0=Overdue, 1=Current, 2=Future, 8=Rejected, 9=Complete
  4726.           DueDate = note.DueDateTime
  4727.           StartDate = note.StartDateTime
  4728.           If StartDate(0) = "" Then
  4729.                If DueDate(0) = "" Then
  4730.                     note.DueState = 1
  4731.                Else
  4732.                     CheckDueDate
  4733.                End If
  4734.           Else
  4735.                'if DueDate(0) <> "" then note  EXPLODE TO GET START DATES
  4736.                CheckStartDate
  4737.                DueState = note.DueState
  4738.                If DueDate(0) <> "" And DueState(0) <> 2 Then CheckDueDate
  4739.           End If
  4740.      End Select
  4741.      
  4742.      AssignState = note.AssignState
  4743.      SendTo = note.SendTo
  4744.      If AssignState(0) = 1 And SendTo(0) = "" Then note.AssignState = 0
  4745.      
  4746.      DocWasSaved = True
  4747.      
  4748.      note.RemoveItem("tmpAction")
  4749.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  4750.      
  4751.      source.Reload
  4752.      
  4753.      If CloseDoc Then source.Close
  4754.      
  4755.      Exit Sub
  4756.      
  4757. SendError:
  4758.      Messagebox "Reply document could not be sent to " & FromName & " at this time.  Please retry", MB_OK, "Task Completion"
  4759.      continue = False
  4760.      maildoc.Remove(True)
  4761.      Exit Sub
  4762.      
  4763. End Sub
  4764. '++LotusScript Development Environment:2:2:Queryclose:1:12
  4765. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  4766.      
  4767.      If CommentQuery = "Cancel" Then
  4768.           CommentQuery = ""         
  4769.           Continue = False
  4770.           Exit Sub
  4771.      End If
  4772.      
  4773.      If DocWasSaved = False Then Exit Sub
  4774.      
  4775.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  4776.      
  4777.      If ConvertedTask Then
  4778.           note.RemoveFromFolder("($Inbox)")
  4779.           w.ViewRefresh
  4780.      End If
  4781.      
  4782.      AssignState = note.AssignState
  4783.      If AssignState(0) = 1 Then
  4784.           SendPrompt = Messagebox("Do you wish to send this Task to the Assignee?", _
  4785.           MB_YESNOCANCEL, "Close Task") 
  4786.           Select Case SendPrompt
  4787.           Case IDCANCEL
  4788.                Continue = False
  4789.                Exit Sub
  4790.           Case IDNO
  4791.                Exit Sub
  4792.           Case IDYES
  4793.                note.AssignState = 2
  4794.                note.Send(False)
  4795.                note.SaveOptions = "1"
  4796.                note.AssignedTo = Evaluate("@Name([Abbreviate]; SendTo)", note)
  4797.                source.Reload
  4798.                source.Save
  4799.                FinalSave = True
  4800.           End Select
  4801.      End If
  4802.      
  4803.      If ComposeReply Then Call w.ComposeDocument("", "", "Reply") 
  4804.      
  4805. End Sub
  4806. '++LotusScript Development Environment:2:2:Querymodechange:1:12
  4807. Sub Querymodechange(Source As Notesuidocument, Continue As Variant)
  4808.      
  4809.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  4810.      note.RemoveItem("MailOptions")
  4811.      note.RemoveItem("SaveOptions")
  4812.      
  4813. End Sub
  4814. ,$    }0
  4815. ,`    }0
  4816. }h    #1
  4817. SendTo
  4818.     Always Hidden: 
  4819. FromPerson memo is from.
  4820.     0S0E
  4821.     0S0E
  4822. Encrypt
  4823.     0S0E
  4824. DefaultMailSaveOptions
  4825. $KeepPrivate
  4826. $KeepPrivate
  4827. $KeepPrivate
  4828.     3S4S5S6S8S13S15S17S18S19S21S23S$KeepPrivate
  4829.     1S2S
  4830.     From:        
  4831. FromDomain
  4832. FromDomain"
  4833.     1S2S6S8S11S12S14S16S17S18S
  4834. tmpDisplayFrom
  4835.      on 
  4836. PostedDateh
  4837. PostedDate
  4838.     7S9S
  4839. tmpDisplayDateTime/date memo was created or mailed.
  4840. ReplyTo
  4841.     1S2S
  4842.     Reply to:        
  4843. ReplyTo
  4844.     0S0E
  4845. tmpDisplayReplyTo
  4846. DueDateTime
  4847. tmpDueDateTime
  4848. Task:
  4849. Priority:
  4850. Start:
  4851. Task:
  4852. Subject
  4853. tmpSubject
  4854. Subject
  4855. Importance
  4856. None|99High (1)|1Medium (2)|2Low (3)|3
  4857. Only do translation if not already in time format.
  4858. DueDateTime
  4859. DueDateTime
  4860.     0R7S15S
  4861. pcDate
  4862. DueDateTime
  4863.     0RR1S2S
  4864. TodayInt,
  4865.     0RR1S2S
  4866. ConNext
  4867. pcDate
  4868. nextG
  4869.     0R1S2S8S11S13S
  4870. AdjustAmount
  4871. pcDate
  4872. pcDate
  4873. pcDate
  4874. pcDate
  4875. pcDate
  4876. pcDate
  4877. pcDate
  4878.     0R1S2S4RS8E11RS13E13RS9E20RS13E22RS8E29RS13E31RS8E38RS13E40RS8E47RS13E49RS8E56RS13E58RS8E65RS13E67RS8E
  4879. AdjustAmount
  4880. ConNext
  4881. pcDateW
  4882.     0RR3S4S5S6S8S19S
  4883. AdjustAmount
  4884. ConNext
  4885. TodayInt#
  4886.     0R6S8S10S20S22S24S
  4887. DueDateTime
  4888. StartDateTime
  4889. tmpStartDateTime
  4890. Only do translation if not already in time format.
  4891. StartDateTime
  4892. StartDateTime
  4893.     0R7S15S
  4894. pcDate
  4895. StartDateTime
  4896.     0RR1S2S
  4897. TodayInt,
  4898.     0RR1S2S
  4899. ConNext
  4900. pcDate
  4901. nextG
  4902.     0R1S2S8S11S13S
  4903. AdjustAmount
  4904. pcDate
  4905. pcDate
  4906. pcDate
  4907. pcDate
  4908. pcDate
  4909. pcDate
  4910. pcDate
  4911.     0R1S2S4RS8E11RS13E13RS9E20RS13E22RS8E29RS13E31RS8E38RS13E40RS8E47RS13E49RS8E56RS13E58RS8E65RS13E67RS8E
  4912. AdjustAmount
  4913. ConNext
  4914. pcDateW
  4915.     0RR3S4S5S6S8S19S
  4916. AdjustAmount
  4917. ConNext
  4918. TodayInt#
  4919.     0R6S8S10S20S22S24S
  4920. StartDateTime
  4921. AssignState
  4922.     1S2S
  4923.     Assign to:    
  4924. AssignState
  4925. SendTo}
  4926.     3S4S6S8S
  4927. SendToList of primary people to invite to the meeting.
  4928.     Assigned to:    
  4929. AssignState
  4930. SendTo
  4931.     3S4S6S10S13S17SAssignedToList of primary people to invite to the meeting.
  4932. CopyToList of people to send a copy of the memo.
  4933.     Additional information:
  4934. CloseSh
  4935. MailOptions
  4936.     1S2S3S
  4937. SaveOptions
  4938.     0R1S2S3S
  4939. _Forward
  4940. Edit Task
  4941.     1S2S
  4942. Completed n
  4943. tmpAction
  4944. Complete
  4945.     0R1S2S3S
  4946. AssignState
  4947. AssignedTo
  4948. SendTo
  4949.     3S4R7S8S9S10S11S12R14S15S16S17S21S
  4950. Assign To Others...
  4951. AssignState
  4952.     1S2S3S
  4953. SendTo
  4954.     0R4S
  4955. AssignState
  4956.     1S2S3S4S
  4957. Address... 
  4958.     0S0E
  4959. AssignState
  4960.     1S2S
  4961. Delete 
  4962.     0S0E
  4963.     1S2S
  4964. Categori_ze8
  4965. SSend
  4966. SendTo
  4967. Send Task
  4968. You must assign this task before sending it.
  4969.     3S4S6S12S14S18S
  4970. AssignState
  4971.     0RR1S2S3S
  4972. tmpAction
  4973.     0R1S2S3S
  4974.     0R7S9S
  4975. MailOptions
  4976.     0R1S2S3S
  4977.     0R7S9S
  4978. AssignState
  4979.     1S2S
  4980. Reply
  4981. tmpAction
  4982. Reply
  4983.     0R1S2S3S
  4984.     0RRF
  4985. AssignState
  4986.     1S2S3S4S5S6S
  4987. Please Reassign...n
  4988. tmpAction
  4989. Reassign
  4990.     0R1S2S3S
  4991.     0RRF
  4992. AssignState
  4993.     1S2S3S4S5S6S
  4994. Delivery Information...
  4995. DeliveryInfo
  4996. Delivery Information
  4997.     4S5S6S7S8S9S10S12S
  4998. Delivery Options...
  4999. DeliveryOptions
  5000. Delivery Options
  5001.     4S8S
  5002. _ViewIcon
  5003. SenderTag
  5004. SenderTag
  5005. SenderTag
  5006. SenderTag
  5007. SenderTag
  5008. SenderTag
  5009. SenderTag
  5010. SenderTag
  5011. SenderTag
  5012. SenderTag
  5013. SenderTag
  5014.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E0
  5015. AssignState
  5016.     1S2S
  5017. Special Options...F
  5018. ReplyDate
  5019. ReplyDate
  5020.     1S2S3S
  5021. ReplyTo
  5022. ReplyTo
  5023.     0R1S2S3S
  5024. (Advanced Options)
  5025. Special Options
  5026.     0R6S10S13S15S
  5027. tmpDisplayReplyInfo
  5028. Please respond
  5029. ReplyTo
  5030. ReplyTo
  5031. ReplyDate
  5032. ReplyDate
  5033.     0R1S2S3S4S5S8S9S11S13S14S15S17S18S21S22S24S26S27S28S
  5034. DueDateTime
  5035. DueDateTime
  5036. ReplyDate
  5037. DueDateTime
  5038.     0R1S2S3S6S7S9S11S
  5039. AssignState
  5040.     1S2S
  5041. _Move To Folder...
  5042.     1S2S
  5043. _Remove From Folder...
  5044. DueStateh
  5045. DueState
  5046.     7S9S
  5047. DueState
  5048. Overdue
  5049. DueState
  5050. Future
  5051. DueState
  5052. Rejected
  5053. DueState
  5054. Complete
  5055. Current
  5056.     3S4S6S8S9S10S12S14S15S16S18S20S21S22S24S26S
  5057. $183l
  5058. AssignState
  5059. Importance
  5060. Importance
  5061. Importance
  5062.     4S6R7S8S10S12R18R24R30R
  5063. Subject
  5064.  (Assigned by 
  5065.     1S2E2S5S6S8S16S17S19S
  5066. AssignedToh
  5067. AssignedTo
  5068. AssignedTo
  5069. AssignState
  5070.  (Not Sent)
  5071. ReplyTo
  5072. ReplyDate
  5073. SendTo
  5074. SendTo
  5075. ReplyTo
  5076.     2R6S7S10S11S15S18S20S24S26S27S30S31S33S35S39R42S43S46S49S50S52S56S59S65S68S72S76S78S82S86R
  5077. $172$176$183Subject$177DueDateTime$182$Conflict$REF
  5078. DueDateTime
  5079. ExcludeFromView
  5080.     L1S3S4S5S6S7S8S9S10S12S13S16S17S
  5081.  $172N
  5082. DueStateh
  5083. DueState
  5084.     7S9S
  5085. DueState
  5086. Overdue
  5087. DueState
  5088. Future
  5089. DueState
  5090. Rejected
  5091. DueState
  5092. Complete
  5093. Current
  5094.     3S4S6S8S9S10S12S14S15S16S18S20S21S22S24S26S$183
  5095. $183l
  5096. AssignState
  5097. Importance
  5098. Importance
  5099. Importance
  5100.     4S6R7S8S10S12R18R24R30RSubject$177Task
  5101. Subject
  5102.  (Assigned by 
  5103.     1S2E2S5S6S8S16S17S19SDueDateTimeDue$182Assigned To
  5104. AssignedToh
  5105. AssignedTo
  5106. AssignedTo
  5107. AssignState
  5108.  (Not Sent)
  5109. ReplyTo
  5110. ReplyDate
  5111. SendTo
  5112. SendTo
  5113. ReplyTo
  5114.     2R6S7S10S11S15S18S20S24S26S27S30S31S33S35S39R42S43S46S49S50S52S56S59S65S68S72S76S78S82S86R
  5115. Categori_ze
  5116. _Forward
  5117. _Edit Document
  5118. Send Docu_ment
  5119. New Task.
  5120.     0S0E
  5121. Delete
  5122. DueState
  5123. Task Not Completed
  5124. This Task is not yet completed, are you sure you want to delete it?
  5125.     3S4S5S6S7S8S10R21S23S29S
  5126. Mark Completed'++LotusScript Development Environment:2:5:(Options):0:66
  5127. '++LotusScript Development Environment:2:5:(Forward):0:1
  5128. Declare Sub Click(Source As Button)
  5129. Declare Function SendNotification(ReplyType, MessageText, NewState, ViewIcon) As Variant
  5130. '++LotusScript Development Environment:2:5:(Declarations):0:10
  5131. Dim s As NotesSession
  5132. Dim db As NotesDatabase
  5133. Dim note As NotesDocument
  5134. Dim maildoc As NotesDocument
  5135. Dim w As NotesUIWorkspace
  5136. Dim documents As NotesDocumentCollection
  5137. Dim dt As NotesDateTime
  5138. Dim Subject As Variant
  5139. Dim Action As Variant
  5140. Dim NewSubject As String
  5141. Dim ComposeReply As Variant
  5142. '++LotusScript Development Environment:2:2:BindEvents:1:129
  5143. Private Sub BindEvents(Byval Objectname_ As String)
  5144.      Static Source As BUTTON
  5145.      Set Source = Bind(Objectname_)
  5146.      On Event Click From Source Call Click
  5147. End Sub
  5148. '++LotusScript Development Environment:2:2:Click:1:12
  5149. Sub Click(Source As Button)
  5150.      
  5151.      Set dt = New NotesDateTime("Today")
  5152.      Set w = New NotesUIWorkspace
  5153.      Set s = New NotesSession
  5154.      Set db = s.CurrentDatabase
  5155.      Set documents = db.UnprocessedDocuments
  5156.      
  5157.      If documents.Count = 0 Then Exit Sub
  5158.      
  5159.      For d = 1 To documents.Count
  5160.           Set note = documents.GetNthDocument(d)
  5161.           FromName = note.From
  5162.           oldAssignState = note.AssignState
  5163.           Subject = note.Subject
  5164.           NewSubject = "Task:  " & Subject(0) & " is complete as of " & dt.LSLocalTime
  5165.           Select Case oldAssignState(0)
  5166.           Case 0
  5167.                CompleteThisTask = True
  5168.           Case 8, 9
  5169.                Messagebox Subject(0) & " is already closed.", 0, "Task Completion"
  5170.                CompleteThisTask = False
  5171.           Case Else
  5172.                If FromName(0) = s.UserName Then
  5173.                     Messagebox Subject(0) & " is not assigned to you. You cannot complete a task that is assigned to someone else.", 0, "Task Completion"
  5174.                     CompleteThisTask = False
  5175.                Else
  5176.                     If SendNotification("completion", "I have completed task: ", 9, 82) = False Then Exit Sub
  5177.                     CompleteThisTask = True
  5178.                End If
  5179.           End Select
  5180.           If CompleteThisTask Then
  5181.                note.DueState = 9
  5182.                note.AssignState = 9
  5183.                note.CompletedDateTime = dt.LSLocalTime
  5184.                Call note.ReplaceItemValue("_ViewIcon", 82)
  5185.                Call note.save(True, True)
  5186.           End If
  5187.      Next
  5188.      
  5189.      If ComposeReply Then Call w.ComposeDocument("", "", "Reply") 
  5190.      
  5191.      w.ViewRefresh
  5192.      
  5193. End Sub
  5194. '++LotusScript Development Environment:2:1:SendNotification:1:8
  5195. Function SendNotification(ReplyType, MessageText, NewState, ViewIcon) As Variant
  5196.      
  5197.      FromCommonName = Evaluate("@Name([CN]; From)", note)
  5198.      
  5199. '(this was copied from the Task form)
  5200.      
  5201.      SendNotification = True
  5202.      
  5203.      FromCommonName = Evaluate("@Name([CN]; From)", note)
  5204.      CommentQuery = Messagebox("A " & ReplyType & " notice will be sent to " & FromCommonName(0) &_
  5205.      ".  Do you wish to send additional comments?", 3, "Task " & ReplyType)
  5206.      Select Case CommentQuery
  5207. 'Yes          
  5208.      Case 6 
  5209.           Call s.SetEnvironmentVar("MailStEd", Cstr(NewSubject))
  5210.           ComposeReply = True
  5211. 'No          
  5212.      Case 7
  5213.           Set maildoc = New NotesDocument(db)
  5214.           Set rtitem = New NotesRichTextItem(maildoc, "Body")
  5215.           maildoc.SendTo = note.From
  5216.           maildoc.Subject = NewSubject
  5217.           rtitem.AppendText(MessageText & Subject(0) & ".  ")
  5218.           Call rtitem.AppendDocLink(note, "DocLink to " & Subject(0))
  5219.           maildoc.Form = "Reply"
  5220.           maildoc.AssignState = NewState
  5221.           maildoc.DueState = NewState
  5222.           Call maildoc.AppendItemValue("_ViewIcon", ViewIcon)
  5223.           Call maildoc.Save (True, True)
  5224.           Call maildoc.MakeResponse(note)
  5225.           On Error Goto SendError
  5226.           Call maildoc.Send (False)
  5227.           Call maildoc.Save (True, True)
  5228. 'Cancel          
  5229.      Case 2
  5230.           note.SaveOptions = "0"
  5231.           note.MailOptions = "0"
  5232.           CommentQuery = "Cancel"
  5233.           SendNotification = False
  5234.           Exit Function
  5235.      End Select
  5236.      
  5237.      note.SaveOptions = "1"          
  5238.      note.AssignState = NewState
  5239.      note.DueState = NewState
  5240.      Call note.ReplaceItemValue("_ViewIcon", ViewIcon)
  5241.      
  5242.      Exit Function
  5243.      
  5244. SendError:
  5245.      Messagebox ReplyType & " reply document could not be sent to " & FromName & " at this time.  Please retry", MB_OK, "Task Completion"
  5246.      SendNotification = False
  5247.      maildoc.Remove(True)
  5248.      Exit Function
  5249.      
  5250. End Function
  5251. Unmark CompletedD
  5252. AssignedTo
  5253. Unmark a completed Task
  5254. You can only unmark a completed task that was assigned to you.
  5255.     3S4S8S11S13S19S21S
  5256. AssignState
  5257.     0R1S2S3S
  5258. DueState
  5259.     0R1S2S3S
  5260. CompletedDateTime
  5261.     0R1S2S3S
  5262. Update Tasks.
  5263. Update Tasks
  5264. _Move to Folder...
  5265. _Remove from Folder...
  5266. Remove from To Do View`
  5267. ExcludeFromView
  5268. ExcludeFromView
  5269.     1S2S3S8S9S
  5270. ,    ,    8
  5271. J,    8F
  5272. '++LotusScript Development Environment:2:5:(Options):0:74
  5273. Option Public
  5274. %INCLUDE "lsconst.lss"
  5275. %INCLUDE "lsxbeerr.lss"
  5276. '++LotusScript Development Environment:2:5:(Forward):0:1
  5277. Declare Sub Initialize
  5278. Declare Sub CheckDueDate
  5279. Declare Sub CheckStartDate
  5280. '++LotusScript Development Environment:2:5:(Declarations):0:10
  5281. Dim s As NotesSession
  5282. Dim db As NotesDatabase
  5283. Dim view As NotesView
  5284. Dim note As NotesDocument
  5285. Dim reply As NotesDocument
  5286. Dim responses As NotesDocumentCollection
  5287. Dim dt As NotesDateTime
  5288. Dim nextnote As NotesDocument
  5289. Dim DueDate As Variant
  5290. Dim StartDate As Variant
  5291. '++LotusScript Development Environment:2:2:Initialize:1:10
  5292. Sub Initialize
  5293.      
  5294.      Set dt = New NotesDateTime("today")
  5295.      
  5296.      Set s = New NotesSession
  5297.      Set db = s.CurrentDatabase
  5298.      Set view = db.GetView("($ToDo)")
  5299.      
  5300.      On Error Resume Next
  5301.      
  5302.      Set note = view.GetFirstDocument
  5303.      If note Is Nothing Then Exit Sub
  5304.      Set nextnote = view.GetNextDocument(note)
  5305.      If nextnote.Form(0) <> "Task" Then
  5306.           Do
  5307.                Set nextnote = view.GetNextDocument(nextnote)
  5308.           Loop Until (nextnote.Form(0) = "Task") Or (nextnote Is Nothing)     
  5309.      End If
  5310.      
  5311.      Do
  5312.           If note.Form(0) = "Task" Then
  5313.                If note.AssignState(0) = 2 Then
  5314.                     DoneCount = 0         
  5315.                     Set responses = note.Responses
  5316.                     If responses.Count > 0 Then
  5317.                          For r = 1 To responses.Count
  5318.                               Set reply = responses.GetNthDocument(r)
  5319.                               DueState = reply.DueState
  5320.                               If Val(DueState(0)) = 9 Then DoneCount = DoneCount + 1
  5321.                          Next
  5322.                          AssignedTo = note.AssignedTo
  5323.                          If DoneCount = Ubound(AssignedTo)  + 1 Then
  5324.                               note.AssignState = 9
  5325.                               note.DueState = 9
  5326.                               Call note.ReplaceItemValue("_ViewIcon", 82)
  5327.                               note.CompletedDateTime = dt.LSLocalTime
  5328.                          End If
  5329.                     End If
  5330.                End If
  5331.                If note.AssignState(0) < 8 Then
  5332.                     DueDate = note.DueDateTime
  5333.                     StartDate = note.StartDateTime
  5334.                     If StartDate(0) = "" Then
  5335.                          If DueDate(0) = "" Then
  5336.                               note.DueState = 1
  5337.                          Else
  5338.                               CheckDueDate
  5339.                          End If
  5340.                     Else
  5341.                          CheckStartDate
  5342.                          DueState = note.DueState
  5343.                          If DueDate(0) <> "" And DueState(0) <> 2 Then CheckDueDate
  5344.                     End If
  5345.                End If
  5346.                note.Save True, True
  5347.           End If
  5348.           Set note = nextnote         
  5349.           Do
  5350.                Set nextnote = view.GetNextDocument(nextnote)
  5351.           Loop Until (nextnote.Form(0) = "Task") Or (nextnote Is Nothing)     
  5352.      Loop Until (Err = lsERR_NOTES_DOC_NOTINVIEW) Or (note Is Nothing)
  5353.      
  5354. End Sub
  5355. '++LotusScript Development Environment:2:2:CheckDueDate:1:8
  5356. Sub CheckDueDate
  5357.      
  5358. 'DueState causes the view to sort correctly:  0=Overdue, 1=Current, 2=Future               
  5359.      Set dt2 = New NotesDateTime(DueDate(0))
  5360.      If dt.TimeDifference(dt2) > 0 Then 
  5361.           note.DueState = 0
  5362.      Else
  5363.           note.DueState = 1
  5364.      End If
  5365.      
  5366. End Sub
  5367. '++LotusScript Development Environment:2:2:CheckStartDate:1:8
  5368. Sub CheckStartDate
  5369.      
  5370. 'DueState causes the view to sort correctly:  0=Overdue, 1=Current, 2=Future               
  5371.      Set dt2 = New NotesDateTime(StartDate(0))
  5372.      If dt.TimeDifference(dt2) < 0 Then 
  5373.           note.DueState = 2
  5374.      Else
  5375.           note.DueState = 1
  5376.      End If
  5377.      
  5378. End Sub
  5379. p'(.h/
  5380. |' )(.(.
  5381. (!H#D5
  5382. H!h"x5
  5383. !h#\6
  5384. #($4:
  5385. %@&\<
  5386. -l-l-
  5387. -$-$-
  5388. *4,|>    
  5389. ,+D+}x?$
  5390. [<(+|'$
  5391. )K<(-D,#
  5392. ),h,}
  5393. *-$-#
  5394. K4+-H-#
  5395. K4+-H-#
  5396. *K4+,|-Jl-
  5397. Lotus Notes
  5398. PURSAF
  5399. Debbie2 Branco
  5400. F)`b"
  5401. 0|wm-
  5402. PURSAF
  5403. TS3+v
  5404. $TITLE
  5405. $AssistType
  5406. $AssistLastRun
  5407. $AssistDocCount
  5408. $AssistFlags
  5409. $AssistInfo
  5410. $AssistQuery
  5411. $AssistAction
  5412. $AssistAction_Ex
  5413. $UpdatedBy
  5414. $Flags
  5415. D3F729BC2029D7188AE991E3D4201966CN=Michael Clark/O=Iris
  5416. _Special\Phone MessagePhone Message
  5417. Lotus Notes
  5418. SubjectBodyPhoneReasonFAXNumberPhoneNumberCompanyNamePhoneCallerBlindCopyToCopyToSendTo$KeepPrivateDefaultMailSaveOptionsEncryptSignFrom#
  5419. p~#Ln
  5420. Reply With HistoryReply
  5421. Lotus Notes
  5422. BodySubjectBlindCopyToCopyToSendTo$KeepPrivateDefaultMailSaveOptionsEncryptSignLogoFromInheritedFromDomainInheritedFromInheritedReplyToInheritedSendTo######################################################
  5423. Mail Tools\Add Sender to Address Book | AddToAddressBook
  5424. ECN=Peter O'Leary/O=Iris4
  5425. Lotus NotesfL3
  5426. ###############################################
  5427. _Special\_Memo To Database ManagerMemo
  5428. Lotus Notes
  5429. BodySubjectBlindCopyToCopyToSendTo$KeepPrivateDefaultMailSaveOptionsEncryptSignFrom####################################
  5430. Bouncy EarthStdNotesLtr1
  5431. CN=Mussie Shore/O=IrisCU3
  5432. ##########################################################
  5433. Buck Rogers MailStdNotesLtr2
  5434. CN=Mussie Shore/O=IrisCU3#########################################################
  5435. CenteredStdNotesLtr3
  5436. CN=Mussie Shore/O=IrisCU3#
  5437. DeccoStdNotesLtr4
  5438. CN=Mussie Shore/O=IrisCU3####
  5439. Falling SpheresStdNotesLtr5
  5440. CN=Mussie Shore/O=IrisCU3##########################################################
  5441. !X%`P
  5442. First InitialStdNotesLtr6
  5443. CN=Mussie Shore/O=IrisCU3####
  5444. Frank LloydStdNotesLtr7
  5445. CN=Mussie Shore/O=IrisCU3@
  5446. ##########################################################
  5447. From The DeskStdNotesLtr8
  5448. CN=Paul DiCristina/O=IrisCU3#
  5449. ##########################################################
  5450. VersionOpt|
  5451.     6S7S9S14S
  5452. $VersionOpt
  5453.     0R1S2S3S
  5454. SavedOnce
  5455.     0R1S2S3S
  5456. PostedDate(
  5457.     0R1S2S3S
  5458. DeliveredDate
  5459.     0R1S2S3S
  5460. $AutoEditMode
  5461.     0R1S2S3S
  5462. MailSaveOptions
  5463.     0R1S2S3S
  5464. VersionOpt
  5465.     0R4S
  5466. New Memo
  5467. Subject
  5468. Subject
  5469. Subject
  5470.     4S6S12S13S14S15S17S21S23S25S26S28S
  5471. Times New Roman
  5472. '++LotusScript Development Environment:2:5:(Options):0:74
  5473. Option Public
  5474. %INCLUDE "lsconst.lss"
  5475. '++LotusScript Development Environment:2:5:(Forward):0:1
  5476. Declare Sub InstantiateObjectVariables(source)
  5477. Declare Sub SaveDialog(SavedDoc)
  5478. Declare Sub CheckSecureMail
  5479. '++LotusScript Development Environment:2:5:(Declarations):0:10
  5480. Dim w As NotesUIWorkspace
  5481. Dim s As NotesSession
  5482. Dim db As NotesDatabase
  5483. Dim note As NotesDocument
  5484. Dim Action As Variant
  5485. Dim DoNotClose As Variant
  5486. Dim ContinueSave As Variant
  5487. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  5488. Sub InstantiateObjectVariables(source)
  5489.      
  5490.      Set w = New NotesUIWorkspace
  5491.      Set s = New NotesSession
  5492.      Set db = s.CurrentDatabase
  5493.      Set note = source.document
  5494.      source.AutoReload = False
  5495.      
  5496. End Sub
  5497. '++LotusScript Development Environment:2:2:SaveDialog:1:8
  5498. Sub SaveDialog(SavedDoc)
  5499.      
  5500.      SavePrompt = Messagebox("Do you wish to save this " & SavedDoc & "?", MB_YESNOCANCEL, "Save " & SavedDoc) 
  5501.      Select Case SavePrompt
  5502.      Case IDCANCEL
  5503.           note.MailOptions = "0"
  5504.           DoNotClose = True
  5505.           ContinueSave = False
  5506.           Exit Sub
  5507.      Case IDNO
  5508.           note.SaveOptions = "0"
  5509.           Exit Sub
  5510.      Case IDYES
  5511.           note.SaveOptions = "1"
  5512.      End Select
  5513.      
  5514. End Sub
  5515. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  5516. Sub CheckSecureMail
  5517.      
  5518. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  5519.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  5520.      If note.SecureMail(0) = "1" Then
  5521.           Call note.ReplaceItemValue("Sign", "1")
  5522.           Call note.ReplaceItemValue("Encrypt", "1")
  5523.      End If     
  5524.      
  5525. End Sub
  5526. }D    Ih
  5527.  Phone Message'++LotusScript Development Environment:2:5:(Options):0:66
  5528. '++LotusScript Development Environment:2:5:(Forward):0:1
  5529. Declare Sub Postopen(Source As Notesuidocument)
  5530. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  5531. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  5532. Declare Sub Postmodechange(Source As Notesuidocument)
  5533. '++LotusScript Development Environment:2:5:(Declarations):0:2
  5534. '++LotusScript Development Environment:2:2:BindEvents:1:129
  5535. Private Sub BindEvents(Byval Objectname_ As String)
  5536.      Static Source As NOTESUIDOCUMENT
  5537.      Set Source = Bind(Objectname_)
  5538.      On Event Postopen From Source Call Postopen
  5539.      On Event Querysave From Source Call Querysave
  5540.      On Event Queryclose From Source Call Queryclose
  5541.      On Event Postmodechange From Source Call Postmodechange
  5542. End Sub
  5543. '++LotusScript Development Environment:2:2:Postopen:1:12
  5544. Sub Postopen(Source As Notesuidocument)
  5545.      
  5546.      If source.InPreviewPane Then Exit Sub
  5547.      
  5548.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  5549.      
  5550.      If (note.HasItem("PostedDate") Or note.HasItem("DeliveredDate")) Then
  5551.           If source.EditMode = False Then
  5552.                Exit Sub
  5553.           Else
  5554. 'If this is a message that was written by you, we need to remove any options fields
  5555.                If note.From(0) = s.UserName Then
  5556.                     note.RemoveItem("MailOptions")
  5557.                     note.RemoveItem("SaveOptions")
  5558.                     If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  5559. 'If this is a message that was not written by you we do not present the mail dialog
  5560. 'but we do want to force processing into QuerySave               
  5561.                Else
  5562.                     note.MailOptions = "0"
  5563.                     note.SaveOptions = "1"
  5564.                End If
  5565.           End If
  5566.      Else
  5567.           source.EditMode = True
  5568.      End If
  5569.      
  5570.      If source.IsNewDoc Then CheckSecureMail
  5571.      
  5572.      EditType = s.GetEnvironmentValue("MailStEd")
  5573.      If EditType = "5" Then 
  5574.           Call note.ReplaceItemValue("$VersionOpt", "6")
  5575.           note.tmpAction = "ConvertNewDoc"
  5576.           Call s.SetEnvironmentVar("MailStEd", "0")
  5577.           source.reload
  5578.           source.save
  5579.      End If
  5580.      
  5581.      source.Reload
  5582.      
  5583. End Sub
  5584. '++LotusScript Development Environment:2:2:Querysave:1:12
  5585. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  5586.      
  5587.      DoNotClose = False
  5588.      
  5589.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  5590.      
  5591.      note.RemoveItem("MailOptions")
  5592.      note.RemoveItem("SaveOptions")
  5593.      
  5594.      Action = note.tmpAction
  5595.      Select Case Action(0)
  5596.      Case "SaveAsDraft", "SaveAndFile", "SendAndFile", "ConvertNewDoc"
  5597.           note.MailOptions = "0"
  5598.           note.SaveOptions = "1"
  5599.      Case "Send"
  5600.           note.MailOptions = "0"
  5601.           note.SaveOptions = "0"
  5602.      Case "Mailing"
  5603. 'We do not want to do anything if mailing is in process (like from the Send button)
  5604.      Case Else
  5605. 'If this is a message that was not written by you we do not present the mail dialog          
  5606.           If note.From(0) <> s.UserName Then
  5607.                note.MailOptions = "0"
  5608.                note.SaveOptions = "1"
  5609.                ContinueSave = True
  5610.                Call SaveDialog("Document")
  5611.                If ContinueSave = False Then
  5612.                     Continue = False
  5613.                     Exit Sub
  5614.                End If
  5615.           End If
  5616.      End Select
  5617.      
  5618.      note.RemoveItem("tmpAction")
  5619.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  5620.      
  5621.      source.Reload
  5622.      
  5623. End Sub
  5624. '++LotusScript Development Environment:2:2:Queryclose:1:12
  5625. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  5626.      
  5627.      If DoNotClose Then
  5628.           DoNotClose = False
  5629.           Continue = False
  5630.      End If
  5631.      
  5632. End Sub
  5633. '++LotusScript Development Environment:2:2:Postmodechange:1:12
  5634. Sub Postmodechange(Source As Notesuidocument)
  5635.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  5636.      
  5637. 'If this is a message that was written by you, we need to remove any options fields
  5638.      If note.From(0) = s.UserName Then
  5639.           note.RemoveItem("MailOptions")
  5640.           note.RemoveItem("SaveOptions")
  5641.           If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  5642. 'If this is a message that was not written by you we do not present the mail dialog
  5643. 'but we do want to force processing into QuerySave               
  5644.      Else
  5645.           note.MailOptions = "0"
  5646.           note.SaveOptions = "1"
  5647.      End If
  5648.      
  5649.      If source.EditMode Then source.Reload
  5650.      
  5651. End Sub
  5652.     Always Hidden: 
  5653. FromPerson memo is from.
  5654.     0S0E
  5655.     0S0E
  5656. Encrypt
  5657.     0S0E
  5658. DefaultMailSaveOptions
  5659. $KeepPrivate
  5660. $KeepPrivate
  5661. $KeepPrivate
  5662.     3S4S5S6S8S13S15S17S18S19S21S23S$KeepPrivate
  5663.     From:    
  5664. FromDomain
  5665. FromDomain
  5666. FromDomain
  5667. FromDomain
  5668.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  5669. FromName
  5670.     0RR1S2S6S
  5671. FromStops
  5672.     0R1S2S6S
  5673. FromName
  5674. FromStops
  5675.     0RR1S2S3S4S8StmpDisplayFrom
  5676.      on 
  5677. PostedDateh
  5678. PostedDate
  5679.     7S9S
  5680. tmpDisplayDateTime/date memo was created or mailed.
  5681. ReplyDate
  5682. ReplyTo
  5683.     1S2S3S4S5S6S
  5684. Please respond
  5685. ReplyTo
  5686. ReplyTo
  5687. ReplyDate
  5688. ReplyDate
  5689.     1S2S5S6S8S10S11S12S14S15S18S19S21S23S24S25StmpDisplayReplyInfo
  5690. SendTo
  5691. CopyTo
  5692.   cc:  
  5693. CopyTo
  5694.     1S8S13S14S2E17S18S21S28S31S
  5695. SendTo}
  5696.     0S0E
  5697. SendToList of primary people to send memo.
  5698. CopyTo}
  5699.     0S0E
  5700. CopyToList of people to send a copy of the memo.
  5701. DeliveredDate
  5702. BlindCopyTo
  5703. (bcc: 
  5704. BlindCopyTo
  5705.     3S4S5S6S7S8S10S11S12S16S18S19S21StmpDisplayBlindCopyTo
  5706.     bcc:
  5707. BlindCopyTo
  5708.     0S0E
  5709. BlindCopyToList of undisclosed people to send copies of memo.
  5710. While You Were Out
  5711. While You Were Out
  5712. Contact:
  5713. Phone:
  5714. PhoneCaller
  5715. tmpPhoneCaller
  5716. CompanyName
  5717. tmpCompanyName
  5718. PhoneNumber
  5719. tmpPhoneNumber
  5720. FaxNumber
  5721. tmpFaxNumber
  5722. PhoneCaller
  5723. CompanyName
  5724. PhoneNumber
  5725. FAXNumber
  5726. PhoneReason
  5727. PhoneReason    
  5728. Telephoned|TPlease Call|PWill Call Again|WReturned Call|RWas In|IWill Return|LLeft Package|KPlease See Me|MUrgent|N
  5729.     Message:
  5730. Phone Message from 
  5731. PhoneCaller
  5732.     1S2S
  5733. Subject
  5734. Edit DocumentR
  5735. Forward
  5736.     0S0E
  5737. New Memo.
  5738.     0S0E
  5739. Delete 
  5740.     0S0E
  5741. _Move To Folder...
  5742. Delivery Information...
  5743. DeliveryInfo
  5744. Delivery Information
  5745.     4S5S6S7S8S9S10S12S
  5746. _Forward
  5747. Reply44
  5748. Reply
  5749.     0S0E
  5750. Reply With History
  5751. Reply with History
  5752. This document is truncated.
  5753.     4S8S10S13S
  5754. Reply with history
  5755. Address... 
  5756.     0S0E
  5757. PostedDateh
  5758.     5S6S7S8S
  5759. Close
  5760.     0S0E
  5761. IsMailStationeryh
  5762. PostedDateh
  5763.     6S7S
  5764. Save As Draft
  5765. tmpAction
  5766. SaveAsDraft
  5767.     1S2S3S
  5768. IsMailStationeryh
  5769. PostedDateh
  5770.     4S5S
  5771. PromptValue
  5772. DefaultMailSaveOptions
  5773. Save when sent
  5774. Do you wish to save a copy of this Memo?
  5775. DefaultMailSaveOptions
  5776.     1S2S5S6S8S14S17S
  5777. SaveOptions
  5778. PromptValue
  5779. SaveOptions
  5780. PromptValue
  5781.     0RR1S2S5S6S9S14S
  5782. tmpAction
  5783. DefaultMailSaveOptions
  5784. Mailing
  5785.     0RR1S2S3S6S7S9S11S
  5786. MailOptions
  5787.     0R1S2S3S
  5788.     0R7S9S
  5789. tmpAction
  5790. SaveOptions
  5791. SendAndFile
  5792.     0RR1S2S3S6S7S9S11S
  5793.     0R7S9S
  5794. PostedDateh
  5795. IsMailStationeryh
  5796.     5S6S7S8S10S11S
  5797. Send And File...
  5798.     4S11S13S19S
  5799.     0RR7S9S
  5800. tmpAction
  5801. DefaultMailSaveOptions
  5802. Mailing
  5803.     0RR1S2S3S6S7S9S11S
  5804. MailOptions
  5805.     0R1S2S3S
  5806.     0R7S9S
  5807. tmpAction
  5808. SendAndFile
  5809.     0RR1S2S3S
  5810.     0R7S9S
  5811. PostedDateh
  5812. IsMailStationeryh
  5813.     5S6S7S8S10S11S
  5814. Delivery Options...
  5815. DeliveryOptions
  5816. Delivery Options
  5817.     4S8S
  5818. _ViewIcon
  5819. SenderTag
  5820. SenderTag
  5821. SenderTag
  5822. SenderTag
  5823. SenderTag
  5824. SenderTag
  5825. SenderTag
  5826. SenderTag
  5827. SenderTag
  5828. SenderTag
  5829. SenderTag
  5830.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E8
  5831. PostedDateh
  5832.     5S6S7S8S
  5833. Special Options...
  5834. ReplyDate
  5835. ReplyDate
  5836.     1S2S3S
  5837. ReplyTo
  5838. ReplyTo
  5839.     0R1S2S3S
  5840. (Advanced Options)
  5841. Special Options
  5842.     0R6S10S13S15S
  5843. tmpDisplayReplyInfo
  5844. Please respond
  5845. ReplyTo
  5846. ReplyTo
  5847. ReplyDate
  5848. ReplyDate
  5849.     0R1S2S3S4S5S8S9S11S13S14S15S17S18S21S22S24S26S27S28S
  5850. DueDateTime
  5851. ReplyDate
  5852.     0R1S2S3S
  5853. PostedDateh
  5854.     5S6S7S8S
  5855. Convert To Task
  5856. ReplyDate
  5857. Can't Convert To Task
  5858. You cannot convert this message into a Task because it already has a due date associated with it.
  5859.     3S4S6S12S18S
  5860. tmpAction
  5861. ConvertNewDoc
  5862. Unavailable
  5863.     0R1S2S3S7S9S
  5864.     0R4S9S13S
  5865.     0R4S
  5866. _Remove From Folder...
  5867. Categori_ze
  5868. SSende
  5869. Times New Roman
  5870. VersionOpt|
  5871.     6S7S9S14S
  5872. $VersionOpt
  5873.     0R1S2S3S
  5874. SavedOnce
  5875.     0R1S2S3S
  5876. PostedDate(
  5877.     0R1S2S3S
  5878. DeliveredDate
  5879.     0R1S2S3S
  5880. $AutoEditMode
  5881.     0R1S2S3S
  5882. MailSaveOptions
  5883.     0R1S2S3S
  5884. VersionOpt
  5885.     0R4S
  5886. New Reply
  5887. Subject
  5888. Subject
  5889. Subject
  5890.     4S6S12S13S14S15S17S21S23S25S26S28S
  5891. '++LotusScript Development Environment:2:5:(Options):0:74
  5892. Option Public
  5893. %INCLUDE "lsconst.lss"
  5894. '++LotusScript Development Environment:2:5:(Forward):0:1
  5895. Declare Sub InstantiateObjectVariables(source)
  5896. Declare Sub SaveDialog(SavedDoc)
  5897. Declare Sub CheckSecureMail
  5898. '++LotusScript Development Environment:2:5:(Declarations):0:10
  5899. Dim w As NotesUIWorkspace
  5900. Dim s As NotesSession
  5901. Dim db As NotesDatabase
  5902. Dim note As NotesDocument
  5903. Dim newnote As NotesDocument
  5904. Dim Action As Variant
  5905. Dim DoNotClose As Variant
  5906. Dim ContinueSave As Variant
  5907. Dim TaskReply As Variant
  5908. Dim NewDocument As Variant
  5909. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  5910. Sub InstantiateObjectVariables(source)
  5911.      
  5912.      Set w = New NotesUIWorkspace
  5913.      Set s = New NotesSession
  5914.      Set db = s.CurrentDatabase
  5915.      Set note = source.document
  5916.      source.AutoReload = False
  5917.      
  5918. End Sub
  5919. '++LotusScript Development Environment:2:2:SaveDialog:1:8
  5920. Sub SaveDialog(SavedDoc)
  5921.      
  5922.      ContinueSave = Messagebox("Do you wish to save this " & SavedDoc & "?", MB_YESNOCANCEL, "Save " & SavedDoc) 
  5923.      Select Case ContinueSave
  5924.      Case IDCANCEL
  5925.           note.MailOptions = "0"
  5926. 'This will force us into querysave next time - this time it will set continue = false so no save will occur          
  5927.           note.SaveOptions = "1"
  5928.      Case IDNO
  5929.           note.SaveOptions = "0"
  5930.      Case IDYES
  5931.           note.SaveOptions = "1"
  5932.      End Select
  5933.      
  5934. End Sub
  5935. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  5936. Sub CheckSecureMail
  5937.      
  5938. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  5939.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  5940.      If note.SecureMail(0) = "1" Then
  5941.           Call note.ReplaceItemValue("Sign", "1")
  5942.           Call note.ReplaceItemValue("Encrypt", "1")
  5943.      End If     
  5944.      
  5945. End Sub
  5946. }p    Ih
  5947.  Reply'++LotusScript Development Environment:2:5:(Options):0:66
  5948. '++LotusScript Development Environment:2:5:(Forward):0:1
  5949. Declare Sub Postopen(Source As Notesuidocument)
  5950. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  5951. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  5952. Declare Sub Postmodechange(Source As Notesuidocument)
  5953. '++LotusScript Development Environment:2:5:(Declarations):0:2
  5954. '++LotusScript Development Environment:2:2:BindEvents:1:129
  5955. Private Sub BindEvents(Byval Objectname_ As String)
  5956.      Static Source As NOTESUIDOCUMENT
  5957.      Set Source = Bind(Objectname_)
  5958.      On Event Postopen From Source Call Postopen
  5959.      On Event Querysave From Source Call Querysave
  5960.      On Event Queryclose From Source Call Queryclose
  5961.      On Event Postmodechange From Source Call Postmodechange
  5962. End Sub
  5963. '++LotusScript Development Environment:2:2:Postopen:1:12
  5964. Sub Postopen(Source As Notesuidocument)
  5965.      
  5966.      If source.InPreviewPane Then Exit Sub
  5967.      
  5968.      If note Is Nothing Then Call InstantiateObjectVariables(source)   
  5969.      
  5970.      If (note.HasItem("PostedDate") Or note.HasItem("DeliveredDate")) Then
  5971.           If source.EditMode = False Then
  5972.                Exit Sub
  5973.           Else
  5974. 'If this is a message that was written by you, we need to remove any options fields
  5975.                If note.From(0) = s.UserName Then
  5976.                     note.RemoveItem("MailOptions")
  5977.                     note.RemoveItem("SaveOptions")
  5978.                     If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  5979. 'If this is a message that was not written by you we do not present the mail dialog
  5980. 'but we do want to force processing into QuerySave               
  5981.                Else
  5982.                     note.MailOptions = "0"
  5983.                     note.SaveOptions = "1"
  5984.                End If
  5985.           End If
  5986.      Else
  5987.           source.EditMode = True
  5988.      End If
  5989.      
  5990.      If source.IsNewDoc Then
  5991.           NewDocument = True
  5992.           CheckSecureMail
  5993.           EditType = s.GetEnvironmentString("MailStEd")
  5994.           If EditType = "1" Then
  5995.                note.tmpAction = "SaveAsStationery"
  5996.                note.IsMailStationery = 1
  5997.                Call s.SetEnvironmentVar("MailStEd", "0")
  5998.                note.MailOptions = "0"
  5999.                note.SaveOptions = "1"
  6000.           Else
  6001.                If Len(EditType) > 1 Then
  6002.                     TaskReply = True
  6003.                     Call s.SetEnvironmentVar("MailStEd", "0")
  6004.                     note.SaveOptions = "1"
  6005.                     note.MailOptions = "1"
  6006.                End If
  6007.           End If
  6008.      Else
  6009.           NewDocument = False
  6010.           If note.HasItem("IsMailStationery") Then
  6011.                EditType = s.GetEnvironmentValue("MailStEd")
  6012.                If EditType = "2" Then 
  6013.                     Call s.SetEnvironmentVar("MailStEd", "0")
  6014.                     note.MailOptions = "0"
  6015.                     note.SaveOptions = "1"
  6016.                Else
  6017.                     note.RemoveItem("IsMailStationery")
  6018.                     note.RemoveItem("MailStationeryName")
  6019.                     Call note.ReplaceItemValue("$VersionOpt", "6")              
  6020.                End If
  6021.           Else
  6022.                EditType = s.GetEnvironmentValue("MailStEd")
  6023.                If EditType = "5" Then 
  6024.                     Call note.ReplaceItemValue("$VersionOpt", "6")
  6025.                     note.tmpAction = "ConvertNewDoc"
  6026.                     Call s.SetEnvironmentVar("MailStEd", "0")
  6027.                     source.reload
  6028.                     source.save
  6029.                End If
  6030.           End If
  6031.      End If 
  6032.      
  6033.      source.Reload
  6034.      source.RefreshHideFormulas
  6035.      
  6036. End Sub
  6037. '++LotusScript Development Environment:2:2:Querysave:1:12
  6038. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  6039.      
  6040.      DoNotClose = False
  6041.      
  6042.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  6043.      
  6044.      note.RemoveItem("MailOptions")
  6045.      note.RemoveItem("SaveOptions")
  6046.      
  6047.      Action = note.tmpAction
  6048.      
  6049.      If note.HasItem("IsMailStationery") Then
  6050.           If Action(0) <> "RenameStationery" Then
  6051.                Call SaveDialog("Stationery")
  6052.                If ContinueSave = IDCANCEL Then continue = False
  6053.                If ContinueSave <> IDYES Then 
  6054.                     source.reload
  6055.                     Exit Sub
  6056.                End If
  6057.           End If
  6058.      End If
  6059.      
  6060.      Select Case Action(0)
  6061.      Case "SaveAsStationery"
  6062.           sName = Inputbox$("What would you like to call this Stationery?", "Save as Stationery", "-Untitled-")
  6063.           If sName = "" Then
  6064.                note.MailOptions = "0"
  6065.                Continue = False
  6066.                Exit Sub
  6067.           End If
  6068.           If NewDocument Then
  6069.                note.IsMailStationery = 1
  6070.                note.MailStationeryName = sName
  6071.                note.MailOptions = "0"
  6072.                note.SaveOptions = "1"
  6073.           Else
  6074.                note.SaveOptions = "0"
  6075.                Set newnote = New NotesDocument(db)
  6076.                Call note.CopyAllItems(newnote)
  6077.                ItemList = newnote.Items
  6078.                Forall i In ItemList
  6079.                     If Lcase(Left(i.Name, 3)) = "tmp" Then i.Remove
  6080.                End Forall
  6081.                newnote.IsMailStationery = 1
  6082.                newnote.MailStationeryName = sName              
  6083.                newnote.Form = "Memo"
  6084.                newnote.RemoveItem("PostedDate")
  6085.                newnote.RemoveItem("DeliveredDate")
  6086.                newnote.Save True, True
  6087.                w.ViewRefresh
  6088.           End If        
  6089.           Messagebox "This Message has been saved as Stationery in your Drafts folder. A new message will be created every time you open this Stationery.", 0, "Save as Stationery"
  6090.      Case "RenameStationery"
  6091.           MailStationeryName = note.MailStationeryName
  6092.           sName = Inputbox$("What would you like to call this Stationery?", "Save as Stationery", MailStationeryName(0))
  6093.           If sName = "" Then
  6094.                note.MailOptions = "0"
  6095.                note.RemoveItem("tmpAction")
  6096.                DoNotClose = True
  6097.                Continue = False
  6098.                Exit Sub
  6099.           End If
  6100.           note.MailStationeryName = sName
  6101.           note.MailOptions = "0"
  6102.           note.SaveOptions = "1"
  6103.      Case "SaveAsDraft", "SaveAndFile", "SendAndFile", "ConvertNewDoc"
  6104.           note.MailOptions = "0"
  6105.           note.SaveOptions = "1"
  6106.      Case "Send"
  6107.           note.MailOptions = "0"
  6108.           note.SaveOptions = "0"                  
  6109.      Case "Mailing"
  6110. 'We do not want to do anything if mailing is in process (like from the Send button)          
  6111.      Case "ConvertToTask"
  6112.           note.RemoveItem("DeliveredDate")
  6113.           note.RemoveItem("PostedDate")
  6114.           note.SendTo = ""
  6115.           note.CopyTo = ""
  6116.           note.SaveOptions ="1"
  6117.           note.MailOptions = "0"
  6118.           note.Form = "Task"
  6119.           note.AssignState = 0
  6120.           note.ExcludeFromView = "D"
  6121.           Call note.ReplaceItemValue("_ViewIcon", 168)
  6122.      Case Else
  6123. 'If this is a message that was not written by you we do not present the mail dialog          
  6124.           If note.From(0) <> s.UserName Then
  6125.                note.MailOptions = "0"
  6126.                note.SaveOptions = "1"
  6127.                Call SaveDialog("Document")
  6128.                If ContinueSave = IDCANCEL Then continue = False
  6129.                If ContinueSave <> IDYES Then 
  6130.                     source.reload
  6131.                     Exit Sub
  6132.                End If
  6133.           End If
  6134.      End Select
  6135.      
  6136.      note.RemoveItem("tmpAction")
  6137.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  6138.      
  6139.      source.Reload
  6140.      
  6141. End Sub
  6142. '++LotusScript Development Environment:2:2:Queryclose:1:12
  6143. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  6144.      
  6145.      If DoNotClose Then
  6146.           DoNotClose = False
  6147.           Continue = False
  6148.      End If
  6149.      
  6150.      If TaskReply Then 
  6151.           ToName = note.SendTo
  6152.           Messagebox "Notification has been sent to " & ToName(0) & ".", 0, "Task Message"
  6153.      End If
  6154.      
  6155. End Sub
  6156. '++LotusScript Development Environment:2:2:Postmodechange:1:12
  6157. Sub Postmodechange(Source As Notesuidocument)
  6158.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  6159.      
  6160. 'If this is a message that was written by you, we need to remove any options fields
  6161.      If note.From(0) = s.UserName Then
  6162.           note.RemoveItem("MailOptions")
  6163.           note.RemoveItem("SaveOptions")
  6164.           If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  6165. 'If this is a message that was not written by you we do not present the mail dialog
  6166. 'but we do want to force processing into QuerySave               
  6167.      Else
  6168.           note.MailOptions = "0"
  6169.           note.SaveOptions = "1"
  6170.      End If
  6171.      
  6172.      If source.EditMode Then source.Reload
  6173.      
  6174. End Sub
  6175. Gl    8$
  6176.     Always hidden: 
  6177. SendTo
  6178. CopyTo
  6179.     1S2S
  6180. InheritedSendTo
  6181. ReplyTo
  6182. InheritedReplyTo
  6183. Fromh
  6184. FromDomainh
  6185. FromDomain"
  6186.     7S14S15S16S17S18S20S23SInheritedFrom
  6187. FromDomain
  6188. InheritedFromDomain
  6189. FromPerson memo is from.
  6190. DefaultLogo
  6191. StdNotesLtrGateway
  6192.     4S9S13S16S18SLogoPerson memo is from.
  6193.     0S0E
  6194.     0S0E
  6195. Encrypt
  6196.     0S0E
  6197. DefaultMailSaveOptions
  6198. $KeepPrivate
  6199. $KeepPrivate
  6200. $KeepPrivate
  6201.     3S4S5S6S8S13S15S17S18S19S21S23S$KeepPrivate
  6202. $HideMailHeader
  6203.     0S0E
  6204.     From:    
  6205. FromDomain
  6206. FromDomain
  6207. FromDomain
  6208. FromDomain
  6209.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  6210. FromName
  6211.     0RR1S2S6S
  6212. FromStops
  6213.     0R1S2S6S
  6214. FromName
  6215. FromStops
  6216.     0RR1S2S3S4S8StmpDisplayFrom_Preview
  6217.      on 
  6218. PostedDateh
  6219. PostedDate
  6220.     4S5S10S12S
  6221. tmpDisplayDate_PreviewTime/date memo was created or mailed.
  6222. StdNotesLtr16
  6223.     3S4S6S8S
  6224. tmpDate
  6225. $HideMailHeader
  6226.     4S5S6S8S10S11S
  6227.     From:    
  6228. FromDomain
  6229. FromDomain
  6230. FromDomain
  6231. FromDomain
  6232.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  6233. FromName
  6234.     0RR1S2S6S
  6235. FromStops
  6236.     0R1S2S6S
  6237. FromName
  6238. FromStops
  6239.     0RR1S2S3S4S8StmpDisplayFrom_NoLogo
  6240.      on 
  6241. PostedDateh
  6242. PostedDate
  6243.     4S5S10S12S
  6244. tmpDisplayDate_NoLogoTime/date memo was created or mailed.
  6245. ReplyDate
  6246. ReplyTo
  6247. $HideMailHeader
  6248.     2S3S4S5S6S7S9S10S
  6249. Please respond
  6250. ReplyTo
  6251. ReplyTo
  6252. ReplyDate
  6253. ReplyDate
  6254.     1S2S5S6S8S10S11S12S14S15S18S19S21S23S24S25StmpDisplayReplyInfo
  6255. SendTo
  6256. CopyTo
  6257.   cc:  
  6258. CopyTo
  6259.     1S8S13S14S2E17S18S21S28S31S
  6260. MailAddress
  6261. InheritedReplyToh
  6262. InheritedReplyTo
  6263. InheritedReplyTo
  6264. InheritedFrom
  6265.     1S2S8S9S10S11S13S15S
  6266. MailAddress
  6267.     0RR 
  6268. SendTo}
  6269.     0S0E
  6270. SendToList of primary people to send memo.
  6271. CopyTo}
  6272.     0S0E
  6273. CopyToList of people to send a copy of the memo.
  6274. DeliveredDate
  6275. BlindCopyTo
  6276. (bcc: 
  6277. BlindCopyTo
  6278.     4S5S6S7S8S9S10S11S13S14S15S19S21S22S24StmpBlindCopyTo
  6279.     bcc:
  6280. BlindCopyTo
  6281.     0S0E
  6282. BlindCopyToList of undisclosed people to send copies of memo.
  6283.     Subject:
  6284. Subject
  6285. Topic
  6286. Subject
  6287.     1S2S5S6S8S10S
  6288. Subj"
  6289.     0R10S12S16S17S19S21S22S23S
  6290. Subject
  6291.     0S0E
  6292. SubjectSubject of memo.
  6293.     Subject:
  6294. Subject
  6295. tmpDisplaySubjectSubject of memo.
  6296.     0S0E
  6297. tmpDisplayLink
  6298. Moods
  6299. PostedDate
  6300. SenderTag
  6301. Moods
  6302.     4S6S7S8S9S10S12S13S14S15S18S20S
  6303. Edit Documentl
  6304. Forwardo 
  6305.     0S0E
  6306. New Memo.
  6307.     0S0E
  6308. Delete 
  6309.     0S0E
  6310. _Move To Folder...
  6311. Delivery Information...
  6312. DeliveryInfo
  6313. Delivery Information
  6314.     4S5S6S7S8S9S10S12S
  6315. _Forward
  6316. Reply
  6317. Reply
  6318.     0S0E
  6319. Reply With History
  6320. Reply with History
  6321. This document is truncated.
  6322.     4S8S10S13S
  6323. Reply with history
  6324. Address... 
  6325.     0S0E
  6326. PostedDateh
  6327.     5S6S7S8S
  6328. Close
  6329.     0S0E
  6330. PostedDateY
  6331.     0S0E
  6332. Reply To AllP
  6333. CanonicalName
  6334.     1S2S6S
  6335. Names
  6336. InheritedSendTo
  6337.     0R1S2S
  6338. Try 4 different ways of removing the current sender from the new recipient list
  6339.     0RR1S
  6340. Names1
  6341. Names
  6342. CanonicalName
  6343. Names
  6344. CanonicalName
  6345.     0R1S2S6S7S8S12S15S
  6346. Names2
  6347. Names1
  6348. CanonicalName
  6349. Names1
  6350. CanonicalName
  6351.     0R1S2S6S10S12S13S17S21S25S
  6352. Names3
  6353. Names2
  6354. CanonicalName
  6355. Names2
  6356. CanonicalName
  6357.     0R1S2S6S12S15S16S20S26S31S
  6358. Names4
  6359. Names3
  6360. CanonicalName
  6361.     0R1S2S10S16S20S
  6362. Look for all addresses whose last domain is the same as the sender's domain - tack on the whole FromDomain
  6363.     0RR1S
  6364. Names5
  6365. Names4a
  6366. Names4
  6367. InheritedFromDomain
  6368. Names4
  6369. InheritedFromDomain
  6370.     0R1S2S9S15S17S18S19S20S26S31S35S37S38S39S40S41S
  6371. Find all the addresses without a domain and attach FromDomain
  6372.     0RR1S
  6373. Names6
  6374. Names5
  6375. Names5
  6376. Names5
  6377.     0R1S2S6S10S12S13S14S15S19S22S
  6378. Names7
  6379. Names5
  6380. Names6
  6381. Names6
  6382. InheritedFromDomain
  6383.     0R1S2S6S8S9S10S11S12S
  6384. Names8
  6385. Names7
  6386. Names7
  6387.     0RR1S2S8S9S11S13S17S18S19S21S
  6388. CopyTo
  6389. CopyTo
  6390. InheritedFromDomain
  6391. Names5
  6392. Names5
  6393. Names8
  6394.     0R1S2S3S10S11S14S15S16S17S18S19S21S23S
  6395. PostedDateh
  6396.     0S0E
  6397. Save As Draft
  6398. MailOptions
  6399.     1S2S3S
  6400. SaveOptions
  6401.     0R1S2S3S
  6402. PostedDateh
  6403.     0S0E
  6404. Save and File 
  6405.     7S9S
  6406. tmpAction
  6407. SaveAndFile
  6408.     0R1S2S3S
  6409. IsMailStationeryh
  6410. PostedDateY
  6411. PostedDateh
  6412.     4S5S9S10S16S17S18S19S
  6413. PromptValue
  6414. DefaultMailSaveOptions
  6415. Save when sent
  6416. Do you wish to save a copy of this Memo?
  6417. DefaultMailSaveOptions
  6418.     1S2S5S6S8S14S17S
  6419. SaveOptions
  6420. PromptValue
  6421. SaveOptions
  6422. PromptValue
  6423.     0RR1S2S5S6S9S14S
  6424. tmpAction
  6425. DefaultMailSaveOptions
  6426. Mailing
  6427.     0RR1S2S3S6S7S9S11S
  6428. MailOptions
  6429.     0R1S2S3S
  6430.     0R7S9S
  6431. tmpAction
  6432. SaveOptions
  6433. SendAndFile
  6434.     0RR1S2S3S6S7S9S11S
  6435.     0R7S9S
  6436. PostedDateh
  6437.     5S6S7S8S
  6438. Send And File...
  6439.     4S11S13S19S
  6440.     0RR7S9S
  6441. tmpAction
  6442. DefaultMailSaveOptions
  6443. Mailing
  6444.     0RR1S2S3S6S7S9S11S
  6445. MailOptions
  6446.     0R1S2S3S
  6447.     0R7S9S
  6448. tmpAction
  6449. SendAndFile
  6450.     0RR1S2S3S
  6451.     0R7S9S
  6452. PostedDateh
  6453.     5S6S7S8S
  6454. Delivery Options...
  6455. DeliveryOptions
  6456. Delivery Options
  6457.     4S8S
  6458. _ViewIcon
  6459. SenderTag
  6460. SenderTag
  6461. SenderTag
  6462. SenderTag
  6463. SenderTag
  6464. SenderTag
  6465. SenderTag
  6466. SenderTag
  6467. SenderTag
  6468. SenderTag
  6469. SenderTag
  6470.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E8
  6471. PostedDateh
  6472.     5S6S7S8S
  6473. Special Options...
  6474. ReplyDate
  6475. ReplyDate
  6476.     1S2S3S
  6477. ReplyTo
  6478. ReplyTo
  6479.     0R1S2S3S
  6480. (Advanced Options)
  6481. Special Options
  6482.     0R6S10S13S15S
  6483. tmpDisplayReplyInfo
  6484. Please respond
  6485. ReplyTo
  6486. ReplyTo
  6487. ReplyDate
  6488. ReplyDate
  6489.     0R1S2S3S4S5S8S9S11S13S14S15S17S18S21S22S24S26S27S28S
  6490. DueDateTime
  6491. ReplyDate
  6492.     0R1S2S3S
  6493. PostedDateh
  6494.     5S6S7S8S
  6495. Save As Stationery...Sn
  6496. tmpAction
  6497. SaveAsStationery
  6498.     1S2S3S
  6499. IsMailStationeryh
  6500.     0S0E
  6501. Convert To Task
  6502. ReplyDate
  6503. Can't Convert To Task
  6504. You cannot convert this message into a Task because it already has a due date associated with it.
  6505.     3S4S6S12S18S
  6506. tmpAction
  6507. ConvertNewDoc
  6508. Unavailable
  6509.     0R1S2S3S7S9S
  6510.     0R4S9S13S
  6511.     0R4S
  6512. _Remove From Folder...
  6513. Categori_ze
  6514. SSend
  6515. Times New Roman
  6516. VersionOpt|
  6517.     6S7S9S14S
  6518. $VersionOpt
  6519.     0R1S2S3S
  6520. SavedOnce
  6521.     0R1S2S3S
  6522. PostedDate(
  6523.     0R1S2S3S
  6524. DeliveredDate
  6525.     0R1S2S3S
  6526. $AutoEditMode
  6527.     0R1S2S3S
  6528. MailSaveOptions
  6529.     0R1S2S3S
  6530. VersionOpt
  6531.     0R4S
  6532. New Serial Route Memo
  6533. Subject
  6534. Subject
  6535. Subject
  6536.     4S6S12S13S14S15S17S21S23S25S26S28S
  6537. '++LotusScript Development Environment:2:5:(Options):0:74
  6538. Option Public
  6539. '++LotusScript Development Environment:2:5:(Forward):0:1
  6540. Declare Sub InstantiateObjectVariables(source)
  6541. Declare Sub SaveDialog(SavedDoc)
  6542. Declare Function SendToNext(source) As Variant
  6543. Declare Sub CheckSecureMail
  6544. '++LotusScript Development Environment:2:5:(Declarations):0:10
  6545. %INCLUDE "lsconst.lss"
  6546. Dim w As NotesUIWorkspace
  6547. Dim s As NotesSession
  6548. Dim db As NotesDatabase
  6549. Dim note As NotesDocument
  6550. Dim newnote As NotesDocument
  6551. Dim Action As Variant
  6552. Dim DocWasSaved
  6553. Dim DoNotClose As Variant
  6554. Dim ContinueSave As Variant
  6555. Dim NewDocument As Variant
  6556. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  6557. Sub InstantiateObjectVariables(source)
  6558.      
  6559.      Set w = New NotesUIWorkspace
  6560.      Set s = New NotesSession
  6561.      Set db = s.CurrentDatabase
  6562.      Set note = source.document
  6563.      source.AutoReload = False
  6564.      
  6565. End Sub
  6566. '++LotusScript Development Environment:2:2:SaveDialog:1:8
  6567. Sub SaveDialog(SavedDoc)
  6568.      
  6569.      SavePrompt = Messagebox("Do you wish to save this " & SavedDoc & "?", MB_YESNOCANCEL, "Save " & SavedDoc) 
  6570.      Select Case SavePrompt
  6571.      Case IDCANCEL
  6572.           note.MailOptions = "0"
  6573.           DoNotClose = True
  6574.           ContinueSave = False
  6575.           Exit Sub
  6576.      Case IDNO
  6577.           note.SaveOptions = "0"
  6578.           Exit Sub
  6579.      Case IDYES
  6580.           note.SaveOptions = "1"
  6581.      End Select
  6582.      
  6583. End Sub
  6584. '++LotusScript Development Environment:2:1:SendToNext:1:8
  6585. Function SendToNext(source) As Variant
  6586.      
  6587.      CurrentUser = s.UserName
  6588.      Originator = note.Originator
  6589.      FromName = note.From
  6590.      RouteList = note.OriginalRouteList
  6591.      
  6592.      If Originator(0) = CurrentUser Then
  6593.           note.CurrentSendTo = 0
  6594.      Else
  6595.           CurrentSendTo = note.CurrentSendTo  
  6596.           note.CurrentSendTo = CurrentSendTo(0) + 1
  6597.      End If
  6598.      
  6599.      CurrentSendTo = note.CurrentSendTo
  6600.      ListMax = Ubound(RouteList)
  6601.      
  6602.      Select Case CurrentSendTo(0)
  6603.      Case Is < ListMax
  6604.           Remaining = ListMax - (CurrentSendTo(0) + 1)
  6605.           Redim tmpList(Remaining)
  6606.           x = 0
  6607.           For i = (CurrentSendTo(0) + 1) To ListMax
  6608.                tmpList(x) = RouteList(i)
  6609.                x = x + 1
  6610.           Next
  6611.           note.RemainingRouteList = tmpList
  6612.           note.SendTo = RouteList(CurrentSendTo(0))
  6613.      Case Is > ListMax
  6614.           note.RemainingRouteList = "None"
  6615.           note.SendTo = Originator(0)         
  6616.      Case ListMax
  6617.           note.RemainingRouteList = "None"         
  6618.           note.SendTo = RouteList(CurrentSendTo(0))
  6619.      End Select
  6620.      
  6621.      Notify = note.Notify
  6622.      If Notify(0) = "1" Then note.CopyTo = Originator(0)
  6623.      
  6624.      note.tmpAction = "Mailing"
  6625.      
  6626.      source.Reload
  6627.      
  6628.      On Error Goto NotSent    
  6629.      source.Send
  6630.      
  6631.      SendToNext = True
  6632.      Exit Function
  6633.      
  6634. NotSent:
  6635.      Messagebox "Unable to send this document.  Please try later.", MB_OK, "Send Error"
  6636.      SendToNext = False
  6637.      Exit Function
  6638.      
  6639. End Function
  6640. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  6641. Sub CheckSecureMail
  6642.      
  6643. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  6644.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  6645.      If note.SecureMail(0) = "1" Then
  6646.           Call note.ReplaceItemValue("Sign", "1")
  6647.           Call note.ReplaceItemValue("Encrypt", "1")
  6648.      End If     
  6649.      
  6650. End Sub
  6651.  Route'++LotusScript Development Environment:2:5:(Options):0:66
  6652. '++LotusScript Development Environment:2:5:(Forward):0:1
  6653. Declare Sub Postopen(Source As Notesuidocument)
  6654. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  6655. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  6656. '++LotusScript Development Environment:2:5:(Declarations):0:2
  6657. '++LotusScript Development Environment:2:2:BindEvents:1:129
  6658. Private Sub BindEvents(Byval Objectname_ As String)
  6659.      Static Source As NOTESUIDOCUMENT
  6660.      Set Source = Bind(Objectname_)
  6661.      On Event Postopen From Source Call Postopen
  6662.      On Event Querysave From Source Call Querysave
  6663.      On Event Queryclose From Source Call Queryclose
  6664. End Sub
  6665. '++LotusScript Development Environment:2:2:Postopen:1:12
  6666. Sub Postopen(Source As Notesuidocument)
  6667.      
  6668.      If source.InPreviewPane Then Exit Sub
  6669.      
  6670.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  6671.      
  6672.      If (note.HasItem("PostedDate") Or note.HasItem("DeliveredDate")) And source.EditMode = False And s.UserName <> note.SendTo(0) Then
  6673.           Exit Sub  
  6674.      Else
  6675.           source.EditMode = True
  6676.      End If
  6677.      
  6678.      If note.From(0) = s.UserName Or source.IsNewDoc Then
  6679.           If Not(note.HasItem("SecureMail")) Then
  6680.                CheckSecureMail
  6681.                source.reload
  6682.           End If
  6683.      End If
  6684.      
  6685.      EditType = s.GetEnvironmentValue("MailStEd")
  6686.      If EditType = "5" Then 
  6687.           Call note.ReplaceItemValue("$VersionOpt", "6")
  6688.           note.tmpAction = "ConvertNewDoc"
  6689.           Call s.SetEnvironmentVar("MailStEd", "0")
  6690.           source.reload
  6691.           source.save
  6692.      End If
  6693.      
  6694. End Sub
  6695. '++LotusScript Development Environment:2:2:Querysave:1:12
  6696. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  6697.      
  6698.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  6699.      
  6700.      note.RemoveItem("MailOptions")
  6701.      note.RemoveItem("SaveOptions")
  6702.      
  6703.      Action = note.tmpAction
  6704.      Select Case Action(0)
  6705.      Case "SaveAsDraft"
  6706.           note.MailOptions = "0"
  6707.           note.SaveOptions = "1"
  6708.      Case "SendAndFile"
  6709.           If SendToNext(source) = False Then Continue = False         
  6710.           note.SaveOptions = "1"
  6711.      Case "Send"
  6712.           If SendToNext(source) = False Then Continue = False         
  6713.           note.SaveOptions = "0"
  6714.      Case "Mailing"
  6715. 'We do not want to do anything if mailing is in process (like from the Send button)
  6716.      Case Else
  6717. 'If this is a message that was not written by you we do not present the mail dialog          
  6718.           If note.From(0) <> s.UserName Then
  6719.                note.MailOptions = "0"
  6720.                note.SaveOptions = "1"
  6721.                ContinueSave = True
  6722.                Call SaveDialog("Document")
  6723.                If ContinueSave = False Then
  6724.                     Continue = False
  6725.                     Exit Sub
  6726.                End If
  6727.           End If
  6728.      End Select
  6729.      
  6730.      note.RemoveItem("tmpAction")
  6731.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  6732.      
  6733.      source.Reload
  6734.      
  6735. End Sub
  6736. '++LotusScript Development Environment:2:2:Queryclose:1:12
  6737. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  6738.      
  6739.      If DoNotClose Then
  6740.           DoNotClose = False
  6741.           Continue = False
  6742.      End If
  6743.      
  6744. End Sub
  6745.     Always Hidden: 
  6746. FromPerson memo is from.
  6747. DefaultLogo
  6748. Gateway
  6749.     4S9S13S16S18SLogoPerson memo is from.
  6750.     0S0E
  6751.     0S0E
  6752. Encrypt
  6753.     0S0E
  6754. DefaultMailSaveOptions
  6755.     From:
  6756. Originator
  6757. Originator
  6758.     1S2S
  6759.     Route to (individuals, not groups):
  6760. OriginalRouteList
  6761.     0S0E
  6762. CurrentUser
  6763.     1S2S6S
  6764. Originator
  6765. Originator
  6766.     0R1S2S6S
  6767. CurrentUser
  6768. Originator
  6769. OriginalRouteList
  6770. CurrentUser
  6771. You cannot include yourself in the Route List.{
  6772.     0R3S4S5S6S12S15S18S23S
  6773. OriginalRouteList
  6774.     Remaining route list:
  6775. RemainingRouteList
  6776. RemainingRouteList
  6777.     Current person in route:
  6778. SendTo
  6779. SendTo
  6780. EnRoute
  6781.     1S2S
  6782.     Subject:
  6783. SubjectSubject of memo.
  6784. PostedDate
  6785. SenderTag
  6786. Moods
  6787.     3S4S5S6S8S9S10S11S14S16S
  6788. Notify
  6789. Notify sender at each stop | 1
  6790. Edit Document
  6791. PostedDateh
  6792.     4S5S6S7S
  6793. Forward1 
  6794.     0S0E
  6795. New Memo.
  6796.     0S0E
  6797. Delete 
  6798.     0S0E
  6799. _Move To Folder...
  6800. Delivery Information...
  6801. DeliveryInfo
  6802. Delivery Information
  6803.     4S5S6S7S8S9S10S12S
  6804. _Forward
  6805. Address... 
  6806.     0S0E
  6807. PostedDateh
  6808.     5S6S7S8S
  6809. Close
  6810.     0S0E
  6811. PostedDateY
  6812.     0S0E
  6813. Save As Draft
  6814. tmpAction
  6815. SaveAsDraft
  6816.     1S2S3S
  6817. PostedDateh
  6818.     0S0E
  6819. Save and File
  6820.     7S9S
  6821. tmpAction
  6822. SaveAndFile
  6823.     0R1S2S3S
  6824. PostedDateY
  6825. PostedDateh
  6826.     4S5S11S12S13S14S
  6827. Send to Next Person
  6828.     0R7S9S
  6829. PromptValue
  6830. DefaultMailSaveOptions
  6831. Save when sent
  6832. Do you wish to save a copy of this Memo?
  6833. DefaultMailSaveOptions
  6834.     0RR1S2S5S6S8S14S17S
  6835. SaveOptions
  6836. PromptValue
  6837. SaveOptions
  6838. PromptValue
  6839.     0R1S2S5S6S9S14S
  6840. tmpAction
  6841. SaveOptions
  6842. SendAndFile
  6843.     0RR1S2S3S6S7S9S11S
  6844.     0R7S9S
  6845. PostedDateh
  6846.     5S6S7S8S
  6847. Send And File...V
  6848.     4S11S13S19S
  6849.     0R7S9S
  6850.     0RR7S9S
  6851. tmpAction
  6852. SendAndFile
  6853.     0RR1S2S3S
  6854.     0R7S9S
  6855. PostedDateh
  6856.     5S6S7S8S
  6857. Delivery Options...
  6858. DeliveryOptions
  6859. Delivery Options
  6860.     4S8S
  6861. _ViewIcon
  6862. SenderTag
  6863. SenderTag
  6864. SenderTag
  6865. SenderTag
  6866. SenderTag
  6867. SenderTag
  6868. SenderTag
  6869. SenderTag
  6870. SenderTag
  6871. SenderTag
  6872. SenderTag
  6873.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E8
  6874. PostedDateh
  6875.     5S6S7S8S
  6876. Special Options...r
  6877. (Advanced Options)
  6878. Special Options
  6879.     4S8S
  6880. PostedDateh
  6881.     5S6S7S8S
  6882. _Remove From Folder...
  6883. Categori_ze
  6884. SSend
  6885. '++LotusScript Development Environment:2:5:(Options):0:66
  6886. Option Public
  6887. '++LotusScript Development Environment:2:5:(Forward):0:1
  6888. Declare Sub Initialize
  6889. Declare Function IsInternetAddress(address As String) As Integer
  6890. Declare Function Deflate(s As String) As String
  6891. Declare Function FixFullName(full As String) As String
  6892. Declare Function GetInternetFullName(fromString As String) As String
  6893. Declare Function GetFirst(full As String) As String
  6894. Declare Function GetLast(full As String) As String
  6895. Declare Function Abbreviate(fromString As String, full As String) As String
  6896. Declare Function GetAttribute(theString As String, theAttribute As String) As String
  6897. '++LotusScript Development Environment:2:5:(Declarations):0:10
  6898. '-----------------------------------------------------------------------------
  6899. ' MsgBox parameters
  6900. '-----------------------------------------------------------------------------
  6901. Public Const MB_OK = 0                         ' OK button only
  6902. Public Const MB_OKCANCEL = 1           ' OK and Cancel buttons
  6903. Public Const MB_ABORTRETRYIGNORE = 2   ' Abort, Retry, and Ignore buttons
  6904. Public Const MB_YESNOCANCEL = 3        ' Yes, No, and Cancel buttons
  6905. Public Const MB_YESNO = 4              ' Yes and No buttons
  6906. Public Const MB_RETRYCANCEL = 5        ' Retry and Cancel buttons
  6907. Public Const MB_ICONSTOP = 16          ' Critical message
  6908. Public Const MB_ICONQUESTION = 32      ' Warning query
  6909. Public Const MB_ICONEXCLAMATION = 48   ' Warning message
  6910. Public Const MB_ICONINFORMATION = 64   ' Information message
  6911. Public Const MB_APPLMODAL = 0         ' Application Modal Message Box
  6912. Public Const MB_DEFBUTTON1 = 0       ' First button is default
  6913. Public Const MB_DEFBUTTON2 = 256       ' Second button is default
  6914. Public Const MB_DEFBUTTON3 = 512       ' Third button is default
  6915. Public Const MB_SYSTEMMODAL = 4096     ' System Modal
  6916. '-----------------------------------------------------------------------------
  6917. ' MsgBox return values
  6918. '-----------------------------------------------------------------------------
  6919. Public Const IDOK = 1                  ' OK button pressed
  6920. Public Const IDCANCEL = 2              ' Cancel button pressed
  6921. Public Const IDABORT = 3               ' Abort button pressed
  6922. Public Const IDRETRY = 4               ' Retry button pressed
  6923. Public Const IDIGNORE = 5              ' Ignore button pressed
  6924. Public Const IDYES = 6                 ' Yes button pressed
  6925. Public Const IDNO = 7                  ' No button pressed
  6926. Const NOTES = "1" 
  6927. Const CCMAIL = "2"
  6928. Const INTERNET = "5"
  6929. Const X400 = "4"
  6930. '++LotusScript Development Environment:2:2:Initialize:1:10
  6931. Sub Initialize
  6932.      
  6933.      Dim session As New NotesSession 
  6934.      Dim addressDb As New NotesDatabase( "", "" )
  6935.      Dim db As NotesDatabase    
  6936.      Dim docCount, actualCount As Integer
  6937.      Dim noteList As NotesDocumentCollection
  6938.      
  6939.      actualCount = 0
  6940.      
  6941.      Set db = session.CurrentDatabase
  6942.      Set noteList = db.UnprocessedDocuments
  6943.      
  6944.      docCount = noteList.Count
  6945.      If docCount > 1 Then
  6946.           Dim alreadyAdded List As String
  6947.      End If
  6948.      
  6949.      Dim i As Integer
  6950.      i = 0
  6951.      
  6952.      Dim note As NotesDocument
  6953.      
  6954.      Set note = noteList.GetFirstDocument
  6955.      
  6956.      Do While Not (note Is Nothing)
  6957.           
  6958.           i = i + 1
  6959.           Print "Processing document " + Str(i) + " of " + Str(docCount)
  6960.           
  6961.           Dim fromItem, domainItem As Variant
  6962.           
  6963.           fromItem = note.From
  6964.           domainItem = note.FromDomain
  6965.           
  6966.           Dim first, last, full As String
  6967.           Dim mailAddress As String
  6968.           
  6969.           Dim addressType As String
  6970.           Dim pos As Integer
  6971.           
  6972.           last = ""
  6973.           mailAddress = fromItem(0)
  6974.           addressType = ""
  6975.           
  6976.      ' Is it a cc:Mail address?
  6977.           pos = Instr(fromItem(0), " at ")
  6978.           If pos <> 0 Then
  6979.                addressType = CCMAIL
  6980.                full = Left(fromItem(0), pos - 1)
  6981.                Goto gotFullName
  6982.           End If
  6983.           
  6984.           ' Guess whether this is an internet address or and X.400/Notes address
  6985.           
  6986.           If IsInternetAddress(fromItem(0)) Then
  6987.                ' It's an Internet address
  6988.                full = GetInternetFullName(fromItem(0))
  6989.                addressType = INTERNET
  6990.           Else
  6991.                ' See if there are any slashes at all in the address
  6992.                pos = Instr(fromItem(0), "/")
  6993.                
  6994.                If pos = 0 Then
  6995.                     full = fromItem(0)
  6996.                     addressType = NOTES
  6997.                Else
  6998.                     
  6999.                    ' Check to see if this is a canonical name
  7000.                     full = GetAttribute(fromItem(0), "CN")   
  7001.                     
  7002.                    ' If there are no /P and /A attributes, guess that this is a Notes address
  7003.                     If pos = 0 Or (full <> "" And GetAttribute(fromItem(0), "/P") = "" And GetAttribute(fromItem(0), "/A") = "") Then
  7004.                    ' It's a Notes address
  7005.                          addressType = NOTES
  7006.                     Else
  7007.                          addressType = X400
  7008.                          first = GetAttribute(fromItem(0), "/G")
  7009.                          last = GetAttribute(fromItem(0), "/S")
  7010.                          
  7011.                ' try to get the common name, if it isn't there, make it from first and last name
  7012.                          full = GetAttribute(fromItem(0), "/CN")
  7013.                          If full = "" Then
  7014.                               If first <> "" Then
  7015.                                    full = first + " " + last
  7016.                               Else
  7017.                                    full = last
  7018.                               End If
  7019.                          End If
  7020.                     End If
  7021.                End If
  7022.           End If
  7023.           
  7024.           
  7025. gotFullName:
  7026.           
  7027.           ' if last is not empty then the name has already been parsed
  7028.           If last = "" Then
  7029.                full = Deflate(full)
  7030.                full = FixFullName(full)
  7031.                
  7032.                first = GetFirst(full)
  7033.                last = GetLast(full)
  7034.           End If ' last <> ""
  7035.           
  7036.           ' Don't add the user to their own address book
  7037.           If Strcompare(full, session.CommonUserName) = 0 Goto nextDocument
  7038.           
  7039.           If addressType = NOTES Then
  7040.                full = fromItem(0)
  7041.                mailAddress = full
  7042.           End If
  7043.           
  7044.           ' If this person has already been added or it's you, skip it
  7045.           If Iselement(alreadyAdded(full)) Goto nextDocument
  7046.           
  7047.           If Not addressDB.IsOpen Then Call addressDB.Open( "", "names.nsf" )
  7048.           If addressDB.IsOpen Then
  7049.                
  7050.                Dim view As NotesView
  7051.                
  7052.                Set view = addressDb.GetView("($People)")
  7053.                If view Is Nothing Then
  7054.                ' tell them you cannot check
  7055.                Else
  7056.                     Dim tempDoc As NotesDocument
  7057.                     Dim searchKeys(1) As String
  7058.                     searchKeys(0) = Ucase(Left(Last, 1))
  7059.                     searchKeys(1) = full
  7060.                     Set tempDoc = view.GetDocumentByKey(searchKeys)
  7061.                     If  Not (tempDoc Is Nothing) Then
  7062.                          
  7063.                          Dim tempItem As Variant
  7064.                          tempItem = tempDoc.FullName
  7065.                          
  7066.                          s = tempItem(0)
  7067.                          
  7068.                          ' Don't prompt if we are doing 10 people or more, chances are that this will be an unattended operation. Default to no.
  7069.                          If Strcompare(s, full) = 0 Then
  7070.                               
  7071.                               If docCount > 10 Goto nextDocument
  7072.                               If Messagebox (full + " is already in your personal address book. Are you sure you want to add this address?", MB_YESNO+MB_ICONQUESTION, _
  7073.                               "Name already exists") = IDNO Then
  7074.                                    alreadyAdded(full) = "1'"
  7075.                                    Goto nextDocument
  7076.                               End If
  7077.                               
  7078.                          End  If ' Strcompare
  7079.                          
  7080.                     End If ' not tempdoc is nothing
  7081.                End If ' not view is nothing
  7082.                Dim newnote As New NotesDocument(addressDB)
  7083.                newnote.Form = "Person"
  7084.                newnote.Type = "Person"
  7085.                newnote.FirstName = first
  7086.                newnote.LastName = last
  7087.                
  7088.                newnote.FullName = full
  7089.                newnote.MailAddress = mailAddress
  7090.                
  7091.                If domainItem(0) <> "" Then
  7092.                     newnote.MailAddress = newnote.MailAddress(0)  + " @ " + domainItem(0)
  7093.                End If
  7094.                newnote.MailSystem = addressType
  7095.                
  7096.                'newnote.MailDomain = domainItem(0)
  7097.                'Select Case addressType
  7098.                'Case CCMAIL
  7099.                     'newNote.ccMailAddress = mailAddress
  7100.                     'newNote.ccMailDomain = domainItem(0)
  7101.                'Case INTERNET
  7102.                     'newNote.InternetAddress = mailAddress
  7103.                     'newNote.InternetDomain = domainItem(0)
  7104.                'Case X400
  7105.                     'newNote.X400Address = mailAddress
  7106.                     'newNote.X400Domain = domainItem(0)
  7107.                'End Select
  7108.                
  7109.                If newnote.save(True, True) Then
  7110.                ' If we are only doing one document, tell them who we added
  7111.                     If docCount = 1 Then Messagebox full + " has been added to your personal address book.", MB_OK, "Name added"
  7112.                     actualCount = actualCount + 1
  7113.                     alreadyAdded(full) = "1"
  7114.                Else
  7115.                     Messagebox "Cannot save "+full+" in personal address book NAMES.NSF.", MB_ICONSTOP, "Name not added"
  7116.                     Exit Do
  7117.                End If
  7118.           Else ' addressDb.IsOpen
  7119.                Messagebox "Cannot open personal address book NAMES.NSF.", MB_ICONSTOP, "Name not added"
  7120.                Exit Sub
  7121.           End If
  7122. nextDocument:
  7123.           Set note = noteList.GetNextDocument(note)
  7124.      Loop
  7125.      If docCount > 1 Then
  7126.           Dim tempString As String
  7127.           If actualCount = 1 Then tempString = " person was" Else tempString = " people were"
  7128.           Messagebox Str(actualCount) + tempString + " added to your personal address book.", MB_OK, "Names added"
  7129.      End If
  7130. End Sub
  7131. '++LotusScript Development Environment:2:1:IsInternetAddress:1:8
  7132. Function IsInternetAddress(address As String) As Integer
  7133.      ' Return 0 through n, depending on how sure we are this is an Internet address
  7134.      IsInternetAddress = 0
  7135.      If address Like "*@*[! ].[! ]*" Then IsInternetAddress = IsInternetAddress + 1
  7136. End Function
  7137. '++LotusScript Development Environment:2:1:Deflate:1:8
  7138. Function Deflate(s As String) As String
  7139.      ' Remove all excess spaces from the string s
  7140.      Dim newString As String
  7141.      newString = ""
  7142.      s = Trim(s)
  7143.      Do While s <> ""
  7144.           If Left(s, 1) <> " " Then
  7145.                newString = newString + Left(s, 1)
  7146.                s = Mid(s, 2)
  7147.           Else
  7148.                newString = newString + " "
  7149.                ' Eat all the spaces
  7150.                Do While Left(s, 1) = " "
  7151.                     s = Mid(s, 2)
  7152.                Loop
  7153.           End If
  7154.      Loop
  7155.      Deflate = newString    
  7156. End Function
  7157. '++LotusScript Development Environment:2:1:FixFullName:1:8
  7158. Function FixFullName(full As String) As String
  7159.      ' Put a name string in the format: FIRST [MIDDLE] LAST [, SUFFIX]
  7160.      ' Assume that the string has no excess spaces
  7161.      Dim pos As Integer
  7162.      pos = Instr(full, ",")
  7163.      If pos <> 0 Then
  7164.           Dim after As String
  7165.           after = Trim(Mid(full, pos + 1))
  7166.           ' Is the string after the comma not a last namesuffix?
  7167.           If Not (Lcase(after) Like "jr*,sr*, II*") Then
  7168.                full = Trim(Left(full, pos - 1))
  7169.                full = after + " " + full
  7170.           End If
  7171.      End If
  7172.      FixFullName = full
  7173. End Function
  7174. '++LotusScript Development Environment:2:1:GetInternetFullName:1:8
  7175. Function GetInternetFullName(fromString As String) As String
  7176.      Dim pos As Integer
  7177.      Dim full As String
  7178.      
  7179.      ' Look for parenthesis e.g. poleary@iris.com ("Peter O'Leary")
  7180.      pos = Instr(fromString, "(")
  7181.      If pos = 0 Then
  7182.           ' no parens, just get the username
  7183.           pos = Instr(fromString, "@")
  7184.           full = Trim(Left(fromString, pos - 1))
  7185.      Else
  7186.           full = Mid(fromString, pos + 1)
  7187.           
  7188.           ' If the string is quoted, get everything in the quotes
  7189.           If Left(full, 1) = """" Then
  7190.                full = Mid(full, 2)
  7191.                pos = Instr(full, """")
  7192.           Else
  7193.                pos = Instr(full, ")")
  7194.           End If
  7195.           
  7196.           full = Left(full, pos - 1)
  7197.      End If
  7198.      GetInternetFullName = full
  7199. End Function
  7200. '++LotusScript Development Environment:2:1:GetFirst:1:8
  7201. Function GetFirst(full As String) As String
  7202.      Dim spacePos As Integer
  7203.      spacePos = Instr(full, " ")
  7204.      If spacePos <> 0 Then
  7205.           GetFirst = Trim(Left(full, spacePos))
  7206.      Else
  7207.           GetFirst = ""
  7208.      End If
  7209. End Function
  7210. '++LotusScript Development Environment:2:1:GetLast:1:8
  7211. Function GetLast(full As String) As String
  7212.      
  7213.      ' Get the lastname from a string
  7214.      ' Assume that the string is already formated as: FIRST [MIDDLE] LAST [, SUFFIX]
  7215.      
  7216.      Dim spacePos As Integer
  7217.      
  7218.      ' If there is a comma, chop off everything after it
  7219.      spacePos = Instr(full, ",")
  7220.      If spacePos <> 0 Then
  7221.           full = Left(full, spacePos - 1)
  7222.      End If
  7223.      
  7224.      spacePos = Instr(full, " ")
  7225.      
  7226.      ' If there are no spaces, get the whole string
  7227.      If spacePos = 0 Then
  7228.           spacePos = 1
  7229.      Else
  7230.           ' Make sure we have the last space in the string, assume that there is only one space between words
  7231.           Dim nextSpace As Integer
  7232.           nextSpace = Instr(spacePos + 1, full," " )
  7233.           Do While nextSpace <> 0
  7234.                spacePos = nextSpace
  7235.                nextSpace = Instr(spacePos + 1, full," " )
  7236.           Loop
  7237.      End If
  7238.      GetLast = Trim(Mid(full, spacePos))
  7239. End Function
  7240. '++LotusScript Development Environment:2:1:Abbreviate:1:8
  7241. Function Abbreviate(fromString As String, full As String) As String
  7242.      Dim ou, o As String        
  7243.      ou = GetAttribute(fromString, "/OU")
  7244.      o = GetAttribute(fromString, "/O")
  7245.      
  7246.      If ou <> "" Then
  7247.           full = full + "/" + ou
  7248.      End If
  7249.      If o <> "" Then
  7250.           full = full + "/" + o
  7251.      End If
  7252.      
  7253.      Abbreviate = full
  7254. End Function
  7255. '++LotusScript Development Environment:2:1:GetAttribute:1:8
  7256. Function GetAttribute(theString As String, theAttribute As String) As String
  7257.      Dim startpos, endpos As Integer
  7258.      startpos = Instr(theString, theAttribute+"=")
  7259.      If (startpos<>0) Then
  7260.           startpos = startpos + Len(theAttribute+"=")
  7261.           endpos = Instr(startpos, theString, "/")
  7262.           If endpos = 0 Then
  7263.                endpos = Len(theString) + 1
  7264.           End If
  7265.           GetAttribute = Trim(Mid(theString, startpos, endpos - startpos))
  7266.      Else
  7267.           GetAttribute = ""
  7268.      End If
  7269. End Function
  7270. @    `    d
  7271. Lotus Notes
  7272. PURSAF
  7273. Debbie2 Branco
  7274. F)`b"
  7275. 0|wm-
  7276. PURSAF
  7277. TS3+v
  7278. $TITLE
  7279. $AssistType
  7280. $AssistLastRun
  7281. $AssistDocCount
  7282. $AssistFlags
  7283. $MachineName
  7284. $AssistInfo
  7285. $AssistQuery
  7286. $AssistAction
  7287. $AssistAction_Ex
  7288. $UpdatedBy
  7289. $Flags
  7290. Times New Roman
  7291. VersionOpt|
  7292.     6S7S9S14S
  7293. $VersionOpt
  7294.     0R1S2S3S
  7295. SavedOnce
  7296.     0R1S2S3S
  7297. PostedDate(
  7298.     0R1S2S3S
  7299. DeliveredDate
  7300.     0R1S2S3S
  7301. $AutoEditMode
  7302.     0R1S2S3S
  7303. MailSaveOptions
  7304.     0R1S2S3S
  7305. VersionOpt
  7306.     0R4S
  7307. New Memo
  7308. Subject
  7309. Subject
  7310. Subject
  7311.     4S6S12S13S14S15S17S21S23S25S26S28S
  7312. '++LotusScript Development Environment:2:5:(Options):0:74
  7313. Option Public
  7314. '++LotusScript Development Environment:2:5:(Forward):0:1
  7315. Declare Sub InstantiateObjectVariables(source)
  7316. Declare Sub SaveDialog(SavedDoc)
  7317. Declare Sub CheckSecureMail
  7318. '++LotusScript Development Environment:2:5:(Declarations):0:10
  7319. %INCLUDE "lsconst.lss"
  7320. Dim s As NotesSession
  7321. Dim note As NotesDocument
  7322. Dim ContinueSave As Variant
  7323. '++LotusScript Development Environment:2:2:InstantiateObjectVariables:1:8
  7324. Sub InstantiateObjectVariables(source)
  7325.      
  7326.      Set s = New NotesSession    
  7327.      Set note = source.Document
  7328.      
  7329. End Sub
  7330. '++LotusScript Development Environment:2:2:SaveDialog:1:8
  7331. Sub SaveDialog(SavedDoc)
  7332.      
  7333.      SavePrompt = Messagebox("Do you wish to save this " & SavedDoc & "?", MB_YESNOCANCEL, "Save " & SavedDoc) 
  7334.      Select Case SavePrompt
  7335.      Case IDCANCEL
  7336.           note.MailOptions = "0"
  7337.           DoNotClose = True
  7338.           ContinueSave = False
  7339.           Exit Sub
  7340.      Case IDNO
  7341.           note.SaveOptions = "0"
  7342.           Exit Sub
  7343.      Case IDYES
  7344.           note.SaveOptions = "1"
  7345.      End Select
  7346.      
  7347. End Sub
  7348. '++LotusScript Development Environment:2:2:CheckSecureMail:1:8
  7349. Sub CheckSecureMail
  7350.      
  7351. 'If SecureMail = 1 in notes.ini all mail gets Signed and Encrypted and the user is unable to override it
  7352.      note.SecureMail = Cstr(s.GetEnvironmentValue("SecureMail", True))
  7353.      If note.SecureMail(0) = "1" Then
  7354.           Call note.ReplaceItemValue("Sign", "1")
  7355.           Call note.ReplaceItemValue("Encrypt", "1")
  7356.      End If     
  7357.      
  7358. End Sub
  7359.     }0    #1
  7360.     }0    #1
  7361.  Memo'++LotusScript Development Environment:2:5:(Options):0:66
  7362. '++LotusScript Development Environment:2:5:(Forward):0:1
  7363. Declare Sub Postopen(Source As Notesuidocument)
  7364. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  7365. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  7366. Declare Sub Postmodechange(Source As Notesuidocument)
  7367. '++LotusScript Development Environment:2:5:(Declarations):0:2
  7368. '++LotusScript Development Environment:2:2:BindEvents:1:129
  7369. Private Sub BindEvents(Byval Objectname_ As String)
  7370.      Static Source As NOTESUIDOCUMENT
  7371.      Set Source = Bind(Objectname_)
  7372.      On Event Postopen From Source Call Postopen
  7373.      On Event Querysave From Source Call Querysave
  7374.      On Event Queryclose From Source Call Queryclose
  7375.      On Event Postmodechange From Source Call Postmodechange
  7376. End Sub
  7377. '++LotusScript Development Environment:2:2:Postopen:1:12
  7378. Sub Postopen(Source As Notesuidocument)
  7379.      
  7380.      If source.InPreviewPane Then Exit Sub
  7381.      
  7382.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  7383.      
  7384.      If (note.HasItem("PostedDate") Or note.HasItem("DeliveredDate")) Then
  7385.           If source.EditMode = False Then
  7386.                Exit Sub
  7387.           Else
  7388. 'If this is a message that was written by you, we need to remove any options fields
  7389.                If note.From(0) = s.UserName Then
  7390.                     note.RemoveItem("MailOptions")
  7391.                     note.RemoveItem("SaveOptions")
  7392.                     If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  7393. 'If this is a message that was not written by you we do not present the mail dialog
  7394. 'but we do want to force processing into QuerySave               
  7395.                Else
  7396.                     note.MailOptions = "0"
  7397.                     note.SaveOptions = "1"
  7398.                End If
  7399.           End If
  7400.      Else
  7401.           source.EditMode = True
  7402.      End If
  7403.      
  7404.      If source.IsNewDoc Then CheckSecureMail
  7405.      
  7406.      EditType = s.GetEnvironmentValue("MailStEd")
  7407. 'EditType 5 = EditNewCopy                    
  7408.      If EditType = "5" Then 
  7409.           Call note.ReplaceItemValue("$VersionOpt", "6")
  7410.           note.tmpAction = "ConvertNewDoc"
  7411.           Call s.SetEnvironmentVar("MailStEd", "0")
  7412.           source.reload
  7413.           source.save
  7414.      End If
  7415.      
  7416.      source.reload
  7417.      
  7418. End Sub
  7419. '++LotusScript Development Environment:2:2:Querysave:1:12
  7420. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  7421.      
  7422.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  7423.      
  7424.      note.RemoveItem("MailOptions")
  7425.      note.RemoveItem("SaveOptions")
  7426.      
  7427.      Action = note.tmpAction
  7428.      Select Case Action(0)
  7429.      Case "SaveAsDraft", "SaveAndFile", "SendAndFile", "ConvertNewDoc"
  7430.           note.MailOptions = "0"
  7431.           note.SaveOptions = "1"
  7432.      Case "Send"
  7433.           note.MailOptions = "0"
  7434.           note.SaveOptions = "0"
  7435.      Case "Mailing"
  7436. 'We do not want to do anything if mailing is in process (like from the Send button)
  7437.      Case Else
  7438. 'If this is a message that was not written by you we do not present the mail dialog          
  7439.           If note.From(0) <> s.UserName Then
  7440.                note.MailOptions = "0"
  7441.                note.SaveOptions = "1"
  7442.                ContinueSave = True
  7443.                Call SaveDialog("Document")
  7444.                If ContinueSave = False Then
  7445.                     Continue = False
  7446.                     Exit Sub
  7447.                End If
  7448.           End If
  7449.      End Select
  7450.      
  7451.      note.RemoveItem("tmpAction")
  7452.      If note.HasItem("$VersionOpt") Then Call note.ReplaceItemValue("$VersionOpt", "0")
  7453.      
  7454.      source.Reload
  7455.      
  7456. End Sub
  7457. '++LotusScript Development Environment:2:2:Queryclose:1:12
  7458. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  7459.      
  7460.      If DoNotClose Then
  7461.           DoNotClose = False
  7462.           Continue = False
  7463.      End If
  7464.      
  7465. End Sub
  7466. '++LotusScript Development Environment:2:2:Postmodechange:1:12
  7467. Sub Postmodechange(Source As Notesuidocument)
  7468.      If note Is Nothing Then Call InstantiateObjectVariables(source)
  7469.      
  7470. 'If this is a message that was written by you, we need to remove any options fields
  7471.      If note.From(0) = s.UserName Then
  7472.           note.RemoveItem("MailOptions")
  7473.           note.RemoveItem("SaveOptions")
  7474.           If Not(note.HasItem("SecureMail")) Then CheckSecureMail
  7475. 'If this is a message that was not written by you we do not present the mail dialog
  7476. 'but we do want to force processing into QuerySave               
  7477.      Else
  7478.           note.MailOptions = "0"
  7479.           note.SaveOptions = "1"
  7480.      End If
  7481.      
  7482.      If source.EditMode Then source.Reload
  7483.      
  7484. End Sub
  7485.     Always hidden: 
  7486. FromPerson memo is from.
  7487.     0S0E
  7488.     0S0E
  7489. Encrypt
  7490.     0S0E
  7491. DefaultMailSaveOptions
  7492. $KeepPrivate
  7493. $KeepPrivate
  7494. $KeepPrivate
  7495.     3S4S5S6S8S13S15S17S18S19S21S23S$KeepPrivate
  7496.     From:    
  7497. FromDomain
  7498. FromDomain
  7499. FromDomain
  7500. FromDomain
  7501.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  7502. FromName
  7503.     0RR1S2S6S
  7504. FromStops
  7505.     0R1S2S6S
  7506. FromName
  7507. FromStops
  7508.     0RR1S2S3S4S8StmpDisplayFrom
  7509.      on 
  7510. PostedDateh
  7511. PostedDate
  7512.     4S5S10S12S
  7513. tmpDisplayDateTime/date memo was created or mailed.
  7514. ReplyDate
  7515. ReplyTo
  7516.     1S2S3S4S5S6S
  7517. Please respond
  7518. ReplyTo
  7519. ReplyTo
  7520. ReplyDate
  7521. ReplyDate
  7522.     1S2S5S6S8S10S11S12S14S15S18S19S21S23S24S25StmpDisplayReplyInfo
  7523. SendTo
  7524. CopyTo
  7525.   cc:  
  7526. CopyTo
  7527.     1S8S13S14S2E17S18S21S28S31S
  7528. SendTo}
  7529.     0S0E
  7530. SendToList of primary people to send memo.
  7531.     cc:    
  7532. CopyTo}
  7533.     0S0E
  7534. CopyToList of people to send a copy of the memo.
  7535. DeliveredDate
  7536. BlindCopyTo
  7537. (bcc: 
  7538. BlindCopyTo
  7539.     3S4S5S6S7S8S10S11S12S16S18S19S21SDisplayBlindCopyTo
  7540.     bcc:
  7541. BlindCopyTo
  7542.     0S0E
  7543. BlindCopyToList of undisclosed people to send copies of memo.
  7544.     Subject:    
  7545. PhoneCaller
  7546. Phone Call: 
  7547. PhoneCaller
  7548. Subject
  7549.     7S8S9S11S:
  7550. Subject
  7551.     0S0E
  7552. SubjectSubject of memo.
  7553. Edit Documentu
  7554. Forwardt 
  7555.     0S0E
  7556. New Memo.
  7557.     0S0E
  7558. Delete 
  7559.     0S0E
  7560. _Move To Folder...
  7561. Delivery Information...
  7562. DeliveryInfo
  7563. Delivery Information
  7564.     4S5S6S7S8S9S10S12S
  7565. _Forward
  7566. Reply
  7567. Reply
  7568.     0S0E
  7569. Reply With History
  7570. Reply with History
  7571. This document is truncated.
  7572.     4S8S10S13S
  7573. Reply with history
  7574. Address... 
  7575.     0S0E
  7576. PostedDateh
  7577.     5S6S7S8S
  7578. Close
  7579.     0S0E
  7580. IsMailStationeryh
  7581. PostedDateh
  7582.     6S7S
  7583. Save As Draft
  7584. tmpAction
  7585. SaveAsDraft
  7586.     1S2S3S
  7587. IsMailStationeryh
  7588. PostedDateh
  7589.     4S5S
  7590. Save and Filef
  7591.     7S9S
  7592. tmpAction
  7593. SaveAndFile
  7594.     0R1S2S3S
  7595. IsMailStationeryh
  7596. PostedDateY
  7597. PostedDateh
  7598.     4S5S9S10S16S17S18S19S
  7599. PromptValue
  7600. DefaultMailSaveOptions
  7601. Save when sent
  7602. Do you wish to save a copy of this Memo?
  7603. DefaultMailSaveOptions
  7604.     1S2S5S6S8S14S17S
  7605. SaveOptions
  7606. PromptValue
  7607. SaveOptions
  7608. PromptValue
  7609.     0RR1S2S5S6S9S14S
  7610. tmpAction
  7611. DefaultMailSaveOptions
  7612. Mailing
  7613.     0RR1S2S3S6S7S9S11S
  7614. MailOptions
  7615.     0R1S2S3S
  7616.     0R7S9S
  7617. tmpAction
  7618. SaveOptions
  7619. SendAndFile
  7620.     0RR1S2S3S6S7S9S11S
  7621.     0R7S9S
  7622. PostedDateh
  7623. IsMailStationeryh
  7624.     5S6S7S8S10S11S
  7625. Send And File...
  7626.     4S11S13S19S
  7627.     0RR7S9S
  7628. tmpAction
  7629. DefaultMailSaveOptions
  7630. Mailing
  7631.     0RR1S2S3S6S7S9S11S
  7632. MailOptions
  7633.     0R1S2S3S
  7634.     0R7S9S
  7635. tmpAction
  7636. SendAndFile
  7637.     0RR1S2S3S
  7638.     0R7S9S
  7639. PostedDateh
  7640. IsMailStationeryh
  7641.     5S6S7S8S10S11S
  7642. Delivery Options...
  7643. DeliveryOptions
  7644. Delivery Options
  7645.     4S8S
  7646. _ViewIcon
  7647. SenderTag
  7648. SenderTag
  7649. SenderTag
  7650. SenderTag
  7651. SenderTag
  7652. SenderTag
  7653. SenderTag
  7654. SenderTag
  7655. SenderTag
  7656. SenderTag
  7657. SenderTag
  7658.     0RR1S2S3S5RS3E6S7S8S9S11S13RS3E14S15S17S19RS3E20S21S23S25RS3E26S27S29S31RS3E32S33S35S37RS3E38S39S41S43RS3E44S45S47S49RS3E50S51S53S55RS3E56S57S59S61RS3E62S63S65S67RS3E68S69S71S73RS3E8
  7659. PostedDateh
  7660.     5S6S7S8S
  7661. Special Options...
  7662. ReplyDate
  7663. ReplyDate
  7664.     1S2S3S
  7665. ReplyTo
  7666. ReplyTo
  7667.     0R1S2S3S
  7668. (Advanced Options)
  7669. Special Options
  7670.     0R6S10S13S15S
  7671. tmpDisplayReplyInfo
  7672. Please respond
  7673. ReplyTo
  7674. ReplyTo
  7675. ReplyDate
  7676. ReplyDate
  7677.     0R1S2S3S4S5S8S9S11S13S14S15S17S18S21S22S24S26S27S28S
  7678. DueDateTime
  7679. ReplyDate
  7680.     0R1S2S3S
  7681. PostedDateh
  7682.     5S6S7S8S
  7683. Convert To Task
  7684. ReplyDate
  7685. Can't Convert To Task
  7686. You cannot convert this message into a Task because it already has a due date associated with it.
  7687.     3S4S6S12S18S
  7688. tmpAction
  7689. ConvertNewDoc
  7690. Unavailable
  7691.     0R1S2S3S7S9S
  7692.     0R4S9S13S
  7693.     0R4S
  7694. _Remove From Folder...
  7695. Categori_ze
  7696. SSend
  7697. PostedDateY
  7698.     0S0E
  7699. &Arial
  7700.  StdNotesLtr1
  7701. tmpDisplayFrom_Preview
  7702. tmpFrom
  7703. tmpDisplayDate_Preview
  7704. tmpDate
  7705. &Arial
  7706.  StdNotesLtr2
  7707. tmpDisplayFrom_Preview
  7708. tmpFrom
  7709. tmpDisplayDate_Preview
  7710. tmpDate
  7711. &Arial
  7712.  StdNotesLtr5
  7713. tmpDisplayFrom_Preview
  7714. tmpFrom
  7715.                 
  7716. tmpDisplayDate_Preview
  7717. tmpDate
  7718. &Arial Narrow
  7719. "Helvetica
  7720.  StdNotesLtr6
  7721. @___@
  7722. <a>7`^
  7723. `!bb!R
  7724.     6S9S
  7725. tmpFrom1stInitial
  7726. tmpDisplayFrom_Preview
  7727.     6S9S
  7728. tmpFromRestOfName
  7729. @___@
  7730. <a>7`^
  7731. `!bb!R
  7732. tmpDisplayDate_Preview
  7733. tmpDate
  7734. @___@
  7735. <a>7`^
  7736. `!bb!R
  7737. &Arial
  7738.  StdNotesLtr7
  7739. tmpDisplayFrom_Preview
  7740. tmpFrom
  7741. tmpDisplayDate_Preview
  7742. tmpDate
  7743.  StdNotesLtr8
  7744. tmpDisplayFrom_Preview
  7745. tmpFromx
  7746. tmpDisplayDate_Preview
  7747. tmpDatex
  7748. GatewayStdNotesLtrGateway
  7749. CN=Catherine Duffy/O=IrisCU3#
  7750. Geometry 1StdNotesLtr9
  7751. CN=Mussie Shore/O=IrisCU3
  7752. ##########################################################
  7753. Gray Gradient and LinesStdNotesLtr13
  7754. CN=Mussie Shore/O=IrisCU3#################################################
  7755. Green and Yellow DiamondStdNotesLtr14
  7756. CN=Paul DiCristina/O=IrisCU3#############################################
  7757. MarqueeStdNotesLtr34
  7758. CN=Mussie Shore/O=IrisCU3A
  7759. Metal PlateStdNotesLtr15
  7760. CN=Mussie Shore/O=IrisCU3
  7761. ##########################################################
  7762. Pencil and GridStdNotesLtr16
  7763. CN=Mussie Shore/O=IrisCU3#########################################################
  7764. Plain TextStdNotesLtr0
  7765. CN=Mussie Shore/O=IrisCU3#######
  7766. Pony ExpressStdNotesLtr17
  7767. CN=Mussie Shore/O=IrisCU3
  7768. ##########################################################
  7769. Purple StairsStdNotesLtr18
  7770. CN=Mussie Shore/O=IrisCU3
  7771. ##########################################################
  7772. Reversed TealStdNotesLtr20
  7773. CN=Mussie Shore/O=IrisCU3
  7774. ##########################################################
  7775. Slashed Lines with GlobeStdNotesLtr21
  7776. CN=Paul DiCristina/O=IrisCU3#############################################
  7777. Squiggle with BackdropStdNotesLtr22
  7778. CN=Paul DiCristina/O=IrisCU3###############################################
  7779. Squiggly LineStdNotesLtr23
  7780. CN=Paul DiCristina/O=IrisCU3########################################################
  7781. TacksStdNotesLtr24
  7782. CN=Mussie Shore/O=IrisCU3###########
  7783. TapeStdNotesLtr25
  7784. CN=Mussie Shore/O=IrisCU3############
  7785. Teal and Yellow LinesStdNotesLtr26
  7786. CN=Mussie Shore/O=IrisCU3###################################################
  7787. &Arial Narrow
  7788. &Arial
  7789.  StdNotesLtrGateway
  7790. tmpDisplayFrom_Preview
  7791. tmpFrom
  7792. tmpDisplayDate_Preview
  7793. tmpDate
  7794. &Arial
  7795.  StdNotesLtr9
  7796.                                 
  7797. tmpDisplayFrom_Preview
  7798. tmpFrom
  7799. tmpDisplayDate_Preview
  7800. tmpDate
  7801. &Arial
  7802.  StdNotesLtr13
  7803.                                 
  7804. tmpDisplayFrom_Preview
  7805. tmpFrom
  7806.                                 
  7807. tmpDisplayDate_Preview
  7808. tmpDate
  7809.                                 
  7810. &Arial
  7811.  StdNotesLtr14
  7812. tmpDisplayFrom_Preview
  7813. tmpFrom
  7814. tmpDisplayDate_Preview
  7815. tmpDate
  7816. &Arial
  7817.  StdNotesLtr34
  7818. tmpDisplayFrom_Preview
  7819. tmpFrom
  7820. tmpDisplayDate_Preview
  7821. tmpDate
  7822. &Arial
  7823.  StdNotesLtr15
  7824. tmpDisplayFrom_Preview
  7825. tmpFrom
  7826. tmpDisplayDate_Preview
  7827. tmpDate
  7828. &Arial
  7829.  StdNotesLtr16
  7830. tmpDisplayFrom_Preview
  7831. tmpFrom
  7832. tmpDisplayDate_Preview
  7833. tmpDate
  7834. &Arial
  7835.  StdNotesLtr17
  7836. tmpDisplayFrom_Preview
  7837. tmpFrom
  7838. tmpDisplayDate_Preview
  7839. tmpDate
  7840. &Arial
  7841.  StdNotesLtr18
  7842. tmpDisplayFrom_Preview
  7843. tmpFrom
  7844. tmpDisplayDate_Preview
  7845. tmpDate
  7846. &Arial
  7847.  StdNotesLtr20
  7848. tmpDisplayFrom_Previewb
  7849.     2S3S
  7850. TMPFROM
  7851. tmpDisplayDate_Preview
  7852. tmpDate
  7853. &Arial
  7854.  StdNotesLtr21
  7855. tmpDisplayFrom_Preview
  7856. tmpFrom
  7857. tmpDisplayDate_Preview
  7858. tmpDate
  7859. &Arial
  7860.  StdNotesLtr22
  7861.                                 
  7862. tmpDisplayFrom_Preview
  7863. tmpFrom
  7864. tmpDisplayDate_Preview
  7865. tmpDate
  7866. &Arial
  7867.  StdNotesLtr23
  7868. tmpDisplayFrom_Preview
  7869. tmpFrom
  7870. tmpDisplayDate_Preview
  7871. tmpDate
  7872.  StdNotesLtr24
  7873. tmpDisplayFrom_Preview
  7874. tmpFrom
  7875. tmpDisplayDate_Preview
  7876. tmpDate
  7877.  StdNotesLtr25
  7878. tmpDisplayFrom_Preview
  7879. tmpFrom
  7880. tmpDisplayDate_Preview
  7881. tmpDate
  7882. &Arial
  7883.  StdNotesLtr26
  7884. tmpDisplayFrom_Preview
  7885. tmpFrom
  7886. tmpDisplayDate_Preview
  7887. tmpDate
  7888. Three Dimensional ReliefStdNotesLtr27
  7889. CN=Paul DiCristina/O=IrisCU3#############################################
  7890. Torn PaperStdNotesLtr28
  7891. CN=Paul DiCristina/O=IrisCU3###
  7892. Triangle with Dots 1StdNotesLtr29
  7893. CN=Mussie Shore/O=IrisCU3####################################################
  7894. Triangle with Dots 2StdNotesLtr30
  7895. CN=Catherine Duffy/O=IrisCU3#################################################
  7896. Wild ConfettiStdNotesLtr32
  7897. CN=Mussie Shore/O=IrisCU3
  7898. ##########################################################
  7899. Yellow GradientStdNotesLtr33
  7900. CN=Mussie Shore/O=IrisCU3#########################################################
  7901. Lotus NotesMail Tools\_Create Stationery... | CreateStationery303
  7902. #####################
  7903. (LetterHeadChooser)
  7904. CN=Catherine Duffy/O=IrisCD
  7905. LetterHeadChoicesFromSaveOptions################################################
  7906. (Delivery Options)DeliveryOptions
  7907. CN=Catherine Duffy/O=IrisCD
  7908. $KeepPrivateEncryptReturnReceiptSignDeliveryPrioritySenderTagDeliveryReportImportance
  7909. ##########################################################
  7910. Lotus NotesMail Tools\_Choose Letterhead... | Select Letterhead303
  7911. ####################
  7912. O9T`)#
  7913. _Archiving|Archiving
  7914. CN=Catherine Duffy/O=Iris
  7915. Archive Logs
  7916. Archive Profile
  7917.     6S9S11S
  7918. $75$74Subject$Conflict
  7919. Archive
  7920.     L1S5S1(
  7921. $75$74Subject
  7922. Archive Logs
  7923. Archive Profile
  7924.     6S9S11S$74
  7925. SubjectDescription&
  7926. Y#################################
  7927. Mail Tools\Archive Selected Documents
  7928. ECN=Catherine Duffy/O=Iris4
  7929. Lotus NotesfL3
  7930. ##########################################################
  7931. &Arial
  7932.  StdNotesLtr27
  7933. tmpDisplayDate_Preview
  7934. tmpDate_2
  7935. tmpDisplayFrom_Preview
  7936. tmpFrom_2
  7937. tmpDisplayFrom_Preview
  7938. tmpFrom_1
  7939. tmpDisplayFrom_Preview
  7940. tmpFrom_
  7941. tmpDisplayDate_Preview
  7942. tmpDate_1
  7943. tmpDisplayDate_Preview
  7944. tmpDate_
  7945.  StdNotesLtr28
  7946. tmpDisplayFrom_Preview
  7947. tmpFrom
  7948. tmpDisplayDate_Preview
  7949. tmpDate
  7950. &Arial
  7951.  StdNotesLtr29
  7952. tmpDisplayFrom_Preview
  7953. tmpFrom
  7954. tmpDisplayDate_Preview
  7955. tmpDate
  7956. &Arial
  7957.  StdNotesLtr30
  7958. tmpDisplayFrom_Preview
  7959. tmpFrom
  7960. tmpDisplayDate_Preview
  7961. tmpDate
  7962. Times New Roman
  7963.  StdNotesLtr32
  7964. tmpDisplayFrom_Preview
  7965. tmpFrom
  7966. tmpDisplayDate_Preview
  7967. tmpDate
  7968.  StdNotesLtr33
  7969. tmpDisplayFrom_Preview
  7970. tmpFrom
  7971. tmpDisplayDate_Preview
  7972. tmpDate
  7973. S_)tW'
  7974. aY*]c
  7975. PURSAF
  7976. H8%Az
  7977. Lotus Development Inc
  7978. 0wmS(
  7979. PURSAF
  7980. }Jw&Kx1
  7981. O=Iris
  7982. O=Iris
  7983. x>_/^
  7984. PURSAFO
  7985. .?    Kz"
  7986. O=Iris
  7987. CN=Mussie Shore/O=Iris
  7988. PURSAFO
  7989. $TITLE
  7990. TheForm
  7991. Create Stationery
  7992. Which Form would you like to use to create this Stationery message?
  7993. Personal Stationery
  7994.     1S2S6S8S10S12S13S14S
  7995. MailStEd
  7996.     0R1S2S3S
  7997. TheForm
  7998.     0RR4S
  7999. Choose Letterhead
  8000. (LetterHeadChooser)'++LotusScript Development Environment:2:5:(Options):0:66
  8001. '++LotusScript Development Environment:2:5:(Forward):0:1
  8002. Declare Sub Postrecalc(Source As Notesuidocument)
  8003. '++LotusScript Development Environment:2:5:(Declarations):0:2
  8004. '++LotusScript Development Environment:2:2:BindEvents:1:129
  8005. Private Sub BindEvents(Byval Objectname_ As String)
  8006.      Static Source As NOTESUIDOCUMENT
  8007.      Set Source = Bind(Objectname_)
  8008.      On Event Postrecalc From Source Call Postrecalc
  8009. End Sub
  8010. '++LotusScript Development Environment:2:2:Postrecalc:1:12
  8011. Sub Postrecalc(Source As Notesuidocument)
  8012.      Dim s As New notesSession    
  8013.      Dim w As New notesuiworkspace
  8014.      Dim doc As notesuidocument
  8015.      Set doc=w.currentdocument
  8016.      
  8017.      Dim Note As NotesDocument
  8018.      Set Note = Doc.Document
  8019.      
  8020.      s.SetEnvironmentVar "DefaultLogo", Note.LetterHeadChoices(0)
  8021.      Doc.Close
  8022.      w.ComposeDocument "","","(LetterHeadChooser)"
  8023. End Sub
  8024. SaveOptions
  8025. FromPerson memo is from.
  8026. DefaultLogo
  8027. stdNotesLtr0
  8028. DefaultLogo
  8029.     From:    
  8030. FromDomain
  8031. FromDomain
  8032. FromDomain
  8033. FromDomain
  8034.     7S10S18S19S23S25S28S29S31S33S34S35S41S44S48S51S57S
  8035. FromName
  8036.     0RR1S2S6S
  8037. FromStops
  8038.     0R1S2S6S
  8039. FromName
  8040. FromStops
  8041.     0RR1S2S3S4S8StmpDisplayFrom_Preview
  8042.      on 
  8043. PostedDateh
  8044. PostedDate
  8045.     7S9S
  8046. tmpDisplayDate_PreviewTime/date memo was created or mailed.
  8047.     Preview  letterheads for new Memos and Replies in the list below.  
  8048.     When you find one you like, press Done. 
  8049. LetterHeadChoices
  8050. Plain Text|StdNotesLtr0Bouncy Earth|StdNotesLtr1Buck Rogers Mail|StdNotesLtr2Centered and Bold|StdNotesLtr3Decco|StdNotesLtr4Falling Spheres|StdNotesLtr5First Initial|StdNotesLtr6Frank Lloyd|StdNotesLtr7From The Desk|StdNotesLtr8Gateway|StdNotesLtrGatewayGeometry |StdNotesLtr9Gray Gradient with Lines|StdNotesLtr13Green and Yellow Diamond|StdNotesLtr14Marquee|StdNotesLtr34Metal Plate|StdNotesLtr15Pencil and Grid|StdNotesLtr16Pony Express|StdNotesLtr17Purple Geometry|StdNotesLtr18Reversed Teal|StdNotesLtr20Slashed Lines with Globe|StdNotesLtr21Squiggle with Backdrop|StdNotesLtr22Squiggly Line|StdNotesLtr23Tacks|StdNotesLtr24Tape|StdNotesLtr25Teal and Yellow Lines|StdNotesLtr26Three Dimensional Relief|StdNotesLtr27Torn Paper|StdNotesLtr28Triangle with Dots 1|StdNotesLtr29Triangle with Dots 2|StdNotesLtr30Wild Confetti|StdNotesLtr32Yellow Gradient|StdNotesLtr33
  8051. DefaultLogo
  8052.     0S0E
  8053. Categori_ze
  8054. _Edit Document
  8055. Send Docu_ment
  8056. _Forward
  8057. _Move To Folder...
  8058. _Remove From Folder
  8059. Choose New Letter Head
  8060. DefaultLogo
  8061. DefaultLogo
  8062.     1S2S
  8063. Logos
  8064.     0RR1S2S
  8065. The following list should be translated. It is presented to user in list box
  8066.     0R1S
  8067. LogoNames
  8068. Three
  8069. Buck Rogers
  8070. Centered Rich
  8071. Confetti
  8072. Falling Balls
  8073. Frank Lloyde
  8074.     0R1S2S
  8075. Select a Letterhead
  8076. Select the Letterhead which will appear at the top of all new Memos and Replys
  8077. DefaultLogo
  8078. Logos
  8079. LogoNames
  8080. LogoNames
  8081.     0R1S2S14S16S19S
  8082. DefaultLogo
  8083. LogoNames
  8084. Logos
  8085.     0RR4S8S10S
  8086. preview
  8087. Done 
  8088.     0S0E
  8089.  DeliveryOptions
  8090. Importance:
  8091. Delivery report:
  8092. Delivery priority:
  8093. SenderTag
  8094.     0S0E
  8095. Mood stamp:
  8096. Importance
  8097. Normal|2High|1Low|3
  8098. DeliveryReport
  8099. Only on failure|BConfirm delivery|CTrace entire path|TNone|N
  8100. SenderTag
  8101. Normal|NPersonal|PConfidential|CPrivate|RThank You!|TFlame|FGood Job!|GJoke|JFYI|YQuestion|QReminder|M
  8102. DeliveryPriority
  8103. High|HNormal|NLow|L
  8104. SecureMail
  8105.     1S2S
  8106.     3S4S6S8S
  8107. Sign|1
  8108. ReturnReceipt
  8109. Return receipt|1
  8110. Encrypt
  8111. Encrypt
  8112.     3S4S6S8S
  8113. Encrypt
  8114. Encrypt|1
  8115. $KeepPrivate
  8116. Prevent copying|1
  8117. Categori_zea
  8118. _Edit Document
  8119. Send Docu_ment
  8120. _Forward
  8121. _Move to Folder...
  8122. _Remove from Folder...
  8123. Started running agent 'Mail Tools\_Choose Letterhead... | Select Letterhead' on 02/01/96 01:33:52 PM
  8124. 0 document(s) were modified by formula
  8125. Done running agent 'Mail Tools\_Choose Letterhead... | Select Letterhead' on 02/01/96 01:33:53 PM
  8126. Notes Product Development
  8127. )I^-.
  8128. PURSAF
  8129. Notes Domain Certificate
  8130. PURSAF
  8131. vDhFV
  8132. S_)tW'
  8133. aY*]c
  8134. PURSAF
  8135. San9e
  8136. Lotus Development Inc
  8137. 0wmS(
  8138. PURSAF
  8139. C$)NqF
  8140. ISd93
  8141. O=Iris
  8142. O=Iris
  8143. x>_/^
  8144. PURSAFO
  8145. .?    Kz"
  8146. O=Iris
  8147. CN=Catherine Duffy/O=Iris
  8148. PURSAFO
  8149. FDR.I
  8150. s-"sB}
  8151. $TITLE
  8152. (LetterHeadChooser)
  8153. _Forward
  8154. Categori_ze
  8155. Edit Document
  8156. _Move to Folder...
  8157. _Remove from Folder...
  8158. Setup Archive...L
  8159. ArchiveProfile
  8160. Archive Now
  8161. AllDocs
  8162. Archiving
  8163. Archive Profile
  8164. Archive Now
  8165. Before you can began archiving documents you need to fill out an Archive Profile.  Please press "Setup Archive...".
  8166.     1S2S10S12S14S16S20S26S28S32S
  8167. Archiving
  8168. Are you sure you want to move documents to your archive database now?
  8169.     0RR6S8S11S13S
  8170. AlreadyArchived
  8171. MailArchived|
  8172. Archiving
  8173. Since this is the first time you have requested an archive, it may take several minutes.  Do you want to proceed?
  8174. Archiving
  8175. No documents were archived
  8176.     0RR1S2S8S9S11S13S19S21S24S26S32S34S
  8177. MailArchived
  8178.     0RR1S2S3S
  8179. Periodic Archive
  8180.     0R4S
  8181. MailArcSet|
  8182.     4S5S
  8183. Enable Scheduled Archivingf
  8184. AllDocs
  8185. Archiving
  8186. Archive Profile
  8187. Archive Now
  8188. Before you can began archiving documents you need to fill out an Archive Profile.  Please press "Setup Archive...".
  8189.     1S2S10S12S14S16S20S26S28S32S
  8190. Periodic Archive
  8191.     0RR4S
  8192. Periodic Archive
  8193. MailArcSet|
  8194.     4S5S9S10S
  8195. Disable Scheduled Archivingrf
  8196. AllDocs
  8197. Archiving
  8198. Archive Profile
  8199. Archive Now
  8200. Before you can began archiving documents you need to fill out an Archive Profile.  Please press "Setup Archive...".
  8201.     1S2S10S12S14S16S20S26S28S32S
  8202. Periodic Archive
  8203.     0RR4S
  8204. Periodic Archive
  8205. MailArcSet|
  8206.     5S6S10S11S
  8207. Open Archive Db...'++LotusScript Development Environment:2:5:(Options):0:66
  8208. '++LotusScript Development Environment:2:5:(Forward):0:1
  8209. Declare Sub Click(Source As Button)
  8210. '++LotusScript Development Environment:2:5:(Declarations):0:10
  8211. Dim s As NotesSession
  8212. Dim w As NotesUIWorkspace
  8213. Dim sourcedb As NotesDatabase
  8214. Dim view As NotesView
  8215. Dim profile As NotesDocument
  8216. Dim server As String
  8217. '++LotusScript Development Environment:2:2:BindEvents:1:129
  8218. Private Sub BindEvents(Byval Objectname_ As String)
  8219.      Static Source As BUTTON
  8220.      Set Source = Bind(Objectname_)
  8221.      On Event Click From Source Call Click
  8222. End Sub
  8223. '++LotusScript Development Environment:2:2:Click:1:12
  8224. Sub Click(Source As Button)
  8225.      
  8226.      On Error Goto ErrorRoutine
  8227. '91 is Object Variable Not Set     
  8228.      On Error 91 Resume Next 
  8229.      
  8230.      Set s = New NotesSession
  8231.      Set sourcedb = s.CurrentDatabase
  8232.      Set view = sourcedb.GetView("Archiving")
  8233.      Set profile = view.GetDocumentByKey("Archive Profile")
  8234.      
  8235.      If profile Is Nothing Then
  8236.           Messagebox "There is no archive profile for this database.  " &_
  8237.           "Please create one by using the ""Setup Archive..."" action.", 0 + 64, "Archive"
  8238.           Exit Sub
  8239.      End If
  8240.      
  8241.      ArchivePath = profile.ArchivePath
  8242.      ArchiveServer = profile.ArchiveServer
  8243.      
  8244.      Set w = New NotesUIWorkspace
  8245.      
  8246.      Call w.OpenDatabase(ArchiveServer(0), ArchivePath(0), "", "", "1")
  8247.      
  8248.      Exit Sub
  8249.      
  8250. ErrorRoutine:
  8251.      Messagebox "Unexpected condition: " & Err & " - " & Error
  8252.      Exit Sub
  8253.      
  8254. End Sub
  8255. MailArcSet|
  8256.     4S5S
  8257. '++LotusScript Development Environment:2:5:(Options):0:74
  8258. Option Public
  8259. '++LotusScript Development Environment:2:5:(Forward):0:1
  8260. Declare Sub Initialize
  8261. Declare Sub ArchiveDocument
  8262. Declare Sub ProcessDocuments
  8263. Declare Sub Terminate
  8264. '++LotusScript Development Environment:2:5:(Declarations):0:10
  8265. %INCLUDE "lserr.lss"
  8266. %INCLUDE "lsxbeerr.lss"
  8267. %INCLUDE "lsconst.lss"
  8268. Dim w As NotesUIWorkspace
  8269. Dim s As NotesSession
  8270. Dim sourcedb As NotesDatabase
  8271. Dim archivedb As NotesDatabase
  8272. Dim note As NotesDocument
  8273. Dim newnote As NotesDocument
  8274. Dim lognote As NotesDocument
  8275. Dim profile As NotesDocument
  8276. Dim documents As NotesDocumentCollection
  8277. Dim responses As NotesDocumentCollection
  8278. Dim view As NotesView
  8279. Dim dtNow As NotesDateTime
  8280. Dim dtExpired As NotesDateTime
  8281. Dim dtDocument As NotesDateTime
  8282. Dim dtCompare As NotesDateTime
  8283. Dim item As NotesItem
  8284. Dim rtitem As NotesRichTextItem
  8285. Dim CurrentServer As String
  8286. Dim ArchiveExpired As Variant
  8287. Dim ExpiredLife As Variant
  8288. Dim ArchiveInactive As Variant
  8289. Dim DocumentLife As Variant
  8290. Dim ArchivePath As Variant
  8291. Dim ArchiveLog As Variant
  8292. Dim IncludeDocLinks As Variant
  8293. Dim Archive As Variant
  8294. Dim ManualArchive As String
  8295. Dim goAgain As Variant
  8296. Dim DoNotRun As Variant
  8297. '++LotusScript Development Environment:2:2:Initialize:1:10
  8298. Sub Initialize
  8299.      
  8300. 'IF YOU CHANGE THIS AGENT - CHANGE *Periodic Archive* TO MATCH - THEY ARE NEARLY IDENTICAL
  8301.      
  8302.      If Messagebox("Are you sure you want to move these documents to your archive database now?", _
  8303.      MB_YesNo + MB_IconQuestion, "Archiving") = IDNo Then
  8304.           Messagebox "No documents were archived.", MB_OK, "Archiving"
  8305.           DoNotRun = True
  8306.           Exit Sub
  8307.      End If
  8308.      
  8309.      On Error Goto ErrorRoutine
  8310.      On Error ErrObjectVariableNotSet Resume Next 
  8311.      
  8312.      Set s = New NotesSession
  8313.      Set w = New NotesUIWorkspace
  8314.      Set sourcedb = s.CurrentDatabase
  8315.      Set view = sourcedb.GetView("Archiving")
  8316.      Set profile = view.GetDocumentByKey("Archive Profile")
  8317.      
  8318.      If profile Is Nothing Then
  8319.           If Messagebox("You must set up an archive database before you can archive " &_
  8320.           "selected documents.  Would you like to set up an archive database now?",_
  8321.           MB_YesNo + MB_IconQuestion, "Archive") = IDYES Then
  8322.                Call w.ComposeDocument("", "", "ArchiveProfile")
  8323.           End If
  8324.           DoNotRun = True
  8325.           Exit Sub       
  8326.      End If
  8327.      
  8328.      ArchivePath = profile.ArchivePath
  8329.      ArchiveServer = Evaluate("@Name([Abbreviate]; ArchiveServer)", profile)
  8330.      ArchiveLog = profile.ArchiveLog
  8331.      IncludeDocLinks = profile.IncludeDocLinks
  8332.      
  8333.      Set dtNow = New NotesDateTime("Today")
  8334.      dtNow.SetNow
  8335.      
  8336.      If ArchiveLog(0) = "Yes" Then
  8337.           Set lognote = New NotesDocument(sourcedb)
  8338.           Set rtitem = New NotesRichTextItem(lognote, "Body")
  8339.           lognote.Form = "Archive Log"
  8340.           lognote.ArchiveDate = dtNow.LSLocalTime
  8341.           lognote.ProtectFromArchive = 1
  8342.           lognote.ExcludeFromView = "D"
  8343.           lognote.From = "Archiving"
  8344.           Call lognote.ReplaceItemValue("_ViewIcon", 22)
  8345.      End If
  8346.      
  8347.      On Error lsERR_NOTES_DBOPEN_FAILED Resume Next   
  8348.      Set archivedb = New NotesDatabase(ArchiveServer(0), ArchivePath(0))
  8349.      If archivedb.IsOpen = False Then
  8350.           If ArchiveServer(0) = "" Then
  8351.                ArchiveFile = ArchivePath(0)
  8352.           Else
  8353.                ArchiveFile = ArchiveServer(0) & "!!" & ArchivePath(0)
  8354.           End If
  8355.           Messagebox "The Archive agent was unable to open your archive file - " & ArchiveFile &_
  8356.           ".  Please verify that the file exists.", MB_IconStop, "Archiving"
  8357.           DoNotRun = True
  8358.           Err = 0
  8359.           Exit Sub
  8360.      End If        
  8361.      
  8362.      ProcessDocuments
  8363.      
  8364.      Exit Sub
  8365.      
  8366. ErrorRoutine:
  8367.      Messagebox "Unexpected condition: " & Err & " - " & Error, 0, "Archiving"
  8368.      Exit Sub
  8369.      
  8370. End Sub
  8371. '++LotusScript Development Environment:2:2:ArchiveDocument:1:8
  8372. Sub ArchiveDocument
  8373.      
  8374.      On Error Goto ErrorRoutine
  8375.      On Error ErrObjectVariableNotSet Resume Next 
  8376.      
  8377. $Archived and DateArchived might already be present, if this agent failed the last
  8378. time it was run.  None of these fields should be on the archived copy, because we 
  8379. don't want the archive database to inadvertantly archive these documents (it can
  8380. archive, but it needs to use its own criteria)
  8381. %END REM
  8382.      
  8383. 'If this type of form does not get archived then exit
  8384.      If note.HasItem("ProtectFromArchive") Then
  8385.           ProtectFromArchive = note.ProtectFromArchive
  8386.           If ProtectFromArchive(0) = 1 Then Exit Sub
  8387.      End If
  8388.      
  8389.      If note.HasItem("$Archived") Then note.RemoveItem("$Archived")
  8390.      If note.HasItem("DateArchived") Then note.RemoveItem("DateArchived")
  8391.      If note.HasItem("ExpireDate") Then note.RemoveItem("ExpireDate")
  8392.      note.Save True, True
  8393.      Set newnote = note.CopyToDatabase(archivedb)
  8394.      note.DateArchived = dtNow.LSLocalTime    
  8395.      Call note.AppendItemValue("$Archived", True)
  8396.      note.Save True, True
  8397.      
  8398.      Subject = note.Subject
  8399.      CreatedBy = Evaluate("@Name([Abbreviate]; From)", note)
  8400.      CreatedDate = note.Created
  8401.      
  8402.      If ArchiveLog(0) = "Yes" Then
  8403.           If IncludeDocLinks(0) = "Yes" Then
  8404.                Call rtitem.AppendDocLink(newnote, "DocLink to " & Subject(0))
  8405.                Call rtitem.AddTab(1)
  8406.           End If
  8407.           Call rtitem.AppendText(Subject(0) & " (created by " & CreatedBy(0) & " on " &_
  8408.           Format(CreatedDate, "Short Date") & ")")
  8409.           Call rtitem.AddNewLine(2)
  8410.           lognote.Save True, True
  8411.      End If
  8412.      
  8413.      Exit Sub
  8414.      
  8415. ErrorRoutine:
  8416.      Messagebox "Unexpected condition: " & Err & " - " & Error
  8417.      Exit Sub
  8418.      
  8419. End Sub 
  8420. '++LotusScript Development Environment:2:2:ProcessDocuments:1:8
  8421. Sub ProcessDocuments
  8422.      
  8423.      On Error Resume Next
  8424.      
  8425.      Print "Archiving selected documents..."
  8426.      
  8427.      Set documents = sourcedb.UnprocessedDocuments
  8428.      If documents.Count > 0 Then
  8429.           For n = 1 To documents.Count
  8430.                Set note = documents.GetNthDocument(n)
  8431.                ArchiveDocument
  8432.           Next
  8433.      End If
  8434.      
  8435. 'Loop through all the documents that we archived and archive their reponses
  8436.      Do
  8437.           Set documents = sourcedb.Search("@IsAvailable($Archived)", Nothing, 0)
  8438.           goAgain = False
  8439.           For n = 1 To documents.count
  8440.                Set note = documents.GetNthDocument(n)
  8441.                Call note.RemoveItem("$Archived")              
  8442.                If Err = 0 Then
  8443.                     note.Save True, True
  8444.                     Set responses = note.Responses
  8445.                     If responses.Count > 0 Then
  8446.                          For i = 1 To responses.Count
  8447.                               Set note = responses.GetNthDocument(i)
  8448.                               If Not note.HasItem("$Archived") Then ArchiveDocument
  8449. 'Since we just archived a response, we have to loop back through in order to archive all of its reponses
  8450.                               goAgain = True
  8451.                          Next
  8452.                     End If
  8453.                Else
  8454.                     Err = 0
  8455.                End If
  8456.           Next
  8457.      Loop While goAgain
  8458.      
  8459. End Sub
  8460. '++LotusScript Development Environment:2:2:Terminate:1:10
  8461. Sub Terminate
  8462.      
  8463.      If DoNotRun Then Exit Sub
  8464.      
  8465.      On Error Goto ErrorRoutine
  8466.      On Error ErrObjectVariableNotSet Resume Next
  8467.      On Error lsERR_NOTES_CANTREMOVE Resume Next
  8468.      
  8469.      Set documents = sourcedb.Search("@IsAvailable(DateArchived)", Nothing, 0)
  8470.      ArchiveCount = documents.Count
  8471.      For n = 1 To ArchiveCount
  8472.           Set note = documents.GetNthDocument(n)         
  8473.           note.Remove(True)
  8474.      Next
  8475.      If Err = 4241 Then
  8476.           Err = 0
  8477.           Messagebox "The open document was copied to the archive database, but it could not be deleted.  " &_
  8478.           "Please delete it manually.", 0, "Could not delete"
  8479.      End If
  8480.      
  8481.      If ArchiveLog(0) = "" Then Exit Sub
  8482.      
  8483.      ArchiveTitle = archivedb.Title
  8484.      dtNow.SetNow
  8485.      If CurrentServer = "" Then CurrentServer = "Local"
  8486.      lognote.Subject = "Archive Log for " & Format(dtNow.LSLocalTime, "General Date")
  8487.      
  8488.      lognote.ArchiveTrailer = "Archive of " & ArchiveCount & " documents on server " & _
  8489.      CurrentServer & " from " & sourcedb.Title & " (" & sourcedb.FilePath & ") to " & ArchiveTitle & _
  8490.      " (" & ArchivePath(0) & ") completed sucessfully on " & _
  8491.      Format(dtNow.LSLocalTime, "Short Date") & " at " & _
  8492.      Format(dtNow.LSLocalTime, "Long Time") & "."
  8493.      lognote.Save True, True
  8494.      Call lognote.CopyToDatabase(archivedb)
  8495.      
  8496.      w.ViewRefresh
  8497.      
  8498.      If ArchiveCount = 1 Then
  8499.           Messagebox ArchiveCount & " document was archived.", MB_OK, "Archiving"
  8500.      Else
  8501.           Messagebox ArchiveCount & " documents were archived.", MB_OK, "Archiving"
  8502.      End If
  8503.      Print
  8504.      
  8505.      Exit Sub
  8506.      
  8507. ErrorRoutine:
  8508.      Messagebox "Unexpected condition: " & Err & " - " & Error
  8509.      Exit Sub
  8510.      
  8511. End Sub
  8512. EXGXG
  8513. ( H P)
  8514. (!(#0+
  8515. H!("h+
  8516. !($$,
  8517. $h$h0
  8518. (%H%t2
  8519. %(&x3
  8520. h'H(X6
  8521. (h(h7
  8522. (()D8
  8523. )h.09
  8524. H+H,@=
  8525. ,h-p?
  8526. -(.H@
  8527. .H.0B
  8528. (.H/hB
  8529. .H0LC
  8530. (/(/8D
  8531. H0(1XF
  8532. 0h4DG
  8533. H1H10H
  8534. h1h1dH
  8535. 1h3PI
  8536. (3H7xK
  8537. (4H4@M
  8538. 4(5XN
  8539. H5h5PO
  8540. 7H8LS
  8541. 8(9HT
  8542. 8H9dU
  8543. (:H@$X
  8544. =(?L[
  8545. >HGD\
  8546. >H?X\
  8547. C8GL_    
  8548. L0O0O
  8549. O<M<M
  8550. LhOhO\L
  8551. I4Ita    
  8552. TItI4b
  8553. dIdITb
  8554. lPlP\p
  8555. C+PB$
  8556. [4B+tA$
  8557. DKHF,(J}
  8558. K4B,XJ}
  8559. G+XF}
  8560. G,XK#
  8561. H+0HG
  8562. }0iJ<L
  8563. D,\L}Pj#8
  8564. D,\L}|j#8
  8565. L}|j#
  8566. D,\L}
  8567. D,\L}
  8568. DQ0MK
  8569. D,<M}|j
  8570. ^ O4"
  8571. C,0O}
  8572. L}|j#
  8573. D-hO#
  8574. D,\L}|j#
  8575. C,0O}
  8576. C-<P#
  8577. G,XK#
  8578. M}|pK
  8579. DQ`P}
  8580. C-<P#
  8581. C-lP#
  8582. ArchiveServer
  8583. Lotus Notes
  8584. PURSAF
  8585. Debbie2 Branco
  8586. F)`b"
  8587. 0|wm-
  8588. PURSAF
  8589. TS3+v
  8590. $TITLE
  8591. $AssistType
  8592. $AssistLastRun
  8593. $AssistDocCount
  8594. $AssistFlags
  8595. $MachineName
  8596. $AssistInfo
  8597. $AssistQuery
  8598. $AssistAction
  8599. $AssistAction_Ex
  8600. $UpdatedBy
  8601. $Flags
  8602. 12/08/95 11:29:01 AM Lotus Notes deleted role Privilege 5
  8603. 12/08/95 11:28:59 AM Lotus Notes deleted role Privilege 4
  8604. 12/08/95 11:28:58 AM Lotus Notes deleted role Privilege 3
  8605. 12/08/95 11:28:56 AM Lotus Notes deleted role Privilege 2
  8606. 12/08/95 11:28:53 AM Lotus Notes deleted role Privilege 1
  8607. 12/08/95 11:28:30 AM Lotus Notes deleted Catherine Duffy/Iris
  8608. 12/08/95 10:41:53 AM Lotus Notes deleted Mussie Shore/Iris
  8609. 12/08/95 10:41:50 AM Lotus Notes deleted Peter O'Leary/Iris
  8610. 12/08/95 10:41:48 AM Lotus Notes deleted U2/Iris
  8611. rivilege 1
  8612. rivilege 2
  8613. rivilege 3
  8614. rivilege 4
  8615. rivilege 5
  8616. 11/06/95 08:06:13 AM Mussie Shore/Iris updated U2/Iris
  8617. 11/06/95 08:05:42 AM Mussie Shore/Iris added U2/Iris
  8618. 10/31/95 04:40:29 PM Peter O'Leary/Iris updated Peter O'Leary/Iris
  8619. 10/31/95 04:40:17 PM Peter O'Leary/Iris added Peter O'Leary/Iris
  8620. 10/30/95 05:27:36 PM Catherine Duffy/Iris deleted Peter O'Leary/Iris
  8621. 10/30/95 05:27:30 PM Catherine Duffy/Iris added Mussie Shore/Iris
  8622. 10/30/95 11:13:37 AM Peter O'Leary/Iris updated Peter O'Leary/Iris
  8623. 10/30/95 11:13:33 AM Peter O'Leary/Iris updated Catherine Duffy/Iris
  8624. 10/26/95 10:00:43 AM Peter O'Leary/Iris updated Catherine Duffy/Iris
  8625. 10/26/95 10:00:35 AM Peter O'Leary/Iris added Catherine Duffy/Iris
  8626. 10/24/95 12:55:25 PM Peter O'Leary/Iris updated Peter O'Leary/Iris
  8627. 10/24/95 12:55:18 PM Peter O'Leary/Iris added Peter O'Leary/Iris
  8628. 10/20/95 04:05:16 PM Peter O'Leary/Iris deleted Peter O'Leary/Iris
  8629. 10/20/95 01:01:44 PM Peter O'Leary/Iris updated Peter O'Leary/Iris
  8630. 10/20/95 01:01:40 PM Peter O'Leary/Iris added Peter O'Leary/Iris
  8631. 10/13/95 06:02:36 PM Peter O'Leary/Iris deleted Peter O'Leary/Iris
  8632. 10/10/95 07:48:28 PM Peter O'Leary/Iris updated Peter O'Leary/Iris
  8633. 10/10/95 07:48:21 PM Peter O'Leary/Iris added Peter O'Leary/Iris
  8634. 10/09/95 03:07:03 PM Peter O'Leary/Iris deleted Peter O'Leary/Iris
  8635. 09/12/95 04:01:09 PM Peter O'Leary/Iris updated Peter O'Leary/Iris
  8636. -Default-
  8637. [-Default-]
  8638. [OtherDomainServers]
  8639. [LocalDomainServers]
  8640. LocalDomainServers
  8641. 255D2116B7BDFECF1769F57E5917AA29Lotus Notes
  8642. Archive ProfileArchiveProfileArchive Profile
  8643. Lotus NotesCD    
  8644. ArchivePathArchiveServerArchiveLocationIncludeDoclinksArchiveLogDocumentLifeArchiveInactiveExpiredLifeArchiveExpired########################
  8645. CN=Catherine Duffy/O=IrisLotus NotesCN=Catherine Duffy/O=IrisLotus NotesCN=Catherine Duffy/O=IrisLotus NotesCN=Catherine Duffy/O=IrisLotus NotesCN=Catherine Duffy/O=IrisLotus Notes2
  8646. 30719
  8647. ############
  8648. Periodic Archive
  8649. Lotus NotesSfL3
  8650. ######################################################
  8651. 2Lotus Notes
  8652. 30719
  8653. Lotus Notes
  8654. ##########################################################
  8655. _Special\Temporary Export CertificateTemporary Export Certificate
  8656. CN=Catherine Duffy/O=Iris
  8657. ExcludeFromView_ViewIconSubjectAgreementReturnDateDepartureDateProductDestinationCompanyNameFrom######################################
  8658. MemoDocumentMemo
  8659. Lotus Notes
  8660. BodySubjectBlindCopyToCopyToSendTo$KeepPrivateDefaultMailSaveOptionsEncryptSignLogoFrom39EAE89DC1A707FADAC8E9008EB2DCF2Lotus Notes#######################################################
  8661. ##########################################################
  8662. ##########################################################
  8663. ##########################################################
  8664. ##########################################################
  8665. ##########################################################
  8666. ##########################################################
  8667. ##########################################################
  8668. ##########################################################
  8669. ##########################################################
  8670. ##########################################################
  8671. ##########################################################
  8672. ##########################################################
  8673. ##########################################################
  8674. ##########################################################
  8675. ##########################################################
  8676. ##########################################################
  8677. ##########################################################
  8678. ##########################################################
  8679. ##########################################################
  8680. ##########################################################
  8681. ##########################################################
  8682. ##########################################################
  8683. Archive Profile
  8684. Times New Roman
  8685. '++LotusScript Development Environment:2:5:(Options):0:66
  8686. Option Public
  8687. '++LotusScript Development Environment:2:5:(Forward):0:1
  8688. '++LotusScript Development Environment:2:5:(Declarations):0:10
  8689. %INCLUDE "lsconst.lss"
  8690. Dim s As NotesSession
  8691. Dim w As NotesUIWorkspace
  8692. Dim db As NotesDatabase
  8693. Dim archivedb As NotesDatabase
  8694. Dim view As NotesView
  8695. Dim note As NotesDocument
  8696. Dim profile As NotesDocument
  8697. Dim doc As NotesUIDocument
  8698. Dim DocWasSaved As Integer
  8699. Dim DoNotClose As Variant
  8700.  Archive Profile'++LotusScript Development Environment:2:5:(Options):0:66
  8701. '++LotusScript Development Environment:2:5:(Forward):0:1
  8702. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  8703. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  8704. Declare Sub Postopen(Source As Notesuidocument)
  8705. '++LotusScript Development Environment:2:5:(Declarations):0:2
  8706. '++LotusScript Development Environment:2:2:BindEvents:1:129
  8707. Private Sub BindEvents(Byval Objectname_ As String)
  8708.      Static Source As NOTESUIDOCUMENT
  8709.      Set Source = Bind(Objectname_)
  8710.      On Event Queryclose From Source Call Queryclose
  8711.      On Event Querysave From Source Call Querysave
  8712.      On Event Postopen From Source Call Postopen
  8713. End Sub
  8714. '++LotusScript Development Environment:2:2:Queryclose:1:12
  8715. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  8716.      
  8717.      If (DocWasSaved = False) Or (profile Is Nothing) Or DoNotClose Then Exit Sub
  8718.      
  8719.      ItemList = profile.Items
  8720.      Forall n In ItemList
  8721.           profile.RemoveItem(n.Name)    
  8722.      End Forall
  8723.      note.CopyAllItems profile
  8724.      profile.SaveOptions = "1"
  8725.      profile.save True, True
  8726.      
  8727. End Sub
  8728. '++LotusScript Development Environment:2:2:Querysave:1:12
  8729. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  8730.      
  8731.      ArchiveServer = Evaluate("@Name([Abbreviate]; ArchiveServer)", note)
  8732.      If note.ArchiveLocation(0) = "Local" Then ArchiveServer(0) = ""
  8733.      ArchivePath = note.ArchivePath
  8734.      
  8735.      On Error Resume Next
  8736.      Set archivedb = New NotesDatabase(ArchiveServer(0), ArchivePath(0))
  8737.      If note.HasItem("ArchiveDbCreated") Then
  8738.           If Not(archivedb.IsOpen) Then Messagebox "Unable to access the archive database.", MB_OK, "Archive Setup"
  8739.      Else
  8740.           Do Until archivedb.IsOpen
  8741.                If ArchiveServer(0) = "" Then
  8742.                     ArchiveFile = ArchivePath(0)
  8743.                Else
  8744.                     ArchiveFile = ArchiveServer(0) & "!!" & ArchivePath(0) 
  8745.                End If
  8746.                Print "Creating Archive database - " & ArchiveFile
  8747.                Set archivedb = db.CreateCopy(ArchiveServer(0), ArchivePath(0))
  8748.                If Not(archivedb.IsOpen) Then Call archivedb.Open("", "")
  8749.                If Err = 0 Then
  8750.                     archivedb.Title = db.Title & " (Archived)"
  8751.                     views = archivedb.Views
  8752.                     Forall i In views
  8753.                          If i.IsFolder Then
  8754. 'Don't remove default view from database
  8755.                               If Not i.IsDefaultView Then i.Remove
  8756.                          End If
  8757.                     End Forall
  8758.                     Messagebox "Archive database - " & ArchiveFile & " has been created.",_
  8759.                     MB_OK, "Archive Setup"
  8760.                     note.ArchiveDbCreated = 1
  8761.                     w.ViewRefresh
  8762.                     Call s.SetEnvironmentVar("MailArcSet", "1")
  8763.                Else
  8764.                     Err = 0
  8765.                     If ArchiveServer(0) = "" Then
  8766.                          Messagebox "Unable to automatically create local archive database - " & ArchivePath(0) & ".",_
  8767.                          MB_OK, "Archive Setup"
  8768.                          Exit Do
  8769.                     Else
  8770.                          Select Case Messagebox("Unable to automatically create server archive database - " & _
  8771.                          ArchiveServer(0) & "!!" & ArchivePath(0) & ".  Would you like to archive locally?",_
  8772.                          MB_YesNoCancel, "Archive Setup")
  8773.                          Case IDYES
  8774.                               note.ArchiveLocation = "Local"
  8775.                               source.reload
  8776.                               source.refresh
  8777.                               Delete archivedb
  8778.                               ArchiveServer = note.ArchiveServer
  8779.                               ArchivePath = note.ArchivePath
  8780.                          Case IDNO
  8781.                               Messagebox "Please contact your server administrator about adding " & ArchivePath(0) &_
  8782.                               " to server " & ArchiveServer(0) & ".", MB_OK, "Archive Setup"
  8783.                               Exit Do
  8784.                          Case Else
  8785.                               DoNotClose = True
  8786.                               Continue = False
  8787.                               Exit Sub
  8788.                          End Select
  8789.                     End If
  8790.                End If        
  8791.           Loop
  8792.      End If
  8793.      
  8794.      DocWasSaved = True
  8795.      DoNotClose = False
  8796.      
  8797.      If Not(profile Is Nothing) Then note.SaveOptions = "0"
  8798.      
  8799.      source.Reload
  8800.      source.RefreshHideFormulas  
  8801.      
  8802.      Print
  8803.      
  8804. End Sub
  8805. '++LotusScript Development Environment:2:2:Postopen:1:12
  8806. Sub Postopen(Source As Notesuidocument)
  8807.      
  8808.      Set note = source.Document
  8809.      Set w = New NotesUIWorkspace
  8810.      Set s = New NotesSession
  8811.      Set db = s.CurrentDatabase
  8812.      Set view = db.GetView("Archiving")
  8813.      
  8814.      source.AutoReload = False
  8815.      
  8816.      If source.IsNewDoc = False Then Exit Sub
  8817.      
  8818.      If source.InPreviewPane Then Exit Sub
  8819.      
  8820.      Set profile = view.GetDocumentByKey("Archive Profile")
  8821.      If profile Is Nothing Then
  8822.           note.ProtectFromArchive = 1
  8823.           note.ExcludeFromView = "D"
  8824.           note.From = "System"
  8825.           note.Subject = "Please do not delete - Archive Profile"
  8826.           note.Categories = "(Archive)"
  8827.           Call note.ReplaceItemValue("_ViewIcon", 11)
  8828.           source.reload
  8829.      Else
  8830.           ItemList = note.Items
  8831.           Forall n In ItemList
  8832.                note.RemoveItem(n.Name)    
  8833.           End Forall
  8834.           profile.CopyAllItems note
  8835.           source.Reload
  8836.           If source.EditMode Then source.Refresh
  8837.      End If
  8838.      
  8839.      DocWasSaved = False
  8840.      
  8841. End Sub
  8842. ArchiveServer
  8843. Archive Profile 
  8844. ArchiveExpired
  8845. Archive Expired documents | Yes
  8846.     after
  8847. ExpiredLife
  8848. Number cannot be negative.{
  8849.     3S4S6S11SExpiredLife
  8850.     days
  8851. ArchiveInactive
  8852. Archive documents which have no activity | Yes
  8853.     after
  8854. DocumentLife
  8855. Number cannot be negative.{
  8856.     3S4S6S11SDocumentLife
  8857.     days
  8858. ArchiveLog
  8859. Generate an Archive Log each time an archive occurs | Yes
  8860. IncludeDoclinks
  8861. Include document links | Yes
  8862.     0S0E
  8863.     Documents are archived:
  8864. Local
  8865. ArchiveLocation
  8866. Locally | LocalOn Server | Server
  8867. ArchiveLocation
  8868. Local
  8869.     1S2S3S4S
  8870.     Archive database is on server:
  8871.     0S0E
  8872. ArchiveServer
  8873. ArchiveLocation
  8874. Local
  8875. ArchiveServer
  8876. ArchiveServer
  8877.     4RS4E6R7S8S10RS4E12R13S14S16RS4E20S23R
  8878. ArchiveServer
  8879.     Archive file:
  8880. CurrentPath
  8881.     1S2S6S
  8882. CurrentFile
  8883. CurrentPath
  8884.     0R1S2S6S
  8885. FileOnly
  8886. CurrentPath
  8887. CurrentFile
  8888. CurrentPath
  8889. CurrentFile
  8890. Macintosh
  8891. CurrentPath
  8892. CurrentFile
  8893. CurrentFile
  8894.     0R1S2S5S6S7S8S12S15S19S26S29S33S36S37S38S39S40S44S47S51S54S2E
  8895. DirOnly
  8896. CurrentPath
  8897. CurrentFile
  8898. Macintosh
  8899. CurrentPath
  8900. CurrentFile
  8901. CurrentPath
  8902. CurrentFile
  8903.     0R1S2S8S11S15S17S18S20S21S22S23S24S28S31S35S37S38S40S41S42S43S44S48S51S55S57S58S60S
  8904. DirOnly
  8905. FileOnly"
  8906. CurrentPath
  8907.     0RR1S2S5S6S8S10S11S15S
  8908. ArchivePath
  8909. Please specify the filename of the archive database
  8910.     3S4S6S11SArchivePath
  8911.     Archive server:
  8912.     Archive database:
  8913. ArchiveServer
  8914. Local
  8915. ArchiveServer
  8916.     3S4S6S8S
  8917. tmpArchiveServer
  8918. ArchivePath
  8919. tmpArchivePath
  8920. Closer 
  8921.     0S0E
  8922. Categori_ze
  8923. _Edit Document
  8924. Send Docu_ment
  8925. _Forward
  8926. Save Profile 
  8927.     0S0E
  8928. _Move to Folder...
  8929. _Remove from Folder...
  8930. '++LotusScript Development Environment:2:5:(Options):0:74
  8931. Option Public
  8932. '++LotusScript Development Environment:2:5:(Forward):0:1
  8933. Declare Sub Initialize
  8934. Declare Sub EvaluateDocument(ArchiveType)
  8935. Declare Sub ArchiveDocument
  8936. Declare Sub Terminate
  8937. Declare Sub ProcessDocuments
  8938. Declare Sub FixReaderNames
  8939. '++LotusScript Development Environment:2:5:(Declarations):0:10
  8940. %INCLUDE "lserr.lss"
  8941. %INCLUDE "lsxbeerr.lss"
  8942. Dim s As NotesSession
  8943. Dim sourcedb As NotesDatabase
  8944. Dim archivedb As NotesDatabase
  8945. Dim note As NotesDocument
  8946. Dim newnote As NotesDocument
  8947. Dim lognote As NotesDocument
  8948. Dim profile As NotesDocument
  8949. Dim documents As NotesDocumentCollection
  8950. Dim responses As NotesDocumentCollection
  8951. Dim view As NotesView
  8952. Dim dtNow As NotesDateTime
  8953. Dim dtExpired As NotesDateTime
  8954. Dim dtDocument As NotesDateTime
  8955. Dim dtCompare As NotesDateTime
  8956. Dim item As NotesItem
  8957. Dim rtitem As NotesRichTextItem
  8958. Dim CurrentServer As String
  8959. Dim ArchiveExpired As Variant
  8960. Dim ExpiredLife As Variant
  8961. Dim ArchiveInactive As Variant
  8962. Dim DocumentLife As Variant
  8963. Dim ArchiveServer As Variant
  8964. Dim ArchivePath As Variant
  8965. Dim ArchiveLog As Variant
  8966. Dim IncludeDocLinks As Variant
  8967. Dim Archive As Variant
  8968. Dim goAgain As Variant
  8969. Dim DoNotRun As Variant
  8970. Dim DbNotOpen As Variant
  8971. '++LotusScript Development Environment:2:2:Initialize:1:10
  8972. Sub Initialize
  8973.      
  8974.      On Error Goto ErrorRoutine
  8975.      On Error ErrObjectVariableNotSet Resume Next 
  8976.      
  8977.      Set s = New NotesSession
  8978.      Set sourcedb = s.CurrentDatabase
  8979.      Set view = sourcedb.GetView("Archiving")
  8980.      
  8981.      Set profile = view.GetDocumentByKey("Archive Profile")
  8982.      If profile Is Nothing Then
  8983.           Messagebox "There is no archive profile for this database.  " &_
  8984.           "Please contact the database manager for further information.", 0 + 64, "Archive"
  8985.           DoNotRun = True
  8986.           Exit Sub       
  8987.      End If
  8988.      
  8989.      ArchiveExpired = profile.ArchiveExpired
  8990.      ArchiveInactive = profile.ArchiveInactive 
  8991.      If (ArchiveExpired(0) = "") And (ArchiveInactive(0) = "") Then
  8992.           DoNotRun = True
  8993.           Exit Sub       
  8994.      End If
  8995.      
  8996.      ExpiredLife = profile.ExpiredLife
  8997.      DocumentLife = profile.DocumentLife
  8998.      ArchivePath = profile.ArchivePath
  8999.      ArchiveServer = Evaluate("@Name([Abbreviate]; ArchiveServer)", profile)
  9000.      ArchiveLog = profile.ArchiveLog
  9001.      IncludeDocLinks = profile.IncludeDocLinks
  9002.      
  9003.      Set dtNow = New NotesDateTime("Today")
  9004.      Set dtExpired = New NotesDateTime("Today")
  9005.      Set dtDocument = New NotesDateTime("Today")
  9006.      Set dtCompare = New NotesDateTime("Today")
  9007.      dtNow.SetNow
  9008.      If ArchiveExpired(0) = "Yes" Then dtExpired.AdjustDay(Int(ExpiredLife(0)) * -1)
  9009.      If ArchiveInactive(0) = "Yes" Then dtDocument.AdjustDay(Int(DocumentLife(0)) * -1)
  9010.      
  9011.      If ArchiveLog(0) = "Yes" Then
  9012.           Set lognote = New NotesDocument(sourcedb)
  9013.           Set rtitem = New NotesRichTextItem(lognote, "Body")
  9014.           lognote.Form = "Archive Log"
  9015.           lognote.ArchiveDate = dtNow.LSLocalTime
  9016.           lognote.ProtectFromArchive = 1
  9017.           lognote.ExcludeFromView = "D"
  9018.           lognote.From = "Archiving"
  9019.           lognote.Categories = "(Archive)"
  9020.           Call lognote.ReplaceItemValue("_ViewIcon", 22)
  9021.      End If
  9022.      
  9023.      On Error lsERR_NOTES_DBOPEN_FAILED Resume Next
  9024.      Set archivedb = New NotesDatabase(ArchiveServer(0), ArchivePath(0))
  9025.      If archivedb.IsOpen = False Then
  9026.           DbNotOpen = True
  9027.           Err = 0
  9028.           Exit Sub
  9029.      End If        
  9030.      
  9031.      ProcessDocuments
  9032.      
  9033.      Exit Sub
  9034.      
  9035. ErrorRoutine:
  9036.      Print "Unexpected condition: " & Err & " - " & Error
  9037.      Err = 0
  9038.      Exit Sub
  9039.      
  9040. End Sub
  9041. '++LotusScript Development Environment:2:2:EvaluateDocument:1:8
  9042. Sub EvaluateDocument(ArchiveType)
  9043.      
  9044.      On Error Goto ErrorRoutine
  9045.      On Error ErrObjectVariableNotSet Resume Next 
  9046.      
  9047.      Archive = False
  9048.      
  9049. 'If this type of form does not get archived then exit
  9050.      If note.HasItem("ProtectFromArchive") Then
  9051.           ProtectFromArchive = note.ProtectFromArchive
  9052.           If ProtectFromArchive(0) = 1 Then Exit Sub
  9053.      End If
  9054.      
  9055.      Select Case ArchiveType
  9056.      Case "Expired"
  9057.           If ArchiveExpired(0) = "Yes" And note.HasItem("ExpireDate") Then
  9058.                Set item = note.GetFirstItem("ExpireDate")
  9059.                Set dtCompare = item.DateTimeValue
  9060.                If dtCompare Is Nothing Then
  9061.                     Set dtCompare = New NotesDateTime("Today")
  9062.                Else
  9063.                     If dtExpired.TimeDifference(dtCompare) >= 0 Then
  9064.                          Archive = True
  9065.                          Exit Sub
  9066.                     End If
  9067.                End If
  9068.           End If
  9069.      Case "Inactive"
  9070.           If ArchiveInactive(0) = "Yes" Then
  9071.                AccessDate = note.LastAccessed
  9072.                dtCompare.LSLocalTime = AccessDate
  9073.                If dtDocument.TimeDifference(dtCompare) >= 0 Then Archive = True
  9074.           End If
  9075.      End Select
  9076.      
  9077.      Exit Sub
  9078.      
  9079. ErrorRoutine:
  9080.      Print "Unexpected condition: " & Err & " - " & Error
  9081.      Err = 0
  9082.      Exit Sub     
  9083.      
  9084. End Sub
  9085. '++LotusScript Development Environment:2:2:ArchiveDocument:1:8
  9086. Sub ArchiveDocument
  9087.      
  9088.      On Error Goto ErrorRoutine
  9089.      On Error ErrObjectVariableNotSet Resume Next 
  9090.      
  9091. $Archived and DateArchived might already be present, if this agent failed the last
  9092. time it was run.  None of these fields should be on the archived copy, because we 
  9093. don't want the archive database to inadvertantly archive these documents (it can
  9094. archive, but it needs to use its own criteria)
  9095. %END REM
  9096.      
  9097.      If note.HasItem("$Archived") Then note.RemoveItem("$Archived")
  9098.      If note.HasItem("DateArchived") Then note.RemoveItem("DateArchived")
  9099.      If note.HasItem("ExpireDate") Then note.RemoveItem("ExpireDate")
  9100.      FixReaderNames
  9101.      note.Save True, True
  9102.      Set newnote = note.CopyToDatabase(archivedb)
  9103.      note.DateArchived = dtNow.LSLocalTime    
  9104.      Call note.AppendItemValue("$Archived", True)
  9105.      note.Save True, True
  9106.      
  9107.      Subject = note.Subject
  9108.      CreatedBy = Evaluate("@Name([Abbreviate]; From)", note)
  9109.      CreatedDate = note.Created
  9110.      
  9111.      If ArchiveLog(0) = "Yes" Then
  9112.           If IncludeDocLinks(0) = "Yes" Then
  9113.                Call rtitem.AppendDocLink(newnote, "DocLink to " & Subject(0))
  9114.                Call rtitem.AddTab(1)
  9115.           End If
  9116.           Call rtitem.AppendText(Subject(0) & " (created by " & CreatedBy(0) & " on " &_
  9117.           Format(CreatedDate, "Short Date") & ")")
  9118.           Call rtitem.AddNewLine(2)
  9119.           lognote.Save True, True
  9120.      End If
  9121.      
  9122.      Exit Sub
  9123.      
  9124. ErrorRoutine:
  9125.      Print "Unexpected condition: " & Err & " - " & Error
  9126.      Err = 0
  9127.      Exit Sub
  9128.      
  9129. End Sub 
  9130. '++LotusScript Development Environment:2:2:Terminate:1:10
  9131. Sub Terminate
  9132.      
  9133.      If DoNotRun Then Exit Sub
  9134.      
  9135.      On Error Goto ErrorRoutine
  9136.      On Error ErrObjectVariableNotSet Resume Next 
  9137.      
  9138.      Set documents = sourcedb.Search("@IsAvailable(DateArchived)", Nothing, 0)
  9139.      ArchiveCount = documents.Count
  9140.      For n = 1 To ArchiveCount
  9141.           Set note = documents.GetNthDocument(n)         
  9142.           note.Remove(True)
  9143.      Next
  9144.      
  9145.      If ArchiveLog(0) = "" Then Exit Sub
  9146.      
  9147.      ArchiveTitle = archivedb.Title
  9148.      dtNow.SetNow
  9149.      If ArchiveServer(0) = "" Then ArchiveServer(0) = "Local"
  9150.      lognote.Subject = "Archive Log for " & Format(dtNow.LSLocalTime, "General Date")
  9151.      
  9152.      If DbNotOpen Then
  9153.           If ArchiveServer(0) = "" Then
  9154.                ArchiveFile = ArchivePath(0)
  9155.           Else
  9156.                ArchiveFile = ArchiveServer(0) & "!!" & ArchivePath(0)
  9157.           End If
  9158.           lognote.Body = "The Archive agent was unable to open your archive file - " & ArchiveFile &_
  9159.           ".  Please verify that the file exists."
  9160.      End If
  9161.      
  9162.      lognote.ArchiveTrailer = "Archive of " & ArchiveCount & " documents on server " & _
  9163.      ArchiveServer(0) & " from " & sourcedb.Title & " (" & sourcedb.FilePath & ") to " & ArchiveTitle & _
  9164.      " (" & ArchivePath(0) & ") completed sucessfully on " & _
  9165.      Format(dtNow.LSLocalTime, "Short Date") & " at " & _
  9166.      Format(dtNow.LSLocalTime, "Long Time") & _
  9167.      ".  Expired documents are archived after " & ExpiredLife(0) & _
  9168.      " days.  All other documents are archived after " & DocumentLife(0) & " days of inactivity."
  9169.      lognote.Save True, True
  9170.      Call lognote.CopyToDatabase(archivedb)
  9171.      
  9172.      Print
  9173.      
  9174.      Exit Sub
  9175.      
  9176. ErrorRoutine:
  9177.      If Not(DbNotOpen) Then Print "Unexpected condition: " & Err & " - " & Error
  9178.      Err = 0
  9179.      Exit Sub
  9180.      
  9181. End Sub
  9182. '++LotusScript Development Environment:2:2:ProcessDocuments:1:8
  9183. Sub ProcessDocuments
  9184.      
  9185.      On Error Resume Next
  9186.      
  9187.      Print "Archiving documents..."
  9188.      
  9189. 'First check for Expired documents
  9190.      If ArchiveExpired(0) = "Yes" Then
  9191.           Set documents = sourcedb.Search("@IsAvailable(ExpireDate)", Nothing, 0) 
  9192.           If documents.Count > 0 Then
  9193.                For n = 1 To documents.Count
  9194.                     Set note = documents.GetNthDocument(n)
  9195.                     EvaluateDocument("Expired")
  9196.                     If Archive = True Then ArchiveDocument
  9197.                Next
  9198.           End If
  9199.      End If
  9200.      
  9201. 'Now check the rest of the documents     
  9202.      If ArchiveInactive(0) = "Yes" Then
  9203.           Set documents = sourcedb.AllDocuments
  9204.           If documents.Count > 0 Then
  9205.                For n = 1 To documents.Count
  9206.                     Set note = documents.GetNthDocument(n)
  9207.                     EvaluateDocument("Inactive")
  9208.                     If Archive = True Then ArchiveDocument
  9209.                Next
  9210.           End If
  9211.      End If
  9212.      
  9213. 'Loop through all the documents that we archived and archive their reponses
  9214.      Do
  9215.           Set documents = sourcedb.Search("@IsAvailable($Archived)", Nothing, 0)
  9216.           goAgain = False
  9217.           For n = 1 To documents.count
  9218.                Set note = documents.GetNthDocument(n)
  9219.                Call note.RemoveItem("$Archived")              
  9220.                If Err = 0 Then
  9221.                     note.Save True, True
  9222.                     Set responses = note.Responses
  9223.                     If responses.Count > 0 Then
  9224.                          For i = 1 To responses.Count
  9225.                               Set note = responses.GetNthDocument(i)
  9226.                               If Not note.HasItem("$Archived") Then ArchiveDocument
  9227. 'Since we just archived a response, we have to loop back through in order to archive all of its reponses
  9228.                               goAgain = True
  9229.                          Next
  9230.                     End If
  9231.                Else
  9232.                     Err = 0
  9233.                End If
  9234.           Next
  9235.      Loop While goAgain
  9236.      
  9237. End Sub
  9238. '++LotusScript Development Environment:2:2:FixReaderNames:1:8
  9239. Sub FixReaderNames
  9240.      
  9241.      If note.HasItem("Readers") Then
  9242.           If note.Readers(0) = "" Then note.RemoveItem("Readers")
  9243.      End If
  9244.      If note.HasItem("DocumentReaders") Then
  9245.           If note.DocumentReaders(0) = "" Then note.RemoveItem("DocumentReaders")
  9246.      End If
  9247.      
  9248. End Sub
  9249. ;tAH=tA
  9250. lIlI8I8I
  9251. (    H    D
  9252. ("(" +
  9253. "H#L,
  9254. H#($4-
  9255. h#(%t-
  9256. h$(*H/
  9257. %H%T0
  9258. %H&D1
  9259. &H'@3
  9260. 'H)85
  9261. H(H( 6
  9262. h(h(T6
  9263. (h),7
  9264. )H+l8
  9265. +h,4<
  9266. ,h. >
  9267. h-h-8?
  9268. 0(1PE
  9269. h1H3xF
  9270. 1H2lG
  9271. 2H4@I
  9272. 3(8xI
  9273. 3(4|J
  9274. (4h4pK
  9275. 4h5LL
  9276. 5H6(N
  9277. h6h7xO
  9278. 8\@xS
  9279. 9XB8T
  9280. (9(:lT
  9281. 9H:XU
  9282. H:h;|V
  9283. H;H;PX
  9284. ELHLH
  9285. 8=,><Y    
  9286. H@F@FXGXG
  9287. ?dADZ    
  9288. \@HB\Z    
  9289. E4D4D
  9290. HBxB([    
  9291. lJ\c=
  9292. [(=KT<-(C#
  9293. ?K(=,LC}4]#
  9294. ?,|C}t]#
  9295. [XBK<>P
  9296. [xBK<>P
  9297. [hBK<>P
  9298. BK<>P
  9299. BK<>P
  9300. BK<>P
  9301. BK<>P
  9302. Kl@,4D
  9303. K|@,4D
  9304. [,>+H=[(=$
  9305. [8B+tAG,>}
  9306. K,>QdD}(`
  9307. K,>QpDK\@-|D#
  9308. [8=+d<
  9309. >,8E}
  9310. >,8E}
  9311. >,xE}
  9312. @KdA-
  9313. @.|DJ
  9314. >,8E}
  9315. >,@F}
  9316. >,8E}
  9317. >,@F}
  9318. >,8E}
  9319. >,@F}
  9320. F[8=#
  9321. FK\@-|D#
  9322. >-XG#
  9323. K8B,|G[
  9324. K,>,pF
  9325. >K(=,LH}$e
  9326. ^(I4(
  9327. ^8IK8=-HI#
  9328. K,>Q$G}
  9329. fK\@-|D#}8f
  9330. K,>Q|I}
  9331. K(=-HI#
  9332. K\@-|D#}
  9333. K\@-|D#}`h
  9334. K,>,pF
  9335. F[8=#1
  9336. >K(=,LH}
  9337. >K(=-
  9338. >K(=,LH}
  9339. >,@F}
  9340. ^@J48
  9341. >,8E}
  9342. ^PJ6G
  9343. >,8E},j#8
  9344. >,@F},j#
  9345. >,8E}Tj#8
  9346. >,@F}Tj#
  9347. ArchiveServer
  9348. Lotus Notes
  9349. PURSAF
  9350. Debbie2 Branco
  9351. F)`b"
  9352. 0|wm-
  9353. PURSAF
  9354. TS3+v
  9355. va(G)
  9356. $TITLE
  9357. $AssistType
  9358. $AssistLastRun
  9359. $AssistDocCount
  9360. $AssistFlags
  9361. $AssistInfo
  9362. $AssistQuery
  9363. $AssistAction
  9364. $AssistAction_Ex
  9365. $UpdatedBy
  9366. $Flags
  9367. ed$UpdatedBy$ACLDigest$Signature$DesignVersion$Version$Formula$FormulaClass$Collation$AssistVersion$TITLE$AssistType$AssistLastRun$AssistDocCount$AssistFlags$MachineName$AssistTrigger$AssistInfo$AssistQuery$AssistAction$AssistAction_Ex$Flags$AssistRunInfo$TYPE$Operation$Scan$LeftToDo$INFO$Header$Fonts$BODYIconBitmap$FlagsNoRefresh$Index$Collation1$Collation2$VIEWFORMAT$Comment$ACTIONS$TABLEFORMAT$FormFormula$Name$FolderObject$FolderIDTable$Author$WINDOWTITLESubjectDeliveryDate$FIELDS$$FormPostOpenAction$$XMB$Licensee$TypeIconExpireDateReplyDateComposedDate$Script$$Script_O$$ScriptName$$FormScript$$$FormScript_OFromSignEncryptDefaultMailSaveOptions$KeepPrivateHeaderSendToCopyToBlindCopyToBodyFooterReplyToMailFormat$Phone_OtmpPostedDateInfotmpFromInfoIntendedRecipientSenderTagForwardedFromForwardedDateReplyNumberDueDate$AUTOLAUNCHInheritedDBTitleInheritedSubjectFlowStatusDueDateTimeLogoDocLife$ManualArchivers_OObsoleteLifeDocumentLife$MessageTypeArchiveDateArchiveTrailer$$FirstDayOut1$FirstDayOut1_O$$FirstDayBack1$FirstDayBack1_O$$FirstDayOut$FirstDayOut_O$$FirstDayBack$FirstDayBack_O$$GeneralMessage$GeneralMessage_OAlreadyNotifiedSenderExcludeFromView_ViewIconFirstDayOutFirstDayBackGeneralSubjectDaysOutGeneralMessageSpecialPeopleSpecialSubjectSpecialMessageIgnorePeopledateFirstDayOutdateFirstDayBackInheritedSendToInheritedReplyToInheritedFromInheritedFromDomainDelegateAlertAssigneeAlertCompletedOnSelfAssignedImportanceStartDateTimeAssignedTo$SCRIPTOBJ_6PhoneCallerCompanyNamePhoneNumberFAXNumberPhoneReasonOriginatorOriginalRouteListRemainingRouteListNotifySaveOptionsLetterHeadChoicesDeliveryReportDeliveryPriorityReturnReceipt$SCRIPTOBJ_10ArchiveExpiredExpiredLifeArchiveInactiveArchiveLogIncludeDoclinksArchiveLocationArchiveServerArchivePath$ReplVersion$ReplSrcServers$ReplClassMasks$ReplFormula$ReplView$ReplPrivateFolderDestinationProductDepartureDateReturnDateAgreement$Collection$ViewContainer
  9368. Temporary Export Certificate
  9369. "Helvetica
  9370.  Temporary Export Certificate'++LotusScript Development Environment:2:5:(Options):0:66
  9371. '++LotusScript Development Environment:2:5:(Forward):0:1
  9372. Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  9373. '++LotusScript Development Environment:2:5:(Declarations):0:2
  9374. '++LotusScript Development Environment:2:2:BindEvents:1:129
  9375. Private Sub BindEvents(Byval Objectname_ As String)
  9376.      Static Source As NOTESUIDOCUMENT
  9377.      Set Source = Bind(Objectname_)
  9378.      On Event Queryclose From Source Call Queryclose
  9379. End Sub
  9380. '++LotusScript Development Environment:2:2:Queryclose:1:12
  9381. Sub Queryclose(Source As Notesuidocument, Continue As Variant)
  9382.      
  9383.      On Error Resume Next
  9384.      source.Document.PutInFolder("Temporary Export Certificates")
  9385.      
  9386. End Sub
  9387. FieldCle
  9388. MicrosoftWord R
  9389. .WPD;*.WPT;*.DOC
  9390. Certificate for Temporary Export of 
  9391.               
  9392. Lotus Notes, North American version
  9393.     Personal information:
  9394.     Name:    
  9395.     Company name:    
  9396. CompanyName
  9397.     Travel information:
  9398.     Destination(s):    
  9399. Agreement
  9400. Destination
  9401. You must enter a destination.
  9402.     3S4S5S6S7S8S10S15S
  9403. Destination
  9404.     Product(s)
  9405. Lotus Notes (North American version)
  9406. Agreement
  9407. Product
  9408. You must enter a product.
  9409.     3S4S5S6S7S8S10S15S
  9410. Product
  9411.     U.S. departure date:    
  9412. Only do translation if not already in time format.
  9413. DepartureDate
  9414. DepartureDate
  9415.     0R7S15S
  9416. pcDate
  9417. DepartureDate
  9418.     0RR1S2S
  9419. TodayInt,
  9420.     0RR1S2S
  9421. ConNext
  9422. pcDate
  9423. nextG
  9424.     0R1S2S8S11S13S
  9425. AdjustAmount
  9426. pcDate
  9427. pcDate
  9428. pcDate
  9429. pcDate
  9430. pcDate
  9431. pcDate
  9432. pcDate
  9433.     0R1S2S4RS8E11RS13E13RS9E20RS13E22RS8E29RS13E31RS8E38RS13E40RS8E47RS13E49RS8E56RS13E58RS8E65RS13E67RS8E
  9434. AdjustAmount
  9435. ConNext
  9436. pcDateW
  9437.     0RR3S4S5S6S8S19S
  9438. AdjustAmount
  9439. ConNext
  9440. TodayInt#
  9441.     0R6S8S10S20S22S24S
  9442. Agreement
  9443. DepartureDate
  9444. You must enter a departure date.{
  9445.     3S4S5S6S7S8S10S15S
  9446. DepartureDate
  9447.     U.S. return date:    
  9448. Only do translation if not already in time format.
  9449. ReturnDate]
  9450. ReturnDateK
  9451.     0R7S15S
  9452. pcDate
  9453. ReturnDatea
  9454.     0RR1S2S
  9455. TodayInt,
  9456.     0RR1S2S
  9457. ConNext
  9458. pcDate
  9459. nextG
  9460.     0R1S2S8S11S13S
  9461. AdjustAmount
  9462. pcDate
  9463. pcDate
  9464. pcDate
  9465. pcDate
  9466. pcDate
  9467. pcDate
  9468. pcDate
  9469.     0R1S2S4RS8E11RS13E13RS9E20RS13E22RS8E29RS13E31RS8E38RS13E40RS8E47RS13E49RS8E56RS13E58RS8E65RS13E67RS8E
  9470. AdjustAmount
  9471. ConNext
  9472. pcDateW
  9473.     0RR3S4S5S6S8S19S
  9474. AdjustAmount
  9475. ConNext
  9476. TodayInt#
  9477.     0R6S8S10S20S22S24S
  9478. ReturnDate
  9479. Agreement
  9480. I hereby certify|Yes
  9481.     , by checking this box, that I have complied with the requirements of U.S. export law, specifically, 22 CFR 123.27, pertaining to the "temporary" export of cryptographic products for "personal" use.
  9482.     I certify that:
  9483.     the use of the product identified above was solely for personal use and not for sales, demonstration or marketing purposes;
  9484.     only one copy of the product identified above was exported and it remained in my possession (and was not sent separately) during this travel;
  9485.     I did not travel to a country to which exports are prohibited (countries on which a "ban or embargo" has been 
  9486.     imposed
  9487.      by the U.S. government or United Nations); and
  9488.     I have no knowledge or reason to believe the products were copied, transferred, stolen, or compromised while abroad.
  9489.    .   .   
  9490.    .   .  
  9491.     Explanation of law: 
  9492.     The Personal Use Exemption authorizes temporary export of cryptographic products for personal use by U.S.citizens and lawful permanent residents when travelling abroad. The exemption requires the traveller to keep certain records and report instances where the product was stolen or otherwise compromised. There are no other export related requirements such as export licenses or Shipper's Export Declarations.
  9493.     Requirements:
  9494.     - Use of the cryptographic items must be for personal use and not for sales, marketing, or demonstration purposes 
  9495.     - Only one copy of a cryptographic item may be exported (i.e. one phone, one laptop,etc.) and one copy each of cryptographic software to be used on simultaneously exported hardware.
  9496.     - The Exemption cannot be used for travel to countries which have been identified as supporting terrorism or those under certain United Nations embargoes. These countries currently are Cuba, Iran, Iraq, Libya, North Korea, Sudan and Syria.
  9497.     - The cryptographic products must be hand carried (may be included with accompanying baggage), not sent separately, and must be returned to the U.S. at the completion of the stay abroad. Upon request of a U.S. Customs officer, the exporter will submit the products for inspection.
  9498.     - The exporter must keep records for five years from the date the trip commenced. The records must include the description of the handcarried cryptographic products; dates and countries visited; dates of leaving the U.S. and re-entry. The record is to contain a statement that all conditions of the Exemption as outlined above were met and that no products were stolen, transferred or otherwise compromised. 
  9499.     - The exporter also has a duty to report to the U.S. Department of State, Office of Defense Trade Controls, any loss, transfer, copy, or compromise of the product while abroad within 10 days of returning to the U.S. (If the exporter has a reason to know any of these events has occurred he or she should immediately inform the Department of State.)
  9500. Temporary Export Certificate - 
  9501. Destination
  9502. DepartureDate
  9503.     1S2S3S4S5S6S
  9504. Subject
  9505. _ViewIcon
  9506. ExcludeFromView
  9507. Closeo 
  9508.     0S0E
  9509. _Edit Document
  9510. Categori_ze2
  9511. Send Docu_ment
  9512. _Forward
  9513. _Move To Folder...
  9514. _Remove From Folder
  9515. Mail Tools\Out of Office... | Out Of Office
  9516. (Return Receipt)Return Receipt
  9517. (Personal Stationery)Personal Stationery
  9518. (Trace Report)Trace Report
  9519. (Delivery Info)DeliveryInfo
  9520. (ReturnNonReceipt)ReturnNonReceipt
  9521. (NonDelivery Report)DeliveryReportNonDelivery Report
  9522. (Delivery Report)Delivery Report
  9523. $MoodsMoods
  9524. _Special\BookmarkBookmark
  9525. (Archive Log)Archive LogArchiveLog
  9526. Out Of Office ProfileOutOfOfficeProfile
  9527. ReplyReply
  9528. TaskDocumentTask
  9529. _Special\Serial Route MemoRoute
  9530. _Special\Phone MessagePhone Message
  9531. Reply With HistoryReply
  9532. Mail Tools\Add Sender to Address Book | AddToAddressBook
  9533. _Special\_Memo To Database ManagerMemo
  9534. Bouncy EarthStdNotesLtr1
  9535. Buck Rogers MailStdNotesLtr2
  9536. CenteredStdNotesLtr3
  9537. DeccoStdNotesLtr4
  9538. Falling SpheresStdNotesLtr5
  9539. First InitialStdNotesLtr6
  9540. Frank LloydStdNotesLtr7
  9541. From The DeskStdNotesLtr8
  9542. GatewayStdNotesLtrGateway
  9543. Geometry 1StdNotesLtr9
  9544. Gray Gradient and LinesStdNotesLtr13
  9545. Green and Yellow DiamondStdNotesLtr14
  9546. MarqueeStdNotesLtr34
  9547. Metal PlateStdNotesLtr15
  9548. Pencil and GridStdNotesLtr16
  9549. Plain TextStdNotesLtr0
  9550. Pony ExpressStdNotesLtr17
  9551. Purple StairsStdNotesLtr18
  9552. Reversed TealStdNotesLtr20
  9553. Slashed Lines with GlobeStdNotesLtr21
  9554. Squiggle with BackdropStdNotesLtr22
  9555. Squiggly LineStdNotesLtr23
  9556. TacksStdNotesLtr24
  9557. TapeStdNotesLtr25
  9558. Teal and Yellow LinesStdNotesLtr26
  9559. Three Dimensional ReliefStdNotesLtr27
  9560. Torn PaperStdNotesLtr28
  9561. Triangle with Dots 1StdNotesLtr29
  9562. Triangle with Dots 2StdNotesLtr30
  9563. Wild ConfettiStdNotesLtr32
  9564. Yellow GradientStdNotesLtr33
  9565. Mail Tools\_Create Stationery... | CreateStationery
  9566. (Delivery Options)DeliveryOptions
  9567. Mail Tools\_Choose Letterhead... | Select Letterhead
  9568. Mail Tools\Archive Selected Documents
  9569. Archive ProfileArchiveProfileArchive Profile
  9570. _Special\Temporary Export CertificateTemporary Export Certificate
  9571. CertificateTemporary Export Certificate
  9572. ort Certificate
  9573. il Tools\Out of Office... | Out Of Office
  9574. (Return Receipt)Return Receipt
  9575. (Personal Stationery)Personal Stationery
  9576. (Trace Report)Trace Report
  9577. (Delivery Info)DeliveryInfo
  9578. (ReturnNonReceipt)ReturnNonReceipt
  9579. (NonDelivery Report)DeliveryReportNonDelivery Report
  9580. (Delivery Report)Delivery Report
  9581. $MoodsMoods
  9582. _Special\BookmarkBookmark
  9583. MemoDocumentMemo
  9584. (Archive Log)Archive LogArchiveLog
  9585. Out Of Office ProfileOutOfOfficeProfile
  9586. ReplyReply
  9587. TaskDocumentTask
  9588. _Special\Serial Route MemoRoute
  9589. _Special\Phone MessagePhone Message
  9590. Reply With HistoryReply
  9591. Mail Tools\Add Sender to Address Book | AddToAddressBook
  9592. _Special\_Memo To Database ManagerMemo
  9593. Bouncy EarthStdNotesLtr1
  9594. Buck Rogers MailStdNotesLtr2
  9595. CenteredStdNotesLtr3
  9596. DeccoStdNotesLtr4
  9597. Falling SpheresStdNotesLtr5
  9598. First InitialStdNotesLtr6
  9599. Frank LloydStdNotesLtr7
  9600. From The DeskStdNotesLtr8
  9601. GatewayStdNotesLtrGateway
  9602. Geometry 1StdNotesLtr9
  9603. Gray Gradient and LinesStdNotesLtr13
  9604. Green and Yellow DiamondStdNotesLtr14
  9605. MarqueeStdNotesLtr34
  9606. Metal PlateStdNotesLtr15
  9607. Pencil and GridStdNotesLtr16
  9608. Plain TextStdNotesLtr0
  9609. Pony ExpressStdNotesLtr17
  9610. Purple StairsStdNotesLtr18
  9611. Reversed TealStdNotesLtr20
  9612. Slashed Lines with GlobeStdNotesLtr21
  9613. Squiggle with BackdropStdNotesLtr22
  9614. Squiggly LineStdNotesLtr23
  9615. TacksStdNotesLtr24
  9616. TapeStdNotesLtr25
  9617. Mail Tools\Out of Office... | Out Of Office
  9618. (Return Receipt)Return Receipt
  9619. (Personal Stationery)Personal Stationery
  9620. (Trace Report)Trace Report
  9621. (Delivery Info)DeliveryInfo
  9622. (ReturnNonReceipt)ReturnNonReceipt
  9623. (NonDelivery Report)DeliveryReportNonDelivery Report
  9624. (Delivery Report)Delivery Report
  9625. $MoodsMoods
  9626. _Special\BookmarkBookmark
  9627. MemoDocumentMemo
  9628. (Archive Log)Archive LogArchiveLog
  9629. Out Of Office ProfileOutOfOfficeProfile
  9630. ReplyReply
  9631. TaskDocumentTask
  9632. _Special\Serial Route MemoRoute
  9633. _Special\Phone MessagePhone Message
  9634. Reply With HistoryReply
  9635. Mail Tools\Add Sender to Address Book | AddToAddressBook
  9636. _Special\_Memo To Database ManagerMemo
  9637. Bouncy EarthStdNotesLtr1
  9638. Buck Rogers MailStdNotesLtr2
  9639. CenteredStdNotesLtr3
  9640. DeccoStdNotesLtr4
  9641. Falling SpheresStdNotesLtr5
  9642. First InitialStdNotesLtr6
  9643. Frank LloydStdNotesLtr7
  9644. From The DeskStdNotesLtr8
  9645. GatewayStdNotesLtrGateway
  9646. Geometry 1StdNotesLtr9
  9647. Gray Gradient and LinesStdNotesLtr13
  9648. Green and Yellow DiamondStdNotesLtr14
  9649. MarqueeStdNotesLtr34
  9650. Metal PlateStdNotesLtr15
  9651. Pencil and GridStdNotesLtr16
  9652. Plain TextStdNotesLtr0
  9653. Pony ExpressStdNotesLtr17
  9654. Purple StairsStdNotesLtr18
  9655. Reversed TealStdNotesLtr20
  9656. Slashed Lines with GlobeStdNotesLtr21
  9657. Squiggle with BackdropStdNotesLtr22
  9658. Squiggly LineStdNotesLtr23
  9659. TacksStdNotesLtr24
  9660. TapeStdNotesLtr25
  9661. Teal and Yellow LinesStdNotesLtr26
  9662. Three Dimensional ReliefStdNotesLtr27
  9663. Torn PaperStdNotesLtr28
  9664. Triangle with Dots 1StdNotesLtr29
  9665. Triangle with Dots 2StdNotesLtr30
  9666. Wild ConfettiStdNotesLtr32
  9667. Yellow GradientStdNotesLtr33
  9668. Mail Tools\_Create Stationery... | CreateStationery
  9669. (Delivery Options)DeliveryOptions
  9670. Mail Tools\_Choose Letterhead... | Select Letterhead
  9671. Mail Tools\Archive Selected Documents
  9672. Archive ProfileArchiveProfileArchive Profile
  9673. Bouncy EarthStdNotesLtr1.
  9674. Buck Rogers MailStdNotesLtr2.
  9675. CenteredStdNotesLtr3.
  9676. DeccoStdNotesLtr4
  9677. Falling SpheresStdNotesLtr5
  9678. First InitialStdNotesLtr6
  9679. !X%`P
  9680. Frank LloydStdNotesLtr7
  9681. From The DeskStdNotesLtr8
  9682. GatewayStdNotesLtrGateway
  9683. Geometry 1StdNotesLtr9.
  9684. Gray Gradient and LinesStdNotesLtr13.
  9685. Green and Yellow DiamondStdNotesLtr14
  9686. MarqueeStdNotesLtr34.
  9687. Metal PlateStdNotesLtr15.
  9688. Pencil and GridStdNotesLtr16.
  9689. Plain TextStdNotesLtr0.
  9690. Pony ExpressStdNotesLtr17
  9691. Out Of Office ProfileOutOfOfficeProfile
  9692. ReplyReply
  9693. TaskDocumentTask
  9694. _Special\Serial Route MemoRoute
  9695. _Special\Phone MessagePhone Message
  9696. Reply With HistoryReply
  9697. Mail Tools\Add Sender to Address Book | AddToAddressBook
  9698. _Special\_Memo To Database ManagerMemo
  9699. Bouncy EarthStdNotesLtr1
  9700. Buck Rogers MailStdNotesLtr2
  9701. CenteredStdNotesLtr3
  9702. Mail Tools\Out of Office... | Out Of Office
  9703. 0z:'n
  9704. }T2wnU
  9705. CN=Peter O'Leary/O=IrisLotus Notes
  9706. CN=Catherine Duffy/O=IrisLotus Notes
  9707. CN=Catherine Duffy/O=IrisLotus Notes
  9708. (Return Receipt)Return Receipt.
  9709. (Personal Stationery)Personal Stationery.
  9710. (Trace Report)Trace Report.
  9711. (Delivery Info)DeliveryInfo
  9712. (ReturnNonReceipt)ReturnNonReceipt.
  9713. (NonDelivery Report)DeliveryReportNonDelivery Report.
  9714. (Delivery Report)Delivery Report.
  9715. $MoodsMoods
  9716. _Special\BookmarkBookmark
  9717. MemoDocumentMemo.
  9718. (Archive Log)Archive LogArchiveLog.
  9719. Out Of Office ProfileOutOfOfficeProfile
  9720. ReplyReply.
  9721. TaskDocumentTask.
  9722. _Special\Serial Route MemoRoute
  9723. _Special\Phone MessagePhone Message
  9724. Reply With HistoryReply
  9725. p~#Ln
  9726. Mail Tools\Add Sender to Address Book | AddToAddressBook8
  9727. _Special\_Memo To Database ManagerMemo.
  9728. Bouncy EarthStdNotesLtr1.
  9729. Buck Rogers MailStdNotesLtr2.
  9730. CenteredStdNotesLtr3.
  9731. DeccoStdNotesLtr4
  9732. Falling SpheresStdNotesLtr5
  9733. First InitialStdNotesLtr6
  9734. !X%`P
  9735. Frank LloydStdNotesLtr7
  9736. From The DeskStdNotesLtr8
  9737. GatewayStdNotesLtrGateway
  9738. Geometry 1StdNotesLtr9.
  9739. Gray Gradient and LinesStdNotesLtr13.
  9740. Green and Yellow DiamondStdNotesLtr14
  9741. MarqueeStdNotesLtr34.
  9742. Metal PlateStdNotesLtr15.
  9743. Pencil and GridStdNotesLtr16.
  9744. Plain TextStdNotesLtr0.
  9745. Pony ExpressStdNotesLtr17
  9746. Purple StairsStdNotesLtr18.
  9747. 0z:'n
  9748. }T2wnU
  9749. CN=Peter O'Leary/O=IrisLotus Notes
  9750. CN=Catherine Duffy/O=IrisLotus Notes
  9751. CN=Catherine Duffy/O=IrisLotus Notes
  9752. (Return Receipt)Return Receipt.
  9753. (Personal Stationery)Personal Stationery.
  9754. (Trace Report)Trace Report.
  9755. (Delivery Info)DeliveryInfo
  9756. (ReturnNonReceipt)ReturnNonReceipt.
  9757. (NonDelivery Report)DeliveryReportNonDelivery Report.
  9758. (Delivery Report)Delivery Report.
  9759. $MoodsMoods
  9760. _Special\BookmarkBookmark
  9761. (Archive Log)Archive LogArchiveLog.
  9762. TaskDocumentTask.
  9763. _Special\Serial Route MemoRoute
  9764. _Special\Phone MessagePhone Message
  9765. _Special\_Memo To Database ManagerMemo.
  9766. TacksStdNotesLtr24.
  9767. TapeStdNotesLtr25
  9768. Teal and Yellow LinesStdNotesLtr26.
  9769. Three Dimensional ReliefStdNotesLtr27
  9770. Torn PaperStdNotesLtr28
  9771. Triangle with Dots 1StdNotesLtr29
  9772. Triangle with Dots 2StdNotesLtr30
  9773. Wild ConfettiStdNotesLtr32.
  9774. Yellow GradientStdNotesLtr33.
  9775. (Delivery Options)DeliveryOptions
  9776. O9T`)#
  9777. _Special\Temporary Export CertificateTemporary Export Certificate
  9778. Buck Rogers MailStdNotesLtr2.
  9779. CenteredStdNotesLtr3.
  9780. DeccoStdNotesLtr4
  9781. Falling SpheresStdNotesLtr5
  9782. First InitialStdNotesLtr6
  9783. !X%`P
  9784. Frank LloydStdNotesLtr7
  9785. From The DeskStdNotesLtr8
  9786. GatewayStdNotesLtrGateway
  9787. Geometry 1StdNotesLtr9.
  9788. Gray Gradient and LinesStdNotesLtr13.
  9789. Green and Yellow DiamondStdNotesLtr14
  9790. MarqueeStdNotesLtr34.
  9791. Metal PlateStdNotesLtr15.
  9792. Pencil and GridStdNotesLtr16.
  9793. Plain TextStdNotesLtr0.
  9794. Pony ExpressStdNotesLtr17
  9795. Purple StairsStdNotesLtr18.
  9796. Reversed TealStdNotesLtr20.
  9797. Slashed Lines with GlobeStdNotesLtr21
  9798. Squiggle with BackdropStdNotesLtr22
  9799. Squiggly LineStdNotesLtr23.
  9800. TacksStdNotesLtr24.
  9801. TapeStdNotesLtr25
  9802. Squiggly LineStdNotesLtr23
  9803. Bouncy EarthStdNotesLtr1.
  9804. Buck Rogers MailStdNotesLtr2.
  9805. CenteredStdNotesLtr3.
  9806. DeccoStdNotesLtr4
  9807. Falling SpheresStdNotesLtr5
  9808. First InitialStdNotesLtr6
  9809. !X%`P
  9810. Frank LloydStdNotesLtr7
  9811. From The DeskStdNotesLtr8
  9812. GatewayStdNotesLtrGateway
  9813. Geometry 1StdNotesLtr9.
  9814. Gray Gradient and LinesStdNotesLtr13.
  9815. Green and Yellow DiamondStdNotesLtr14
  9816. Mail Tools\Add Sender to Address Book | AddToAddressBook8
  9817. Mail Tools\Out of Office... | Out Of Office
  9818. MarqueeStdNotesLtr34.
  9819. Metal PlateStdNotesLtr15.
  9820. Out Of Office ProfileOutOfOfficeProfile
  9821. Pencil and GridStdNotesLtr16.
  9822. Plain TextStdNotesLtr0.
  9823. Pony ExpressStdNotesLtr17
  9824. Purple StairsStdNotesLtr18.
  9825. ReplyReply.
  9826. Reply With HistoryReply
  9827. p~#Ln
  9828. Reversed TealStdNotesLtr20.
  9829. Slashed Lines with GlobeStdNotesLtr21
  9830. Squiggle with BackdropStdNotesLtr22
  9831. Squiggly LineStdNotesLtr23.
  9832. Mail Tools\_Create Stationery... | CreateStationery
  9833. Mail Tools\_Choose Letterhead... | Select Letterhead.
  9834. Mail Tools\Archive Selected Documents
  9835. Archive ProfileArchiveProfileArchive Profile.
  9836. CN=Catherine Duffy/O=IrisLotus NotesCN=Catherine Duffy/O=IrisLotus NotesCN=Catherine Duffy/O=IrisLotus NotesCN=Catherine Duffy/O=IrisLotus NotesCN=Catherine Duffy/O=IrisLotus Notes
  9837. Lotus Notes
  9838. MemoDocumentMemo.
  9839. Mail Tools\Out of Office... | Out Of Office
  9840. (Return Receipt)Return Receipt
  9841. (Personal Stationery)Personal Stationery
  9842. (Trace Report)Trace Report
  9843. (Delivery Info)DeliveryInfo
  9844. (ReturnNonReceipt)ReturnNonReceipt
  9845. (NonDelivery Report)DeliveryReportNonDelivery Report
  9846. (Delivery Report)Delivery Report
  9847. $MoodsMoods
  9848. _Special\BookmarkBookmark
  9849. (Archive Log)Archive LogArchiveLog
  9850. Out Of Office ProfileOutOfOfficeProfile
  9851. ReplyReply
  9852. TaskDocumentTask
  9853. _Special\Serial Route MemoRoute
  9854. _Special\Phone MessagePhone Message
  9855. Reply With HistoryReply
  9856. Mail Tools\Add Sender to Address Book | AddToAddressBook
  9857. _Special\_Memo To Database ManagerMemo
  9858. Bouncy EarthStdNotesLtr1
  9859. Buck Rogers MailStdNotesLtr2
  9860. CenteredStdNotesLtr3
  9861. DeccoStdNotesLtr4
  9862. Falling SpheresStdNotesLtr5
  9863. First InitialStdNotesLtr6
  9864. Frank LloydStdNotesLtr7
  9865. From The DeskStdNotesLtr8
  9866. GatewayStdNotesLtrGateway
  9867. Geometry 1StdNotesLtr9
  9868. Gray Gradient and LinesStdNotesLtr13
  9869. Green and Yellow DiamondStdNotesLtr14
  9870. MarqueeStdNotesLtr34
  9871. Metal PlateStdNotesLtr15
  9872. Pencil and GridStdNotesLtr16
  9873. Plain TextStdNotesLtr0
  9874. Pony ExpressStdNotesLtr17
  9875. Purple StairsStdNotesLtr18
  9876. Reversed TealStdNotesLtr20
  9877. Slashed Lines with GlobeStdNotesLtr21
  9878. Squiggle with BackdropStdNotesLtr22
  9879. Squiggly LineStdNotesLtr23
  9880. TacksStdNotesLtr24
  9881. TapeStdNotesLtr25
  9882. Teal and Yellow LinesStdNotesLtr26
  9883. Three Dimensional ReliefStdNotesLtr27
  9884. Torn PaperStdNotesLtr28
  9885. Triangle with Dots 1StdNotesLtr29
  9886. Triangle with Dots 2StdNotesLtr30
  9887. Wild ConfettiStdNotesLtr32
  9888. Yellow GradientStdNotesLtr33
  9889. Mail Tools\_Create Stationery... | CreateStationery
  9890. (Delivery Options)DeliveryOptions
  9891. Mail Tools\_Choose Letterhead... | Select Letterhead
  9892. Mail Tools\Archive Selected Documents
  9893. Archive ProfileArchiveProfileArchive Profile
  9894. _Special\Temporary Export CertificateTemporary Export Certificate
  9895. MemoDocumentMemo
  9896. $Modified
  9897.     1S2S3S
  9898. $TITLE$FormPrivs$FormUsers$Body$Flags$Class$Modified$Comment$AssistTrigger$AssistType$AssistFlags$UpdatedBy$$FormScript_O$C1$
  9899.     0SL1S
  9900. $TITLE
  9901. (Convert Categories to Folders)
  9902. Lotus Notes
  9903. ProcessOutOfOffice
  9904. Empty Trash | Empty Trash
  9905. Discussion Threads|Threads
  9906. CN=Catherine Duffy/O=Iris
  9907. ($All)
  9908. ($Sent)
  9909. ($Drafts)
  9910. ($Profiles)
  9911. ($Inbox)
  9912. Newly received mail messages.
  9913. ($VIM100)
  9914. Paul DiCristina
  9915. ($VIM256)
  9916. ($VIM42)
  9917. ($VIM98)
  9918. ($VIM23)
  9919. ($Trash)
  9920. CN=Mussie Shore/O=Iris
  9921. CN=Peter O'Leary/O=Iris
  9922. (Advanced Options)
  9923. CN=Paul DiCristina/O=Iris
  9924. $FORWARDSEP
  9925. Update Tasks
  9926. ($ToDo)|Tasks
  9927. (LetterHeadChooser)
  9928. _Archiving|Archiving
  9929. Periodic Archive
  9930. ed$UpdatedBy$ACLDigest$Signature$DesignVersion$Version$Formula$FormulaClass$Collation$AssistVersion$TITLE$AssistType$AssistLastRun$AssistDocCount$AssistFlags$MachineName$AssistTrigger$AssistInfo$AssistQuery$AssistAction$AssistAction_Ex$Flags$AssistRunInfo$TYPE$Operation$Scan$LeftToDo$INFO$Header$Fonts$BODYIconBitmap$FlagsNoRefresh$Index$Collation1$Collation2$VIEWFORMAT$Comment$ACTIONS$TABLEFORMAT$FormFormula$Name$FolderObject$FolderIDTable$Author$WINDOWTITLESubjectDeliveryDate$FIELDS$$FormPostOpenAction$$XMB$Licensee$TypeIconExpireDateReplyDateComposedDate$Script$$Script_O$$ScriptName$$FormScript$$$FormScript_OFromSignEncryptDefaultMailSaveOptions$KeepPrivateHeaderSendToCopyToBlindCopyToBodyFooterReplyToMailFormat$Phone_OtmpPostedDateInfotmpFromInfoIntendedRecipientSenderTagForwardedFromForwardedDateReplyNumberDueDate$AUTOLAUNCHInheritedDBTitleInheritedSubjectFlowStatusDueDateTimeLogoDocLife$ManualArchivers_OObsoleteLifeDocumentLife$MessageTypeArchiveDateArchiveTrailer$$FirstDayOut1$FirstDayOut1_O$$FirstDayBack1$FirstDayBack1_O$$FirstDayOut$FirstDayOut_O$$FirstDayBack$FirstDayBack_O$$GeneralMessage$GeneralMessage_OAlreadyNotifiedSenderExcludeFromView_ViewIconFirstDayOutFirstDayBackGeneralSubjectDaysOutGeneralMessageSpecialPeopleSpecialSubjectSpecialMessageIgnorePeopledateFirstDayOutdateFirstDayBackInheritedSendToInheritedReplyToInheritedFromInheritedFromDomainDelegateAlertAssigneeAlertCompletedOnSelfAssignedImportanceStartDateTimeAssignedTo$SCRIPTOBJ_6PhoneCallerCompanyNamePhoneNumberFAXNumberPhoneReasonOriginatorOriginalRouteListRemainingRouteListNotifySaveOptionsLetterHeadChoices8
  9931.