home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l406 / 4.ddi / NEWMSG.FR_ / NEWMSG.bin (.txt)
Encoding:
Visual Basic Form  |  1992-10-21  |  4.8 KB  |  154 lines

  1. NewMsg
  2.     Send Note
  3. Form2
  4. Picture2
  5. CompAdd
  6. A&ddress
  7. MS Sans Serif
  8. CompOpt
  9. Op&tions
  10. MS Sans Serif
  11. Attach
  12. &Attach
  13. MS Sans Serif
  14. ChkNames
  15. Chec&k Names
  16. MS Sans Serif
  17. &Send
  18. MS Sans Serif
  19. Line2
  20. TopLine2
  21. txtNoteText
  22. MS Sans Serif
  23. Picture1
  24. txtTo
  25. MS Sans Serif
  26. txtcc
  27. MS Sans Serif
  28. txtsubject
  29. MS Sans Serif
  30. TopLine
  31. LeftLine
  32. TopLine
  33. Label3
  34. Label4
  35. Label5
  36.     Subj&ect:
  37. Picture1_Clickr
  38.     Form_Load
  39. Picture1_Resize
  40. Form_Resize
  41. WindowSTate
  42. scaleheight
  43. txtNoteText
  44. Heighte
  45. WidthY
  46. ScaleWidth
  47. TopLine.
  48. picture1
  49. BottomLine
  50.     RightLineE
  51. txtTo
  52. txtDateM
  53. txtCC
  54. txtSubjectA
  55. txtFrom0
  56. Form_Unload
  57. Cancel
  58. VBMailE
  59. Mess[
  60. Action
  61. Picture2_Click
  62. Picture2_Resize
  63. TopLine2
  64. Picture2<
  65. Compose_Click
  66. receiptcount
  67. MsgSubject.
  68. MsgNoteText
  69. MsgIndex
  70. MsgNoteTxt
  71. CompAdd_Click
  72. ActiveFormw
  73. NewMsg
  74. UpdateReceipts
  75. Form_Activate&
  76. Send_Click
  77. CompOpt_Click
  78. ChkNames_Clicka
  79. Attach_Click
  80. MESSAGE_SHOWADBOOK
  81. MESSAGE_SEND%
  82. Indexj
  83. recieptCountu
  84. receiptindex
  85.     activatedy
  86. MapiMess
  87. AttachWin_Resize
  88.     AttachWin_
  89.     SetRCList
  90. TYPE_TO
  91. MAPI_TO
  92. MAPI_CC
  93. UpdateRecips
  94. RecipCount
  95. KillRecips
  96. ResolveNames
  97. MsgReceiptRequested/
  98. RecipRequested
  99. ReturnRequest!
  100. MsgReceipRequested
  101. MsgReceiptRequestO
  102. OptionType
  103. OPTION_GENERALC
  104. MailOptFrm
  105. OPTION_MESSAGE
  106. CopyNamestoMsgBuffer
  107.     CMDialog1
  108. DialogTitle
  109. MAPI_ATT_File
  110. AttachPathName
  111. Filename
  112. AttachType
  113. AttachmentPathNameV
  114. AttachmentType
  115. AttachmentPosition
  116. MsgNotel
  117. MsgText
  118. Filter
  119. AttachmentIndex
  120. AttachmentCounty
  121. AttachmentFileName
  122.     Filetitle
  123. AttachmentName
  124. MAIL_A
  125. txtNote
  126. Attach_Click
  127.   Feature Addition: Code needs to be added to handle attachments
  128. Attach
  129. All Files(*.*)|*.*|Text Files(*.txt)|*.txt
  130. ChkNames_Click
  131.   Feature Addition: Code needs to be added to resolve the names-
  132. CompAdd_Click
  133.   Display Address book w/ currect recipts and update upon return
  134. CompOpt_Click
  135.   Display Message option formA
  136. Form_Activate
  137. --- Set the MessageIndex = -1 (Compose Buffer) when this window is activated
  138. Form_Load
  139. - Ensure the windows are sized as needed
  140. Form_Resize
  141. - Adjust the window sizes if the form isn't minimizeds
  142. Picture1_Resize
  143.   Update the widths of the fields and adjust the line
  144.   controls as needed.f
  145. Picture2_Resize
  146.   Update the widths of the fields and adjust the line
  147.   controls as needed.f
  148. Send_Click
  149.    Place the Subject and Note text into the buffer
  150.    Add room in the begining for attachment files
  151.         txtNoteText = String$(VBMail.MapiMess.AttachmentCount, "*") + txtNoteText
  152.    Resolve anems Load Recips into the buffer
  153. An error occured during a send: 
  154.