home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap21 / frm921.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-07-19  |  825 b   |  29 lines

  1. VERSION 4.00
  2. Begin VB.Form frmmail 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   5940
  5.    ClientLeft      =   1140
  6.    ClientTop       =   1515
  7.    ClientWidth     =   6690
  8.    Height          =   6345
  9.    Left            =   1080
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   5940
  12.    ScaleWidth      =   6690
  13.    Top             =   1170
  14.    Width           =   6810
  15.    Begin MSMAPI.MAPIMessages MAPIMessages1 
  16.       Left            =   1800
  17.       Top             =   1440
  18.       _version        =   65536
  19.       _extentx        =   741
  20.       _extenty        =   741
  21.       _stockprops     =   0
  22.       addressmodifiable=   -1  'True
  23.       fetchunreadonly =   -1  'True
  24.    End
  25. Attribute VB_Name = "frmmail"
  26. Attribute VB_Creatable = False
  27. Attribute VB_Exposed = False
  28. Option Explicit
  29.