Messaging: Add Email2 Class using Limilabs Mail.dll

This commit is contained in:
Jonathan Jenne
2021-07-22 16:45:08 +02:00
parent 104636ded4
commit a09953cedc
9 changed files with 694 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ Partial Class frmStart
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
@@ -94,6 +95,15 @@ Partial Class frmStart
Me.Button7.Text = "Mail"
Me.Button7.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(254, 73)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(236, 55)
Me.Button8.TabIndex = 0
Me.Button8.Text = "IMAP"
Me.Button8.UseVisualStyleBackColor = True
'
'frmStart
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -104,6 +114,7 @@ Partial Class frmStart
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button8)
Me.Controls.Add(Me.Button7)
Me.Controls.Add(Me.Button1)
Me.Name = "frmStart"
@@ -119,4 +130,5 @@ Partial Class frmStart
Friend WithEvents Button5 As Button
Friend WithEvents Button6 As Button
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
End Class