|
-
May 21st, 2007, 11:29 AM
#1
Thread Starter
Frenzied Member
[02/03] Outlook and E-mail
Is it possible to create an Outlook COM Add-in where you can click a toolbar button and a form displays. On this form, would it be able to manipulate the e-mail and attachments on the local machine? For instance, I create a toolbar that has a button on it and a windows form displays. The form should then retrieve the attachments from the highlighted email in the inbox and then email the mail server. Is it possible to do all of this?
-
May 21st, 2007, 12:56 PM
#2
Fanatic Member
Re: [02/03] Outlook and E-mail
My company sends email using MailBee. It is a third part emailing component. It isn't free, but there is a trial version. You can find it at afterlogic.com.
VB.Net 2008
.Net Framework 2.0
"Must you breathe? 'Cause I need heaven..."
-
May 21st, 2007, 01:45 PM
#3
Thread Starter
Frenzied Member
Re: [02/03] Outlook and E-mail
Well, I know that the .net framework has built in SMTP (but they didn't implement POP3 ), but I was wondering more if it was possible to read the email that was in the persons inbox through Outlook.
I'm using a POP3 connector library right now though, but for my add-in to work, the user must select the email in their inbox so the application knows what email to read.
-
May 21st, 2007, 02:54 PM
#4
Re: [02/03] Outlook and E-mail
look into outlook automation....
you can reference the outlook object library.
There are plenty of samples on the web that will illustrate this.
-
May 21st, 2007, 04:02 PM
#5
Thread Starter
Frenzied Member
Re: [02/03] Outlook and E-mail
Do I add this object library though the Add References dialog box in Visual Studio?
-
May 21st, 2007, 04:03 PM
#6
Re: [02/03] Outlook and E-mail
yes, it would be in the COM tab of the references.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|