Hello,
A simple request I am sure, but I am unclear of the procedure. I have limited experience with VB, so here goes:
I am trying to create a simple VB application that will bring up a form box with a TextInput for an email address and a SEND (caption) button only.
The function of this application will, when the SEND button is clicked Outlook 2010 will:
1. Open and populate the To: field with the email address from the Text Box input.
2. Attach a file rom a specified folder (same with all outgoing emails)
3. Close Outlook
Basically our secretary should have this Form Input box on her desktop, type an email address and hit SEND.
Any detailed assistance is appreciated.
A simple request I am sure, but I am unclear of the procedure. I have limited experience with VB, so here goes:
I am trying to create a simple VB application that will bring up a form box with a TextInput for an email address and a SEND (caption) button only.
The function of this application will, when the SEND button is clicked Outlook 2010 will:
1. Open and populate the To: field with the email address from the Text Box input.
2. Attach a file rom a specified folder (same with all outgoing emails)
3. Close Outlook
Basically our secretary should have this Form Input box on her desktop, type an email address and hit SEND.
Any detailed assistance is appreciated.
Comment