Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by joko, Sat Sep 1 15:22:49 2007 UTC | revision 1.4 by joko, Wed Sep 5 11:44:50 2007 UTC | |
|---|---|---|
| # | Line 4 Attribute VB_Name = "ModuleMailer" | Line 4 Attribute VB_Name = "ModuleMailer" |
| 4 | Option Explicit | Option Explicit |
| 5 | ||
| 6 | Const showProfileChooser As Boolean = True | Const showProfileChooser As Boolean = True |
| 7 | Const outlookProfileName As String = "x" | Const outlookProfileName As String = "" |
| 8 | 'Const outlookProfileName As String = "Outlook" | |
| 9 | 'Const outlookProfileName As String = "Microsoft Exchange Server" | |
| 10 | Const outlookProfilePass As String = "" | Const outlookProfilePass As String = "" |
| 11 | ||
| 12 | Public mailer As Outlook.Application | Public mailer As Outlook.Application |
|
||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |