home *** CD-ROM | disk | FTP | other *** search
- MailBox
- Mailbox
- Form2+
- Label3
- Date From Subject
- Terminal
- MailList
- System
- MsgText
- ID_FILE
- &File
- ID_OPEN
- &Open...
- ID_EDITOR
- &Editor
- ID_MAILBOX
- &Mailbox
- ID_MAILFILES
- Mail &Files
- ID_REPLY
- &Reply
- ID_SAVE
- &Save
- ID_DELETE
- &Delete
- ID_EXIT
- E&xit
- ID_EDIT
- &Edit
- ID_COPY
- &Copy Ctrl+Ins
- @ Form_Load
- RebuildMailBox
- MailList_Click
- MailList$
- List#
- ListIndex>
- MsgFromK
- MsgDate
- MyUserIdM
- MsgSubjectL
- ConvertCharW
- Mailbox
- MsgText`
- ID_EDITOR_Clickv
- ExtensionZ
- LoadMailBox
- WindowState
- MINIMIZED
- Editor
- NORMAL
- MsgText_KeyPress
- KeyAscii1
- ID_DELETE_Click?
- MB_YESNO6
- IDYES
- MsgFile
- DeleteMessage
- MailList_KeyDown
- KeyCode
- Shift
- KEY_DELETE
- ListCount
- ID_REPLY_Click
- Reply
- Caption
- MsgSubj
- SetMailBoxIcon
- ReplyText
- ID_MAILBOX_Click
- ID_SAVE_Click1
- Form_Unload
- Cancel
- CanExit
- ID_EXIT_Clickm
- ID_MAILFILES_Click
- MailPending
- FALSE
- FixMenu
- Form_Paint
- fpath
- AddMessage
- MsgText_KeyDown
- NoClipBrd~
- ID_COPY_Click
- ID_EDIT_Click
- ID_COPY
- Enabled
- SelLength
- Form_Load
- - Load Messages into the MailBox Whenever it is Loaded
- MailList_Click
- - Select an Entry in the MailList Listbox
- - Extract the data items
- - Convert text tokens to quotes
- -Build the message into the message formx
- ID_EDITOR_Click
- - File/Open/Editor Menu Command
- MSG"$
- MsgText_KeyPress
- - MsgText Textbox is Read-Only. Intercept Keystrokese
- ID_DELETE_Click
- - File/Delete Menu CommandO
- Delete the selected message?
- MailList_KeyDown
- - Intercept the Del Key on the MailList Listbox
- ID_REPLY_Click
- - File/Reply Menu Command
- ID_MAILBOX_Click
- - File/Open/Mailbox Menu Commanda
- MSG"$
- ID_SAVE_Click
- - File/Save Menu Command
- Form_Unload
- - Exit from VBMAIL (if permitted)
- ID_EXIT_Click
- - File/Exit Menu Commande
- ID_MAILFILES_Click
- - File/Open/Mail Files Menu Command
- FIL"$
- DeleteMessage
- - Delete a Message from the MailList Listboxb
- MsgFile
- --- Extract the Message Filename from the current
- MailList Listbox EntryF
- Form_Paint
- - Called by VB to Paint the Form
- RebuildMailBox
- - Clear and Load the MailBox Form with Messages
- - Extension = "MSG" or "FIL"
- -Clear any existing messages
- -Gather messagesi
- MsgText_KeyDown
- - MsgText Text Box is Read-only. Prevent Cut, Paste, Delete
- ID_COPY_Click
- - Edit/Copy Menu Commanda
- ^{INSERT}"
- ID_EDIT_Click
- - Edit Menubar Selectiona
-